developmentseed / developmentseed/geozarr-examples
Parse CRS information using a custom decoder
Open
- Dominant language
- No language data
- Stars
- 26
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
I was originally thinking demonstrating loading and using COGs and/or GeoZarrs in Xarray with flexible coordinates and a xproj-backed CRS would require a custom backend but @TomNicholas pointed out that a clearer separation of concerns would be to implement a custom decoder (xref https://github.com/pydata/xarray/issues/4490#issuecomment-2296932995) which would align to an API like `ds = xr.open_dataset(store_path, engine='zarr', decoders=CRSDecoder)`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.