Commit d2177b2
committed
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- docs/examples
- src/geozarr_examples
3 files changed
+2377
-0
lines changedLines changed: 1925 additions & 0 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
0 commit comments