Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weird display issues with Umbra's open data catalog #308

Closed
cholmes opened this issue Apr 20, 2023 · 4 comments
Closed

weird display issues with Umbra's open data catalog #308

cholmes opened this issue Apr 20, 2023 · 4 comments
Labels
Milestone

Comments

@cholmes
Copy link

cholmes commented Apr 20, 2023

When I go to Umbra open data in stac browser I get some weird errors on most all the items. See like:

Screenshot 2023-04-19 at 9 02 24 PM

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.

@p1d1d1
Copy link
Collaborator

p1d1d1 commented Apr 20, 2023

Most of the items have issues, e.g.:

  • they are missing the bbox property
  • view:azimuth cannot be negative
  • sar:looks_range has to be an int

In case you can debug, e.g., with: https://staclint.com/

@m-mohr
Copy link
Collaborator

m-mohr commented Apr 20, 2023

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.

@m-mohr
Copy link
Collaborator

m-mohr commented Apr 20, 2023

Copied to stac-utils/stac-layer#61

@m-mohr m-mohr added this to the future milestone May 12, 2023
@CloudNiner
Copy link

Hi all -- Andy from Umbra here. We just deployed a fix for the invalid STAC Items, the catalog now validates against STAC 1.0.0 with pystac:

Screenshot 2023-08-30 at 8 18 41 PM

Apologies for the delay in fixing the validation!

Perhaps this issue can be closed since the rendering issue was moved over to stac-layer?

@m-mohr m-mohr closed this as not planned Won't fix, can't repro, duplicate, stale Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants