Chapter 10. Listing and Describing GIS Data

In this chapter, we will cover the following recipes:

  • Getting a list of feature classes in a workspace
  • Restricting the list of objects returned with a wildcard
  • Restricting the list of objects returned with a feature type
  • Getting a list of fields in a feature class or table
  • Using the Describe() function to return descriptive information about a feature class
  • Using the Describe() function to return descriptive information about an image
  • Returning workspace information with the Describe() function

Introduction

Python provides you the ability to batch process data through scripting. This helps you to automate workflows and increases the efficiency of your data processing. For example, you may need to iterate through ...

Get Programming ArcGIS 10.1 with Python Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.