r-earthengine / ee_extra

A ninja python package that unifies the Google Earth Engine ecosystem.
https://ee-extra.readthedocs.io/
Other
58 stars 10 forks source link

propagate automatic updates to the released version of the lib #51

Open 12rambau opened 4 months ago

12rambau commented 4 months ago

related to https://github.com/r-earthengine/ee_extra/issues/50. I'm relying on the latest published version of the package and it seems my STAC json file is not up to date. The cron job that is updating it is in fact not force pushing releases.

I see 2 potential solutions: 1/ release patch version when changes are pushed by the cron job 2/ get the content of the data folder dynamically upon installation

Do you have any preferences ?

12rambau commented 4 months ago

now that I think about it I see a third valid option: stop relying on the ingested data catalog and use directly the STAC from the open json catalog: https://[storage.googleapis.com/earthengine-stac/catalog/COPERNICUS/catalog.json](https://storage.googleapis.com/earthengine-stac/catalog/COPERNICUS/catalog.json)