-
Notifications
You must be signed in to change notification settings - Fork 11
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 #61
Comments
@m-mohr Andy from Umbra here. We have an internal ticket to address the invalid STAC Item. Whoops! We'll address it when we can and post back, although no guesstimate when that might be. Otherwise our understanding of the weird display issue is that the underlying renderer for stac-browser doesn't support COGs with geotransforms/rotations: radiantearth/stac-browser#222 (comment) and #49 |
Ah, that sounds reasonable, thanks for the hint. |
Here's the gdalinfo for the COG mentioned here: https://radiantearth.github.io/stac-browser/#/external/s3.us-west-2.amazonaws.com/umbra-open-data-catalog/stac/2023/2023-04/2023-04-01/fc889f60-1e9f-45d4-8b8a-0db999e8a6cc/fc889f60-1e9f-45d4-8b8a-0db999e8a6cc.json
|
@CloudNiner , your diagnosis is correct. The underlying client-side visualization library https://github.com/geotiff/georaster-layer-for-leaflet doesn't support GeoTransform. I definitely need to update stac-layer to identify and skip GeoTIFFs that have a GeoTransform, so there isn't a bad visualization. |
@CloudNiner , would it be okay with you if I added a downsampled version of this COG to https://github.com/geotiff/test-data ? Once I add it there, it'll be easy to use it for testing in stac-layer, georaster-layer-for-leaflet, and all their geotiff-related dependencies that use https://github.com/geotiff/test-data |
@DanielJDufour go for it! All of the Umbra sample data is released under CC-by-4.0: https://umbra.space/open-data |
Just a heads up that I've added an Umbra image of Mount Yasur to https://github.com/GeoTIFF/test-data. Thank you! |
@cholmes reported in the stac-browser repo at radiantearth/stac-browser#308 :
Response:
The text was updated successfully, but these errors were encountered: