Skip to content

Rollback

smorken edited this page Apr 16, 2018 · 4 revisions

rollback.py

Non Standard Python Dependencies

arcpy, archook, numpy

Description

Runs ArcPy 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:

  • integrate work from outside contracts
  • multiprocess

Clone this wiki locally