Open-EO / openeo-gfmap

Generic framework for EO mapping applications building on openEO
Apache License 2.0
4 stars 0 forks source link

Use STAC collection for METEO data on CDSE backends #123

Closed GriffinBabe closed 1 week ago

GriffinBabe commented 2 weeks ago

Change the collection fetcher on CDSE, CDSE-STAGING and FED backends to fetch meteo data from Terrascope's STAC catalogue.

meteo_cube = connection.load_stac("https://stac.openeo.vito.be/collections/agera5_daily",
                                                           spatial_extent=EXTENT,
                                                           temporal_extent=[STARTDATE, ENDDATE],
                                                           bands=["2m_temperature_mean"])