Open-EO / openeo-earthengine-driver

openEO back-end driver for Google Earth Engine.
Apache License 2.0
21 stars 7 forks source link

Collections listed twice #45

Closed christophfriedrich closed 3 years ago

christophfriedrich commented 4 years ago

As discovered in Open-EO/openeo-hub#76, the GEE driver currently outputs the collection COPERNICUS/S2_SR twice in its /collections response (live link, compare indices 19 and 49). I don't know whether this error happens on the GEE or the driver side, but in any case you might want to put in a little line of code that prevents this from happening as clients may rely on the ID being "A unique identifier for the collection" (quoted from the API spec).

m-mohr commented 4 years ago

Interesting, I'll check that. GEE recently had some invalid files in the GCS and refresing from source didn't help. So I'll need to check in code....