Open-EO / openeo-hub

Source code for openEO Hub, a centralized platform to explore openEO back-end providers.
https://hub.openeo.org
Apache License 2.0
8 stars 3 forks source link

Expanding processes/collections reduces number of processes/collections #78

Closed m-mohr closed 4 years ago

m-mohr commented 4 years ago

For mostly all back-ends expanding the list of processes or collections reduces the number of processes/collections.

I guess that this may happen because it removes incompatible processes/collections on expansion?

Before: image

After: image

Before: image

After: image

christophfriedrich commented 4 years ago

Thank you very much for reporting this observation! The initial count is the correct one, it is taken from the backends database table*. When expanding, the rest of the data is loaded from the dedicated collections and processes tables respectively. And since I "fixed" #76 in 83b8afc, those were populated incorrectly during crawling...


* Note: The Hub uses a MongoDB, so technically it's not a "table" but a "collection", but I find this terminology confusing when also talking about openEO collections in the same context.