geofabrics.__main__

A convenience script for running the DEM generation pipelines contained in the processor

module of geofabrics.

Functions

parse_args()

Expect a command line argument of the form:

cli_run_from_dict()

Run the DEM generation pipeline(s) given the specified instructions as a

cli_run_from_file()

The standard script entry point to geofabrics & a CLI entry point to geofabrics.

Module Contents

geofabrics.__main__.parse_args()

Expect a command line argument of the form: ‘–instructions path/to/json/instruction/file’

geofabrics.__main__.cli_run_from_dict()

Run the DEM generation pipeline(s) given the specified instructions as a dictionary. If a benchmark is specified compare the result to the benchmark

geofabrics.__main__.cli_run_from_file()

The standard script entry point to geofabrics & a CLI entry point to geofabrics. Run standard workflow from an instruction file intput.