Skip to content

Commit d2177b2

Browse files
Add COG-style multiscale utilities for GeoZarr
- Implement functions to create Cloud Optimized GeoTIFF (COG) style overview levels. - Calculate overview levels based on native dimensions and downsampling logic. - Create overview templates maintaining native CRS and spatial attributes. - Populate overview arrays with downsampled data using numpy methods. - Verify coordinates and CRS in overview levels. - Plot overview levels using xarray's native plotting capabilities.
1 parent 80b189e commit d2177b2

File tree

3 files changed

+2377
-0
lines changed

3 files changed

+2377
-0
lines changed

docs/examples/06_multiscales_as_WebMercatorQuad_EOPFZarrV3.ipynb

Lines changed: 1925 additions & 0 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,6 @@ geoviews = "*"
8181

8282
[dependency-groups]
8383
test = ["pytest"]
84+
85+
[project.entry-points."xarray.chunkmanagers"]
86+
dask = "xarray.namedarray.daskmanager:DaskManager"

0 commit comments

Comments
 (0)