Open-EO / openeo-gfmap

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

Create extractor for other data collections #53

Closed gutkinn closed 2 months ago

gutkinn commented 3 months ago

Implement an extractor for other datasets (dem and meteo) following the format of S1/S2 extractors

VictorVerhaert commented 2 months ago

An extractor that uses load_stac would allow for fetching specific collections like HRL VPP.

GriffinBabe commented 2 months ago

@gutkinn could you push that branch with your DEM and METEO extractors?

GriffinBabe commented 2 months ago

Closed by #95 Thanks @gutkinn

VictorVerhaert commented 2 months ago

Currenty this generic extractor does not allow for fetching collections other than AGERA5 and COPERNICUS_30. Is there a way of trying a default approach for other collections?

The only difference is the band mapping, which we could naivly ignore and throw a warning that some functionality will be limited?