Module rok4_tools.tmsizer
Functions
def load_conversion() ‑> None
-
Create the middle processor
To process data from input to output format, several processors can be chained
- GETTILE_PARAMS -> COUNT : Gettile2tileindexProcessor -> CountProcessor
- GETTILE_PARAMS -> HEATMAP : Gettile2tileindexProcessor -> Tileindex2pointProcessor -> HeatmapProcessor
- GEOMETRY -> GETTILE_PARAMS : Geometry2tileindexProcessor -> Tileindex2gettileProcessor
def load_reader() ‑> None
-
Create the read processor (from standard input or file/object)
def load_tms() ‑> None
-
Load TMS
Create TileMatrixSet object from the provided identifier and set it for processors
def load_writer() ‑> None
-
Create the write processor (to standard output or file/object)
def main() ‑> None
def parse() ‑> None
-
Parse call arguments and check values
Exit program if an error occured
def work() ‑> None