We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41c2f16 + 64af72b commit c2724f6Copy full SHA for c2724f6
README.rst
@@ -83,7 +83,7 @@ This small example wrapping of the excellent ``ee_extra`` package functionalitie
83
import pygaul # another gee-community package to access FAO GAUl 2015 dataset
84
85
# we assume you are already authenticated to GEE
86
- ee.Initialize.geetools.from_account("toto") # yes we also support multi users
+ ee.Initialize.geetools.from_user() # yes we also support multi users
87
88
amazonas = pygaul.Items(name="Amazonas").centroid()
89
0 commit comments