eurodatacube / eodash

Software behind the RACE dashboard by ESA and the European Commission (https://race.esa.int), the Green Transition Information Factory - GTIF (https://gtif.esa.int), as well as the Earth Observing Dashboard by NASA, ESA, and JAXA (https://eodashboard.org)
https://race.esa.int
MIT License
93 stars 42 forks source link

data not loading #2665

Closed eodash-issues closed 1 week ago

eodash-issues commented 2 months ago

Environment

App version: 4.0.0

Current URL: https://www.eodashboard.org/explore?indicator=N3a2_TSM_esa&x=475481.24929&y=5319782.44383&z=4.36334

Operating system: MacOS

Affected browser: Chrome 128

Steps to reproduce:

https://www.eodashboard.org/explore?indicator=N3a2_TSM_esa&x=475481.24929&y=5319782.44383&z=4.36334

Expected Behaviour:

POI loads on the map

Contact information or additional comments (optional, publicly visible):

anca

lubojr commented 2 months ago

STAC Collection had infinity characters:

[ Infinity, Infinity, -Infinity, -Infinity ], [ Infinity, Infinity, -Infinity, -Infinity ]

https://eodashcatalog.eox.at/eodash_catalog_0.0.32/trilateral/N3a2_total_suspended_matter_tri_esa/N3a2_total_suspended_matter_tri_esa/collection.json

lubojr commented 2 months ago

@aapopescu The problem is two-fold.

There two POIs, which we were instructed to add to the configuration do not have any STAC Items and images in SH (https://github.com/eurodatacube/eodash-catalog/blob/main/collections/N3a2_total_suspended_matter_tri_esa.yaml#L40-L47).

However, if that happens, the catalog generator produces an invalid collection STAC json, which is something I am now going to fix (so that it instead produces a warning in the logs).

The question is just if that happens, if the eodash client should show the POI icon (and on clicking it, nothing will happen, as there are no dates to show) or if the POI should not even be there.

lubojr commented 2 months ago

@dmoglioni @FedericoRondoni https://github.com/eurodatacube/eodash-catalog/blob/main/collections/N3a2_total_suspended_matter_tri_esa.yaml#L40-L47 These two POIs do not have any images for TSM, could you please double check and confirm if no images should be there and if that is true, remove these locations from the config? Thank you

FedericoRondoni commented 1 month ago

@lubojr we are going to check it both on the bucket and from the original data source

FedericoRondoni commented 1 month ago

@santilland we have solved this issue. Now, everything should be visible. You can find the updated yaml files at this link https://github.com/eurodatacube/eodash-catalog/pull/197

santilland commented 1 week ago

With the updated catalog this is now working, closing issue, thanks all for the help!