Skip to content

Commit

Permalink
multiband colorizer
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBeilschmidt committed Nov 6, 2024
1 parent 176fba1 commit 7ebc21e
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 44 deletions.
132 changes: 90 additions & 42 deletions examples/colorizer.ipynb

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion geoengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
RasterResultDescriptor, Provenance, UnitlessMeasurement, ContinuousMeasurement, \
ClassificationMeasurement, BoundingBox2D, TimeInterval, SpatialResolution, SpatialPartition2D, \
RasterSymbology, VectorSymbology, VectorDataType, VectorResultDescriptor, VectorColumnInfo, \
FeatureDataType, RasterBandDescriptor, DEFAULT_ISO_TIME_FORMAT, RasterColorizer, SingleBandRasterColorizer \
FeatureDataType, RasterBandDescriptor, DEFAULT_ISO_TIME_FORMAT, RasterColorizer, SingleBandRasterColorizer, \
MultiBandRasterColorizer

from .util import clamp_datetime_ms_ns
from .workflow import WorkflowId, Workflow, workflow_by_id, register_workflow, get_quota, update_quota
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package_dir =
packages = find:
python_requires = >=3.9
install_requires =
geoengine-openapi-client @ git+https://github.com/1lutz/openapi-client.git@multiband-colorizer#subdirectory=python # TODO update when merged
geoengine-openapi-client @ git+https://github.com/geo-engine/openapi-client@multiband-colorizer#subdirectory=python # TODO update when merged
geopandas >=0.9,<0.15
matplotlib >=3.5,<3.8
numpy >=1.21,<2
Expand Down

0 comments on commit 7ebc21e

Please sign in to comment.