getdem
The getdem
command creates a Digital Elevation Model (DEM) from a point cloud source.
The getdem
command syntax is:
getdem?cat=<catalog-name>&item=<item-id>&bounds=<min-x>,<min-y>[,<min-z>],<max-x>,<max-y>[,<max-z>]&res=<resolution>&dt=<datatype>&oif=<image-format>&class=<classification-list>&srs=<output-projection>
The following parameters may be used with the getdem
command:
The catalog name.
The ID of the item. The
itemid
is the folder path to the item plus the item name (oriserv-catalog-index
, which specifies the spatial index).
The geographic bounds of the requested region. Required, except for min-z and max-z.
Specifies the output resolution of the DEM. Required.
The datatype of the output DEM. Supports
f32
(floating-point 32-bit),u16
(unsigned 16-bit integer), ands16
(signed 16-bit integer). Default isf32
.
Specifies the output image format. Can be tif or sid; default is sid.
A comma-separated list of classifications of points for the requested bounds. Default is all.
The output projection for the cloud. The default is the source image projection.