Open-EO / openeo-earthengine-driver

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

The "links" array isn't empty but has `null` item for `/collections` #12

Closed christophfriedrich closed 5 years ago

christophfriedrich commented 5 years ago

For the /processes endpoint, the links item is an empty array: []. That's fine. But for /collections, it's an array with a null item: [null]. That probably shouldn't be the case.

Edit: I'm referring to the currently deployed instance, i.e. http://giv-openeo.uni-muenster.de:8080/v0.3/collections -- not sure whether that is the most recent version -> sorry if this is already fixed in some branch.

m-mohr commented 5 years ago

Thanks and fixed, see commit above.