forked from christophenoel/geozarr-spec
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Example Zarr file containing spatiotemporal remote sensing imagery #10
Comments
I was able to open this Zarr file successfully using Xarray, with no errors. I'm on Zarr v2.14.2 and Xarray v2023.2.0.
|
After discussion around this example, here is the code used to generate the example file:
|
A new file is available that uses the proposal in #19.
https://storage.googleapis.com/pl-amit-public/geozarr/planet-fusion-20230510.zarr.zip
cc. @briannapagan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per request from our last meeting, I’m sharing a Zarr file containing spatiotemporal observations of remote sensing imagery. Following GDAL's Zarr documentation, this file contains a _CRS attribute in WKT format. Additionally, an affine transform is also appended allowing for pixel to world coordinate conversions. Following GDAL’s current behavior, these attributes are stored on the Zarr Array rather than the Zarr Group.
https://storage.googleapis.com/pl-amit-public/geozarr/planet-fusion.zarr.zip
Two issues were observed in this process:
If you'd like to observe the second issue, it can be reproduced using the following commands.
I hope the file and these observations are useful to this group.
Edit:
This is the metadata associated with each array in the file above
The text was updated successfully, but these errors were encountered: