Book Image

ArcPy and ArcGIS: Geospatial Analysis with Python

Book Image

ArcPy and ArcGIS: Geospatial Analysis with Python

Overview of this book

Table of Contents (19 chapters)
ArcPy and ArcGIS – Geospatial Analysis with Python
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 10. Advanced Geometry Object Methods

In this chapter, we will discuss advanced Geometry object methods, previously discussed in Chapter 6, Working with ArcPy Geometry Objects. The goal of this book is to give an introduction to ArcPy and its modules, while also demonstrating how to apply these tools when creating enduring GIS workflows. Performing an analysis once is good, but doing it over and over, with the click of a button, is better. Making the analysis results sharable in an industry standard format is also desirable. In the ArcGIS world, the best way to do this is with ArcPy and script tools that take advantage of Geometry object methods.

This chapter will cover the following topics:

  • Adding common functions to a module in the Python path

  • Making the analysis more advanced by adding point generation

  • Advanced Polygon object methods

  • Using the XLWT to create Excel spreadsheets