Select to view content in your preferred language

How to use python with ARCGIS?

4194
2
12-01-2014 08:19 AM
MichaelFletcher1
Deactivated User

Hi, I am a python user to the level of having completed a few courses but have not yet taken the step of using it with an actual program. Can anyone recommend a site where I could learn the steps required to use python with arc?

0 Kudos
2 Replies
JakeSkinner
Esri Esteemed Contributor

Hi Michael,

I would recommend starting the Web Help:

ArcGIS Help (10.2, 10.2.1, and 10.2.2)

0 Kudos
MichaelFletcher1
Deactivated User

Thanks Jake, it turned out to be just one step that made all the difference. After completing an action once, I just went to pull-down list of: geoprocessing\results and then right-click on the process that I had just completed, and copied as python script, then pasted that command line into a python script that I had written to batch process layers. Given that I had seven different steps using 40 layers, with some steps seeking intersections between layers, this saved me a few days work.