Open-EO / openeo-geotrellis-kubernetes

Contains scripts to run openeo geotrellis backend on a Kubernetes cluster on DIAS.
Apache License 2.0
3 stars 3 forks source link

replace deprecated Finder API #10

Closed bossie closed 1 year ago

bossie commented 1 year ago

Finder API is being deprecated: https://creodias.eu/eo-data-finder-api-manual

Also restore these tests.

JeroenVerstraelen commented 1 year ago

The Finder API also started returning MultiPolygons with coordinates that have an array depth of 3 instead of 4, causing errors when the geojson was parsed: https://github.com/Open-EO/openeo-opensearch-client/commit/aadd7c6ea46fe946c80378567c742ae27725d1d7

jdries commented 1 year ago

This one just became more urgent, so I made the first fixes by simply replacing the url. It seems like they also made some changes to parameters like processingLevel and productType.

jdries commented 1 year ago

Note: I believe creo switched the old url also to the new api, so not necessary for us to immediately change the url everywhere. We mostly need to fix the product types, processing levels and polarisation attributes that got changed. Most of this could be done in layercatalog.json, but sentinel1 backscatter had some hardcoded attributes.