getcloud
The getcloud
command extracts a point cloud from the Express Server.
The getcloud
command syntax is:
getcloud?cat=<catalog-name>&item=<item-id>&bounds=<min-x>,<min-y>[,<min-z>],<max-x>,<max-y>[,<max-z>]&oif=<image-format>&thinningfactor=<value>&class=<classification-list>&srs=<output-projection>
The following parameters may be used with the getcloud
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 image format. Can be las, laz, or sid; default is sid (MrSID Gen 4).
The fraction of points to return. This value must be greater than 0 and less than or equal to 1. 1 is the default, which means that all points will be returned.
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.