Export point cloud data
Last updated
Description
Create an export for downloading.
Endpoint
/path/{pathId}/pointCloud/timestamp/{timestampId}/export
Method
POST
Minimum Access Level
view+
Minimum processing units
2
pathId
The id of the point cloud layer.
true
timestampId
The timestamp id to download data for.
true
extent
JSON with properties "xMin", "xMax", "yMin" and "yMax" as floats.
true
epsg
An integer describing the epsg code of the given extent.
false
Default 4326.
Last updated