Open-EO/openeo-earthengine-driver

Collections listed twice

Closed this issue · 1 comments

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).

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....