Closed bossie closed 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
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.
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.
Finder API is being deprecated: https://creodias.eu/eo-data-finder-api-manual
Also restore these tests.