Skip to content

Commit 6db36ec

Browse files
feat: pixel based raster queries (#221)
* wip rewrite * adapt to api changes * update backend ref for tests * update layer example * lint, fmt, types * move resolution from queryrect * add notebook to check downloader * remove example_downloads * ruff ruff * ruff ruff ruff * adapt to Time Descriptor and update tests * update backendref and reformat tests * adapt to openapi * update backend ref * change how TimeDimension types are modelled * fmt * adapt to TimeDescriptor changes * fmt #12345 * adjust to ogc openapi * ruff * fix type * update openapi and backend refs * adapt test * ruff ruff * update backend ref * add RasterDataType enum, update backend_ref * add to_np_dtype to RasterDataType * back to snake_case * dtype type * dtype type 2 * fix: unify geotransform * fix example * update backend ref * more tests * more more tests * update openapi version --------- Co-authored-by: Michael Mattig <michael.m@ttig.de>
1 parent eedc483 commit 6db36ec

42 files changed

Lines changed: 3209 additions & 1557 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/.backend_git_ref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8de4ad7e8efa267b528d71caa74b90aac2b43403
1+
b48f7351ba58ba515f82076a52a996bbb3bb2295

examples/add_public_raster_dataset.ipynb

Lines changed: 88 additions & 97 deletions
Large diffs are not rendered by default.

examples/add_public_vector_dataset.ipynb

Lines changed: 4 additions & 10 deletions
Large diffs are not rendered by default.

examples/band_neighborhood_aggregate.ipynb

Lines changed: 144 additions & 62 deletions
Large diffs are not rendered by default.

examples/colorizer.ipynb

Lines changed: 37 additions & 32 deletions
Large diffs are not rendered by default.

examples/expression.ipynb

Lines changed: 4 additions & 5 deletions
Large diffs are not rendered by default.

examples/interpolation.ipynb

Lines changed: 16 additions & 37 deletions
Large diffs are not rendered by default.

examples/layers.ipynb

Lines changed: 124 additions & 104 deletions
Large diffs are not rendered by default.

examples/ml_pipeline.ipynb

Lines changed: 4 additions & 6 deletions
Large diffs are not rendered by default.

examples/multiband_raster_stream.ipynb

Lines changed: 331 additions & 152 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)