easysnowdata.utils.initialize_earthengine#

easysnowdata.utils.initialize_earthengine(**kwargs) None[source]#

Initialise Google Earth Engine once, honouring EARTHENGINE_TOKEN if set.

Delegates to the earthengine auth provider: token (service-account or OAuth JSON, raw or base64), Application Default Credentials, or the ee.Authenticate() file; high-volume endpoint unless opt_url/url is given; a Cloud project from EE_PROJECT_ID/EARTHENGINE_PROJECT, the token, or the credentials file. Extra keyword arguments are passed to ee.Initialize and force a re-initialisation.