python.packages.forDSM Namespace Reference

proxy class for packages.python.forDSM More...

Classes

class  forDSM

Detailed Description

proxy class for packages.python.forDSM

Parameters
attributeremark : 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".
limitsremark : 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)
binarymapremark : 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.
gridSizeremark : optional Set the grid size of the output raster file.Default: 1 meter.
tempremark : optional Specifies a directoryfor intermediate results. The files will be overwritten, but not deleted,folders will be created if necessary. Default: './TEMP'
projectDirremark : optional Directory as origin for relative paths,similar to changing cwd.
tileSizeremark : 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
cfgremark : optional Name of the configuration file if omitted, the default cfg files provided by OPALS will be used.
overlapremark : 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)
skipIfExistsremark : optional Skip processing if result already exists (0=False|[1=True])
neighboursremark : optional Set the number of nearest neighbours for grid point interpolation.Default: 1 meter.
outputremark : optional Output directory. Directory to write output file(s) to. Default: '.'
thresholdremark : 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]
inputremark : optional One or more ODM files. Also accepts an ASCII file (.txt extension) with the filenames listed (one per line). Wildcards (*,?) are supported.
searchRadiusremark : optional Set the search radius for MSL raster map.Default: 10 m.
mosaicremark : optional Create DSM mosaic from all individual DSMs (0=False|1=True)
See Also
Python script forDSM