Python script preTiling
See Also
python.preTiling

Aim of module

proxy class for packages.python.preTiling

General description

Parameters
rasterremark : optional Path(s), where GDAL supported raster files to tesselate are located [mandatory if no bounding box/Vector path is specified]. More inputs have to be separated by semicolon.
nDigitsremark : optional Number of digits of one coordinate/index in the tile name [default = 6 for coordinates; default = 4 for indices]
tileSizeremark : optional Wanted tile size in meters [default = 1000]. With one input, quadratic tiles are created. For rectangular tiles, the x- and y-extent has to be specified using semicolon (e.g. 1000;500).
logLevelremark : optional Control over the amount of feedback during processing. [1=full feedback(default) | 0=minimal feedback
attributeremark : optional Name of the attribute containing the tile name [default = "id"]
overlapremark : optional Overlap of adjacent tiles in meters [optional]. Same as for tile size, either one value for all directions or two seperate values for x;y can be specified.
skipIfExistsremark : optional Skip processing if result already exists. [1=skip(default) | 0=overwrite]
delimiterremark : optional Delimiter symbol for the two coordinates/indices in the tile name [default = "_"]
vectorremark : optional Path(s), where the ODM vector files to tesselate are located [mandatory if no bounding box/Raster path is specified]. More inputs have to be separated by semicolon.
exportremark : optional Export [path][filename] for the resulting Shape file [path: estimable\ name: default = "Tiles.shp"].
bboxremark : optional Instead of ODM files, the block extents can also be described giving their bounding box [mandatory if no Raster/Vector path is specified]. The correct form is xmin;ymin;xmax;ymax
interestremark : optional Path of a Shapefile containing polygons that mark the area of interest [optional]. Only the overlapping areas will be tesselated.
cornerremark : optional Specification of the corner that is responsible for the tile name ["LL" (default)|"UL"|"UR"|"LR"|"Index"|"Numbered"]. "Index" uses a numbering of rows and columns for the tile names. "Numbered" assigns numbers from 1 to n (total number of tiles).
poremark : optional Point of origin for the tesselation [default = 0;0]. Either X- and Y-coordinate separated by semicolon or a corner of the block ["LL"|"UL"|"UR"|"LR"] can be specified. The X- and Y-coordinates of all corners will differ from (X,Y) of p0 by multiples of the x/y-tile size. So the point of origin defines an actual tile corner if it lies within the area of interest or a virtual one if it lies outside.
See Also
Python script preTiling

Parameter description

Examples

To be written.