Skip to content

Commit c2724f6

Browse files
authored
docs: Update GEE initialization method in README (#488)
2 parents 41c2f16 + 64af72b commit c2724f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ This small example wrapping of the excellent ``ee_extra`` package functionalitie
8383
import pygaul # another gee-community package to access FAO GAUl 2015 dataset
8484
8585
# we assume you are already authenticated to GEE
86-
ee.Initialize.geetools.from_account("toto") # yes we also support multi users
86+
ee.Initialize.geetools.from_user() # yes we also support multi users
8787
8888
amazonas = pygaul.Items(name="Amazonas").centroid()
8989

0 commit comments

Comments
 (0)