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

cannot get the STAC representation of ECMWF/ERA5_LAND/DAILY_AGGR #50

Open 12rambau opened 4 months ago

12rambau commented 4 months ago

I checked the the GEE catalog and the dataset is available. I also checked the generated catalog from the lib and ECMWF/ERA5_LAND/DAILY_AGGR is also included:

https://github.com/r-earthengine/ee_extra/blob/4ed6a328071f7f68b145cd1544f0deba99dc8e11/ee_extra/data/ee-catalog-ids.json#L518

Problem is that I continue to get an error from my side when I run the code in a notebook. Do you have any idea why? maybe a missing release ?

from ee_extra.STAC.core import getSTAC

getSTAC(ee.ImageCollection("ECMWF/ERA5_LAND/DAILY_AGGR"))
image