Skip to content

Region Clipper

Scott Morken edited this page Apr 16, 2018 · 3 revisions

regionclipper.py

Non Standard Python Dependencies

arcpy, archook

Description

Runs the ArcPy clipping/copying methods, to create sub-region specific spatial inputs

Args

  • path registry - specifies various input and output paths for the process
  • regionClipperConfig - config file specifying clip and copy tasks
  • subRegionConfig - sub region specific data
  • subRegionNames - optional comma delimited string specifying subregion names to process

Example Command

python ..\regionclipper.py --pathRegistry .\pathRegistry.json --regionClipperConfig .\regionClipperConfig.json --subRegionConfig .\subRegions.json --subRegionNames "Boundary"

possible development tasks:

  • de-arc (options, including PostGIS, and R are under review )

Clone this wiki locally