1

I am trying to familiarize myself with python code. Could someone give me a simple code with an explanation of what it does so I can practice? Or a few codes with explanations if you have the time

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
GISKid
  • 31
  • 2

1 Answers1

1

Presentation and tutorials about using Python with ArcGIS 10. Topics covered include scripting geoprocessing workflows, batch processing, reading and creating data, raster analysis with the ArcPy Spatial Analyst module, map automation with the ArcPy Mapping module, and creating script tools.

In addition to the main presentation pdf, each of the six exercises has a folder containing an instructions document and the data needed to complete the exercise.

http://resources.arcgis.com/fr/gallery/file//geoprocessing/details?entryID=E659B67B-1422-2418-A0FE-4F1642052299

Below the Radar
  • 3,593
  • 1
  • 31
  • 58
  • Great! This seems much more informative than the resources I found through Google and exercises are exactly the sort of thing I needed – GISKid Aug 19 '14 at 19:03