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 8. Introduction to ArcPy.Mapping

Creating maps is an art, one that can be learned through years of dedicated study of cartography. The visual display of information is both exciting and difficult, and can be a rewarding part of the daily workflow of geospatial professionals. Once the basics have been learned and mastered, cartographic output becomes a constant battle to produce more maps at a faster pace. ArcPy, once again, has a powerful solution: the arcpy.mapping module.

By allowing for the automatic manipulation of all map components, including the map window, the layers, the legend, and all text elements, arcpy.mapping makes creating, modifying, and outputting multiple maps fast and simple. Map book creation – another important skill for geospatial professionals, is also made easy using the module. In this chapter we will discuss some basic functionalities available through arcpy.mapping and use it to output a map book of bus stops and their surrounding census blocks.

This chapter...