eurodatacube / eodash-catalog

MIT License
1 stars 0 forks source link

Add configuration option to not generate items when creating catalog #76

Closed santilland closed 1 month ago

santilland commented 9 months ago

Some collections seem to be to massive to be generated in an acceptable time span, we should allow setting a special flag to allow defining collection time extent, but not to generate the items themselves? Needs investigation, related to pull request #69

lubojr commented 7 months ago

Introducing Disable_Items: true per Endpoint in https://github.com/eurodatacube/eodash-catalog/pull/69 which disables generation of items

lubojr commented 7 months ago

Current workaround lets client to generate the times as they fit and current collection placeholder is enough as is.

Next step would be to evaluate if we should actually push the times to the time extent array - the same as with the bbox extent, the first element describes the total coverage, and next array items define smaller regions withing the total coverage. This should be faster than having to generate individual items for ~16k dates for each of three GCOM-W placeholder collections.

lubojr commented 1 month ago

eodash v4 client works with disable generation of items, eodash v5 should involve limitting the presented datetime range closing the issue