gee-community / geetools

A collection of tools to work with Google Earth Engine Python API
https://geetools.readthedocs.io/en/stable/
MIT License
504 stars 121 forks source link

add instruction for local development #192

Open 12rambau opened 5 months ago

12rambau commented 5 months ago

With the new version of GEE one cannot use bare ee.Initialize() anymore. The only solution to make the nox sessions to work again is for every local developer to register a service account on GEE and write down the key within a EARTHENGINE_KEY env variable. It will only be used by the test and documentation environement.

Any better idea is welcome.