Skip to content

Rollback

Scott Morken edited this page May 16, 2018 · 4 revisions

rollback.py

Non Standard Python Dependencies

Description

Runs PostGIS rollback processes, which creates inventory layers, and disturbance layers for the rollback period. Produces the rollback tiler configuration.

Args

  • pathRegistry - specifies various input and output paths for the process
  • preprocessorConfig - general configuration for preprocessing tools
  • subRegionConfig - sub region specific data
  • subRegionNames - optional comma delimited string specifying subregion names to process

example command

python ..\rollback.py --pathRegistry .\pathRegistry.json --preprocessorConfig .\preprocessorConfig.json --subRegionConfig .\subRegions.json --subRegionNames "Arrow, Boundary"

This command roll back the inventory based on the configuration items provided, and produce the tiler output for the rollback portion of a simulation.

possible development tasks: