-
Notifications
You must be signed in to change notification settings - Fork 51
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
Using DigitalEarthAfrica data #132
Comments
@vitusbenson Digital Earth Africa team has confirmed an issue with metadata, problem is upstream from them but hopefully will be addressed some time soon. |
Thanks for reporting @vitusbenson, I'm working on resolving this by updating the DE Africa metadata documents. |
Thanks @Kirill888, was literally writing out the same thing. You beat me by a minute! Yeah, the So @vitusbenson, just to be clear: this isn't a bug with stackstac, it's just the that the STAC metadata is wrong. Because stackstac is careful to never open the underlying GeoTIFFs directly (docs needed to explain this clearly, xref #112), it doesn't matter that |
@gjoseph92 agree about the wording in the stac extension spec: stac-extensions/projection#9 |
Thanks guys, I got a dirty bugfix working by manually changing the geotransform from GDAL to Proj format in the pystac catalog that I then give to stacstack. |
I believe this is fixed in our Sentinel-1 data, here's an updated scene: https://explorer.digitalearth.africa/stac/collections/s1_rtc/items/0a461211-1d56-5bb0-8baf-bb9917d8f77f Transform is now:
|
Hi @gjoseph92
(solved some of my issues myself, thats why I edit again)
I would like to use Sentinel 1 RTC from Digital Earth Africa on AWS.
I try the following:
When I do this I get the error
However when opening such Sentinel 1 tif manually:
I get
test.transform == (0.0002, 0.0, -9.0, 0.0, -0.0002, 15.0)
, which to me seems like a legit Geotransform..Do you have any idea?
Thanks(:
The text was updated successfully, but these errors were encountered: