Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## Unreleased

### titiler.xarray

* add `/validate` endpoint via `ValidateExtension` extension

## 0.25.0 (2025-11-07)

### Misc
Expand Down
Binary file not shown.
55 changes: 55 additions & 0 deletions src/titiler/xarray/tests/fixtures/zarr_5d.zarr/dataset/zarr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"shape": [
2,
1,
1,
33,
35
],
"data_type": "int64",
"chunk_grid": {
"name": "regular",
"configuration": {
"chunk_shape": [
2,
1,
1,
33,
35
]
}
},
"chunk_key_encoding": {
"name": "default",
"configuration": {
"separator": "/"
}
},
"fill_value": 0,
"codecs": [
{
"name": "bytes",
"configuration": {
"endian": "little"
}
},
{
"name": "zstd",
"configuration": {
"level": 0,
"checksum": false
}
}
],
"attributes": {},
"dimension_names": [
"time",
"universe",
"z",
"y",
"x"
],
"zarr_format": 3,
"node_type": "array",
"storage_transformers": []
}
Binary file not shown.
46 changes: 46 additions & 0 deletions src/titiler/xarray/tests/fixtures/zarr_5d.zarr/time/zarr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"shape": [
2
],
"data_type": "int64",
"chunk_grid": {
"name": "regular",
"configuration": {
"chunk_shape": [
2
]
}
},
"chunk_key_encoding": {
"name": "default",
"configuration": {
"separator": "/"
}
},
"fill_value": 0,
"codecs": [
{
"name": "bytes",
"configuration": {
"endian": "little"
}
},
{
"name": "zstd",
"configuration": {
"level": 0,
"checksum": false
}
}
],
"attributes": {
"units": "days since 2022-01-01 00:00:00",
"calendar": "proleptic_gregorian"
},
"dimension_names": [
"time"
],
"zarr_format": 3,
"node_type": "array",
"storage_transformers": []
}
Binary file not shown.
48 changes: 48 additions & 0 deletions src/titiler/xarray/tests/fixtures/zarr_5d.zarr/universe/zarr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"shape": [
1
],
"data_type": {
"name": "fixed_length_utf32",
"configuration": {
"length_bytes": 36
}
},
"chunk_grid": {
"name": "regular",
"configuration": {
"chunk_shape": [
1
]
}
},
"chunk_key_encoding": {
"name": "default",
"configuration": {
"separator": "/"
}
},
"fill_value": "",
"codecs": [
{
"name": "bytes",
"configuration": {
"endian": "little"
}
},
{
"name": "zstd",
"configuration": {
"level": 0,
"checksum": false
}
}
],
"attributes": {},
"dimension_names": [
"universe"
],
"zarr_format": 3,
"node_type": "array",
"storage_transformers": []
}
Binary file added src/titiler/xarray/tests/fixtures/zarr_5d.zarr/x/c/0
Binary file not shown.
43 changes: 43 additions & 0 deletions src/titiler/xarray/tests/fixtures/zarr_5d.zarr/x/zarr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"shape": [
35
],
"data_type": "int64",
"chunk_grid": {
"name": "regular",
"configuration": {
"chunk_shape": [
35
]
}
},
"chunk_key_encoding": {
"name": "default",
"configuration": {
"separator": "/"
}
},
"fill_value": 0,
"codecs": [
{
"name": "bytes",
"configuration": {
"endian": "little"
}
},
{
"name": "zstd",
"configuration": {
"level": 0,
"checksum": false
}
}
],
"attributes": {},
"dimension_names": [
"x"
],
"zarr_format": 3,
"node_type": "array",
"storage_transformers": []
}
Binary file added src/titiler/xarray/tests/fixtures/zarr_5d.zarr/y/c/0
Binary file not shown.
43 changes: 43 additions & 0 deletions src/titiler/xarray/tests/fixtures/zarr_5d.zarr/y/zarr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"shape": [
33
],
"data_type": "int64",
"chunk_grid": {
"name": "regular",
"configuration": {
"chunk_shape": [
33
]
}
},
"chunk_key_encoding": {
"name": "default",
"configuration": {
"separator": "/"
}
},
"fill_value": 0,
"codecs": [
{
"name": "bytes",
"configuration": {
"endian": "little"
}
},
{
"name": "zstd",
"configuration": {
"level": 0,
"checksum": false
}
}
],
"attributes": {},
"dimension_names": [
"y"
],
"zarr_format": 3,
"node_type": "array",
"storage_transformers": []
}
43 changes: 43 additions & 0 deletions src/titiler/xarray/tests/fixtures/zarr_5d.zarr/z/zarr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"shape": [
1
],
"data_type": "int64",
"chunk_grid": {
"name": "regular",
"configuration": {
"chunk_shape": [
1
]
}
},
"chunk_key_encoding": {
"name": "default",
"configuration": {
"separator": "/"
}
},
"fill_value": 0,
"codecs": [
{
"name": "bytes",
"configuration": {
"endian": "little"
}
},
{
"name": "zstd",
"configuration": {
"level": 0,
"checksum": false
}
}
],
"attributes": {},
"dimension_names": [
"z"
],
"zarr_format": 3,
"node_type": "array",
"storage_transformers": []
}
Loading