-
Notifications
You must be signed in to change notification settings - Fork 11
Description
@cholmes reported in the stac-browser repo at radiantearth/stac-browser#308 :
When I go to Umbra open data in stac browser I get some weird errors on most all the items. See like:
![]()
It's at this item - the rendered image is a small square, outside of the bounding box. If I load the cog elsewhere then it matches the bounding box.
Just about every one I've tried (maybe 6 or 7?) seems to have this problem. Except one, that does not display on the map and raises an error about invalid lat/long: https://radiantearth.github.io/stac-browser/#/external/s3.us-west-2.amazonaws.com/umbra-open-data-catalog/stac/2023/2023-04/2023-04-16/ac3c40b6-b517-4661-8039-b1437dd91c56/ac3c40b6-b517-4661-8039-b1437dd91c56.json?.asset=asset-GEC
Note that none of the stac items seem to validate, and I'm happy to go tell them to fix their items (though I'm not sure exactly what the problem is) - but since COG's displayed normally elsewhere it seemed like an issue with stac browser.
Response:
Yeah, there are multiple issues here. The items are invalid and need to be fixed. Once that's done, we can evaluate what goes wrong in stac-layer. We should transfer this issue over to stac-layer and check there what goes wrong.