Skip to content

Instantly share code, notes, and snippets.

@gisdev-km
gisdev-km / parallel-processing-tools.txt
Created August 8, 2019 17:13 — forked from scdub/parallel-processing-tools.txt
List of tools that support arcpy.env.parallelProcessingFactor
Reclassify_3d
Contour_3d
ContourList_3d
Intervisibility_3d
Viewshed2_3d
RegularizeBuildingFootprint_3d
ClassifyLasBuilding_3d
Clip_analysis
Erase_analysis
Identity_analysis
#!/bin/sh
# Just copy and paste the lines below (all at once, it won't work line by line!)
# MAKE SURE YOU ARE HAPPY WITH WHAT IT DOES FIRST! THERE IS NO WARRANTY!
function abort {
echo "$1"
exit 1
}
set -e