Technische Universität Wien
Orientation and Processing of Airborne Laser Scanning data
Department of Geodesy and Geoinformation - Research Groups Photogrammetry and Remote Sensing
python
workflows
preTiling
preTiling
Public Attributes
|
Static Public Attributes
|
List of all members
preTiling Class Reference
Inheritance diagram for preTiling:
Public Attributes
logger
pointOrigin
skipIfExists
Static Public Attributes
group_inp
= argument_group("Input Options", "Settings concerning the input ODM files or the extents of the flight block.")
brief
description
argument_group
group_tile
= argument_group("Tiling Options", "Settings concerning the tile extents.")
group_out
= argument_group("Output Options", "Settings concerning the output Shapefile.")
example_path
example_flag
Member Data Documentation
◆
example_flag
example_flag
static
Initial value:
= argument_group(
"Example for -e flag usage (Each part -path, name or '.shp'- can be left out)"
,
"U:/results/block/tesselation/myTiles.shp"
.replace(
"/"
, os.sep))
◆
example_path
example_path
static
Initial value:
= argument_group(
"Example for an input path (-vector or -raster flag)"
,
"U:/FirstInputs/*.tif;U:/OtherInputs/;U:/LastFolder/poly*.tif"
.replace(
"/"
, os.sep))