- See also
- opals::IModelFromAxis
Aim of module
Extracts a road (or river) probability raster model based on a given axis and a list of DTM models.
General description
The axis file is a vector file containing Linestring geometry with a fixed sampling between points (e.g. 10m) TODO: More details on opalsModelFromAxis with much more words, possibly on several lines.
- See also
- Module ModelFromAxis
Parameter description
-axisFileinput axis files
Type:
opals::Path
Remarks: mandatory
The specified input file are imported in the same order as defined. To append data to an opalsDM file, specify the opalsDM file as input and outFile.
-inFileinput DTM files
Type:
opals::Vector<
opals::Path>
Remarks: mandatory
The specified input file are imported in the same order as defined. To append data to an opalsDM file, specify the opalsDM file as input and outFile.
-outFileoutput model files
Type:
opals::Path
Remarks: estimable
The specified input file are imported in the same order as defined. To append data to an opalsDM file, Estimation rule: The output format is estimated based on the name of the axis file (*.shp->*_out.tif...).
-oFormatgrid file format [GTiff,AAIGrid,USGSDEM,SCOP...]
Type:
opals::String
Remarks: estimable
Use GDAL driver names like GTiff, AAIGrid, USGSDEM, SCOP... .
Estimation rule: The output format is estimated based on the extension of the output file (*.tif->GTiff, *.dem->USGSDEM, *.dtm->SCOP...).
-modelPlaneThresholdvertical distance threshold
Type: double
Remarks: default=0.1
If the vertical distance of a DTM point and the local adjusted plane is less than the given threshold, the corresponding pixel of the probability raster will be increased by one
Examples
Running the command
prints the usage screen.
References
- Author
- paryan
- Date
- 15.5.2014