python.packages.preTiling Namespace Reference

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

Classes

class  preTiling
 

Functions

def getErrorFileHeader (vector, ts, ov)
 
def boundingboximage (image)
 
def magnitude (number)
 
def sortOut (aoi, tiles)
 
def writeTileSHP (logger, tiles, outpath, skipExisting, attribute, aoi, numbered, dig, ov=None)
 
def num2str (num, diff, digits, mag, comma)
 
def cmdline (argv=sys.argv[1:])
 This function is called when preTiling is called directly.
 
def main (options, logger)
 

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
Python script preTiling