-
Notifications
You must be signed in to change notification settings - Fork 3
Add Zarr Geo Projection Attribute Extension specifications and schema #39
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
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
b11e078
Add Zarr Geo Projection Attribute Extension specifications and schema
emmanuelmathot 765f305
Update attributes/README.md
emmanuelmathot 9d7a9ba
Update attributes/README.md
emmanuelmathot fa8fcbd
Update attributes/geo/proj/README.md
emmanuelmathot 1c3aec6
Add implementation requirement to attribute specifications and enhanc…
emmanuelmathot 812cf83
Remove status and registry entry from Geo Projection Attribute Extens…
emmanuelmathot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Zarr Attributes Specifications | ||
|
||
This directory contains specifications for encoding Geospatial metadata in Zarr hierarchies. | ||
|
||
## Overview | ||
|
||
Zarr attributes are metadata stored in the `attributes` object in Zarr array and group metadata documents. While the `attributes` can contain arbitrary metadata, this directory provides specifications for commonly used attribute conventions within the Zarr community. These specifications also define the structure of a Zarr hierarchy, e.g. the layout of groups, the names of the nodes in the hierarchy, and the properties of the arrays. | ||
|
||
## Registered Attributes | ||
|
||
### [`geo/proj`](./geo/proj/README.md) - Geo Projection Attribute Extension | ||
|
||
Defines a JSON object that encodes datum and coordinate reference system (CRS) information for geospatial data stored under the `proj` key within the `geo` dictionary. | ||
|
||
**Key Features**: | ||
|
||
- Simple, standardized CRS encoding without complex nested structures | ||
- Compatible with existing geospatial tools (GDAL, rasterio, pyproj) | ||
- Based on the proven STAC Projection Extension model | ||
- Group-to-array inheritance model for CRS metadata | ||
- Support for multiple CRS representations (EPSG codes, WKT2, PROJJSON) | ||
|
||
**Specification**: [./geo/proj/README.md](./geo/proj/README.md) | ||
|
||
## Contributing | ||
|
||
For changes to attribute specifications: | ||
|
||
1. **Content Changes**: Submit PRs to this repository for specification content | ||
2. **Registration Changes**: Submit PRs to [zarr-extensions](https://github.com/zarr-developers/zarr-extensions) for registry updates | ||
3. **New Attributes**: Follow the [registration process](https://github.com/zarr-developers/zarr-extensions#registering-an-attribute) in zarr-extensions | ||
4. **Implementation Requirement**: Every specification should include a reference implementation in this repository to ensure the spec can be practically implemented | ||
|
||
## License | ||
|
||
All attribute specifications are licensed under the [Creative Commons Attribution 3.0 Unported License](https://creativecommons.org/licenses/by/3.0/), consistent with the zarr-extensions registry. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.