|
| 1 | +{ |
| 2 | + "zarr_format": 3, |
| 3 | + "node_type": "group", |
| 4 | + "attributes": { |
| 5 | + "zarr_conventions_version": "0.1.0", |
| 6 | + "zarr_conventions": { |
| 7 | + "d35379db-88df-4056-af3a-620245f8e347": { |
| 8 | + "version": "0.1.0", |
| 9 | + "schema": "https://raw.githubusercontent.com/zarr-conventions/multiscales/refs/tags/v0.1.0/schema.json", |
| 10 | + "name": "multiscales", |
| 11 | + "description": "Multiscale layout of zarr datasets", |
| 12 | + "spec": "https://github.com/zarr-conventions/multiscales/blob/v0.1.0/README.md" |
| 13 | + }, |
| 14 | + "f17cb550-5864-4468-aeb7-f3180cfb622f": { |
| 15 | + "version": "0.1.0", |
| 16 | + "schema": "https://raw.githubusercontent.com/zarr-experimental/geo-proj/refs/tags/v0.1.0/schema.json", |
| 17 | + "name": "geo-proj", |
| 18 | + "description": "Coordinate reference system information for geospatial data", |
| 19 | + "spec": "https://github.com/zarr-experimental/geo-proj/blob/v0.1.0/README.md" |
| 20 | + } |
| 21 | + }, |
| 22 | + "multiscales": { |
| 23 | + "layout": [ |
| 24 | + { |
| 25 | + "group": "r10m", |
| 26 | + "scale": [1.0, 1.0], |
| 27 | + "factors": [1.0, 1.0], |
| 28 | + "proj:transform": [10.0, 0.0, 500000.0, 0.0, -10.0, 5000000.0] |
| 29 | + }, |
| 30 | + { |
| 31 | + "group": "r20m", |
| 32 | + "from_group": "r10m", |
| 33 | + "scale": [2.0, 2.0], |
| 34 | + "translation": [0.0, 0.0], |
| 35 | + "factors": [2.0, 2.0], |
| 36 | + "proj:transform": [20.0, 0.0, 500000.0, 0.0, -20.0, 5000000.0] |
| 37 | + }, |
| 38 | + { |
| 39 | + "group": "r60m", |
| 40 | + "from_group": "r10m", |
| 41 | + "scale": [6.0, 6.0], |
| 42 | + "translation": [0.0, 0.0], |
| 43 | + "factors": [6.0, 6.0], |
| 44 | + "proj:transform": [60.0, 0.0, 500000.0, 0.0, -60.0, 5000000.0] |
| 45 | + }, |
| 46 | + { |
| 47 | + "group": "r120m", |
| 48 | + "from_group": "r60m", |
| 49 | + "scale": [2.0, 2.0], |
| 50 | + "translation": [0.0, 0.0], |
| 51 | + "factors": [12.0, 12.0], |
| 52 | + "proj:transform": [120.0, 0.0, 500000.0, 0.0, -120.0, 5000000.0] |
| 53 | + }, |
| 54 | + { |
| 55 | + "group": "r360m", |
| 56 | + "from_group": "r120m", |
| 57 | + "scale": [3.0, 3.0], |
| 58 | + "translation": [0.0, 0.0], |
| 59 | + "factors": [36.0, 36.0], |
| 60 | + "proj:transform": [360.0, 0.0, 500000.0, 0.0, -360.0, 5000000.0] |
| 61 | + }, |
| 62 | + { |
| 63 | + "group": "r720m", |
| 64 | + "from_group": "r360m", |
| 65 | + "scale": [2.0, 2.0], |
| 66 | + "translation": [0.0, 0.0], |
| 67 | + "factors": [72.0, 72.0], |
| 68 | + "proj:transform": [720.0, 0.0, 500000.0, 0.0, -720.0, 5000000.0] |
| 69 | + } |
| 70 | + ] |
| 71 | + }, |
| 72 | + "proj:code": "EPSG:32633", |
| 73 | + "proj:spatial_dimensions": ["Y", "X"], |
| 74 | + "proj:bbox": [500000.0, 4900000.0, 600000.0, 5000000.0] |
| 75 | + } |
| 76 | +} |
0 commit comments