Skip to content

Region Gridder

smorken edited this page Apr 16, 2018 · 4 revisions

regiongridder.py

Non Standard Python Dependencies

arcpy, archook

Description

Runs the fishnet and grid inventory ArcPy processes.

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 ..\regiongridder.py --pathRegistry .\pathRegistry.json --preprocessorConfig .\preprocessorConfig.json --subRegionConfig .\subRegions.json --subRegionNames "Boundary"

This command will create fishnetted, and gridded copies for the sub-regions specified

possible development tasks:

  • integrate work from outside contracts
  • multiprocess

Clone this wiki locally