Loading [MathJax]/extensions/tex2jax.js
python.workflows.preTiling Namespace Reference

Tesselates a (flight) block into tiles of equal size. More...

Classes

class  preTiling
 

Functions

def get_error_file_message (ts, ov, errFiles)
 
def boundingboximage (image)
 
def boundingboximage_and_crs (image)
 
def magnitude (number)
 
def sortOut (aoi, tiles)
 
def writeTileSHP (logger, crs, tiles, outpath, skipExisting, attribute, aoi, numbered, dig, ov=None)
 
def num2str (num, diff, digits, mag, comma)
 

Variables

 script
 

Detailed Description

Tesselates a (flight) block into tiles of equal size.

preTiling tesselates a (flight) block into tiles of equal size potentially considering a tile overlap. Tiles can either be set quadratic or rectangular.

The block extents can either be found from ODM or Raster files or can also be defined manually by giving the union bounding box.

Output is a Shape file containing the extents of the resulting tiles. In case of overlaps two Shape files are provided - one regarding the overlaps, one without them.

See also
Script documentation