Introduction to Writing Geoprocessing Scripts with Python 10.2/10.3 Class Resources

7700
0
01-26-2015 12:58 PM

Introduction to Writing Geoprocessing Scripts with Python 10.2/10.3 Class Resources

Lesson 01 Running Scripts in Python:

Lesson 02 Describing Data

Lesson 03 Automating Scripts with Lists

Lesson 04 Working with Selections

Lesson 05 Working with Cursors

ArcGIS 10.1 added a new data access module (arcpy.da). The previously existing cursors (that are still listed under arcpy) are still functional and valid; however, the new arcpy.da cursors include significantly faster performance. In most cases, the help will illustrate the use of the arcpy.da cursors. For more information about the 'classic' cursor model, see the table below.

Lesson 06 Working with Geometry objects

Lesson 07 Sharing scripts

Lesson 08 Automating map production

Tags (2)
Version history
Last update:
‎01-26-2015 12:58 PM
Updated by:
Contributors