-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoords-interval.json
More file actions
37 lines (37 loc) · 1008 Bytes
/
Copy pathcoords-interval.json
File metadata and controls
37 lines (37 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"zarr_format": 3,
"node_type": "array",
"dimension_names": ["time", "elevation", "azimuth"],
"attributes": {
"zarr_conventions": [
{
"schema_url": "https://raw.githubusercontent.com/zarr-conventions/coords/refs/tags/v1/schema.json",
"spec_url": "https://github.com/zarr-conventions/coords/blob/v1/README.md",
"uuid": "6ca4454a-658a-4348-a667-b39ced0e58cb",
"name": "coords",
"description": "Domain-agnostic mapping between Zarr array index space and coordinate space."
}
],
"coords:coordinates": {
"time": {
"type": "interval",
"start": "2026-01-01T00:00:00Z",
"end": "2026-01-31T00:00:00Z",
"step": "P1D"
},
"elevation": {
"type": "interval",
"start": 1.0,
"end": 2.0,
"step": 0.25
},
"azimuth": {
"type": "interval",
"start": 0,
"end": 360,
"step": 15
}
},
"coords:version": 1
}
}