python.packages.forDSM Namespace Reference
proxy class for packages.python.forDSM More...
Classes | |
| class | forDSM |
Detailed Description
proxy class for packages.python.forDSM
- Parameters
-
attribute remark : optional preTM naming string - depening on the tiling string, this can be -) "shp.XX" where XX is the name of a unique field in the shapefile -) "inp" to copy filenames from the tiling coming from the input files -) any of "LL", "LR", "UR", "UL" in combination with a delimiter and a number of digits (e.g. "LR_6" for 6 digits and "_" as delimiter -) "INDEX" or "NUMBERED" for adressing via count. defaults to "LL_6". limits remark : optional Limit output to a specific region ("lower,left,upper,right"). Alternatively,a path to a (polygon) shapefile to read shapes ofinterest from. (Values will only be calculated for points within the union of all polygons) binarymap remark : optional Set binarymap to 1 to get a tif File showing whichmodel was used where (in the file, 1 means "max"-modeland 0 means "msl" model. gridSize remark : optional Set the grid size of the output raster file.Default: 1 meter. temp remark : optional Specifies a directoryfor intermediate results. The files will be overwritten, but not deleted,folders will be created if necessary. Default: './TEMP' projectDir remark : optional Directory as origin for relative paths,similar to changing cwd. tileSize remark : optional preTM tiling string - either one of: -) one or two floats (setting a tilesize) -) a shapefile (with a unique column name given in -a) -) rows/cols like "3r2c" -) None (default) -) "scan" to copy tiling from input files cfg remark : optional Name of the configuration file if omitted, the default cfg files provided by OPALS will be used. overlap remark : optional Set an overlap for tiling differing from default (Default: searchRadius [-r]).Be sure to set this to match the filenames in case of already tiled input, and to ensure enough overlap, if multiple scripts are to be executed (e.g. forDelineate) skipIfExists remark : optional Skip processing if result already exists (0=False|[1=True]) neighbours remark : optional Set the number of nearest neighbours for grid point interpolation.Default: 1 meter. output remark : optional Output directory. Directory to write output file(s) to. Default: '.' threshold remark : optional Threshold for model calculation. If the simga0 map is greater than /threshold/, the combined model will use the "max" value at that point. [mandatory] input remark : optional One or more ODM files. Also accepts an ASCII file (.txt extension) with the filenames listed (one per line). Wildcards (*,?) are supported. searchRadius remark : optional Set the search radius for MSL raster map.Default: 10 m. mosaic remark : optional Create DSM mosaic from all individual DSMs (0=False|1=True)
- See Also
- Python script forDSM
