-
Notifications
You must be signed in to change notification settings - Fork 2
Region Clipper
Scott Morken edited this page Apr 16, 2018
·
3 revisions
arcpy, archook
Runs the ArcPy clipping/copying methods, to create sub-region specific spatial inputs
- 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
python ..\regionclipper.py --pathRegistry .\pathRegistry.json --regionClipperConfig .\regionClipperConfig.json --subRegionConfig .\subRegions.json --subRegionNames "Boundary"
- de-arc (options, including PostGIS, and R are under review )