new_user#
- static geetools.AuthenticateAccessor.new_user(name='', credential_pathname='')#
Authenticate the user and save the credentials in a specific folder.
Equivalent to ee.Authenticate but where the registered user will not be the default one (the one you get when running
ee.Initialize())- Parameters:
- Return type:
None
Example
import ee import geetools # cannot be displayed in the documentation as the creation # of a new user requires user interaction ee.Authenticate.geetools.new_user("secondary") ee.Initialize.geetools.from_user("secondary") ee.Number(1).getInfo()