1.
Welcome to Geo Engine Docs
2.
The Geo Engine
2.1.
Datasets
2.2.
Engine
2.3.
Layers
2.4.
Workflows
3.
Pro Features
3.1.
Users and Permissions
4.
API
4.1.
Datasets
4.2.
Projects
4.3.
Upload
4.4.
Workflows
5.
Datatypes
5.1.
Colorizer
5.2.
Measurement
5.3.
QueryRectangle
5.4.
RasterDataType
5.5.
TimeInstance
5.6.
TimeInterval
5.7.
TimeStep
6.
Operators
6.1.
ColumnRangeFilter
6.2.
Expression
6.3.
GdalSource
6.4.
Interpolation
6.5.
LineSimplification
6.6.
NeighborhoodAggregate
6.7.
OgrSource
6.8.
PointInPolygon
6.9.
Rasterization
6.10.
RasterScaling
6.11.
RasterTypeConversion
6.12.
RasterVectorJoin
6.13.
Reprojection
6.14.
RGB
6.15.
TemporalRasterAggregation
6.16.
TimeProjection
6.17.
TimeShift
6.18.
VectorJoin
6.19.
VisualPointClustering
7.
Plots
7.1.
BoxPlot
7.2.
ClassHistogram
7.3.
FeatureAttributeValuesOverTime
7.4.
Histogram
7.5.
MeanRasterPixelValuesOverTime
7.6.
PieChart
7.7.
ScatterPlot
7.8.
Statistics
8.
OGC Access
8.1.
WMS
9.
Solutions
9.1.
Geo Engine Pro
API Reference
Python
Light
Rust
Coal
Navy
Ayu
Geo Engine Docs
Raster Data Type
Rasters can have the following data types:
U8: unsigned 8-bit integer
I8: signed 8-bit integer
U16: unsigned 16-bit integer
I16: signed 16-bit integer
U32: unsigned 32-bit integer
I32: signed 32-bit integer
U64: unsigned 64-bit integer
I64: signed 64-bit integer
F32: 32-bit floating-point
F64: 64-bit floating-point
Example JSON
"U8"