Upload point cloud file

Description

Uploads a raster file.

Endpoint

/path/{pathId}/pointCloud/timestamp/{timestampId}/file

Method

POST

Access Level Rules

Minimum Access Level

edit+

Processing Units

Minimum processing units

2

Parameters

NameDescriptionRequiredDefault

pathId

The id of the point cloud layer.

true

timestampId

The id of the timestamp the upload is for.

true

name

The name of the file to be uploaded.

true

data

The file to be uploaded.

true

epsg

The epsg of the file as an integer. Required if the file does not contain a coordinate system.

false

Default null.

format

The format of the file.

false

Default 'tif’

noDataValue

A value to use as no data value

false

uploadPriority

An integer indicating the order to mosaic the files in. Higher means on top.

false

Last updated