Python script preTiling
Table of Contents
- See Also
- python.preTiling
Aim of module
proxy class for packages.python.preTiling
General description
- Parameters
-
raster remark : 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. nDigits remark : optional Number of digits of one coordinate/index in the tile name [default = 6 for coordinates; default = 4 for indices] tileSize remark : 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). logLevel remark : optional Control over the amount of feedback during processing. [1=full feedback(default) | 0=minimal feedback attribute remark : optional Name of the attribute containing the tile name [default = "id"] overlap remark : 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. skipIfExists remark : optional Skip processing if result already exists. [1=skip(default) | 0=overwrite] delimiter remark : optional Delimiter symbol for the two coordinates/indices in the tile name [default = "_"] vector remark : 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. export remark : optional Export [path][filename] for the resulting Shape file [path: estimable\ name: default = "Tiles.shp"]. bbox remark : 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 interest remark : optional Path of a Shapefile containing polygons that mark the area of interest [optional]. Only the overlapping areas will be tesselated. corner remark : 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). po remark : 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.
