python.packages.preCutting Namespace Reference

proxy class for packages.python.preCutting More...

Classes

class  preCutting

Detailed Description

proxy class for packages.python.preCutting

Parameters
shpremark : optional Shape file containing the polygons used as cutting limits [mandatory].
pickpolyremark : optional Choice of the target polygons if not all polygons shall be cut [optional]. <MI - see above>
bufferremark : optional Buffering distance around the polygon in meters [optional].
vectorpathremark : optional Path where the Vector files to cut are located [mandatory if no rasterpath is specified]. Actually only ODM files are supported. <MI - see above>
skipIfExistsremark : optional Skip processing if result already exists. [1=skip(default) | 0=overwrite]
roundingremark : optional Options for rounding the results to exakt pixel positions ["corner"=default | "center"
attremark : optional Name of the Shape file attribute that will be part of the export filename [default = id].
exportremark : optional Export [path][prefix of filename].[extension] for the resulting files [estimate].
resamplingremark : optional Valid opals input for the Grid resampling method ["bilinear"=default | "bicubic" | "nearestNeighbour"].
oformatremark : optional Format description for the OPALS -oFormat flag: GDAL driver for Raster, file format or XML file for Vector [estimable].
rasterpathremark : optional Path where the Raster files to cut are located [mandatory if no vectorpath is specified]. <MI - see above>
formularemark : optional Formula for the combination of overlapping Raster files in opalsAlgebra [default = mean(r)].
truepolyremark : optional By default, only the polygon bounding box of rasters is cut out. With this option, it is possible to cut out the true polygon shape. Since the process is more time consuming, it should only be chosen for non-rectangular polygons. [1=true polygon | 0=bounding box (default)]
logLevelremark : optional Control over the amount of feedback during processing. [1=full feedback(default) | 0=minimal feedback
See Also
Python script preCutting