Course Information
Course Overview
Make PDF Maps on Demand using Python
To perform map automation, ArcGIS Pro uses its mp sub-module that has evolved from ArcMap's arcpy.mapping.
In this course, which is suitable for English-speaking students from anywhere in the world, you will:
- Use seven key classes of the mp sub-module to perform map automation:
- ArcGISProject
- Map
- Layer
- Layout
- MapFrame
- Camera
- Extent
- Use a Python IDE (IDLE demonstrated) to make and export maps to PDF
- Create a Python script tool that uses tool validation to provide a pick list of field values
- Use dynamic map elements like an extent indicator on an overview map, legend that only shows features within the current extent, and a graticule
- Use pseudo-dynamic text for title updating
- Use ArcGIS Pro to improve output of Python script tool to meet one-off requirements Plus much more.
All necessary data is downloaded from Natural Earth, and most code is available as attachments to download, so that you can choose whether to type every character or copy/paste each line.
Course Content
- 4 section(s)
- 7 lecture(s)
- Section 1 Introduction
- Section 2 Using arcpy.mp object classes in Python window
- Section 3 Automating PDF maps
- Section 4 Editing results of automated maps
What You’ll Learn
- Use ArcPy classes and functions from the Python window of ArcGIS Pro, Use a Python IDE to build a PDF maps on demand application, Configure a Python script tool that provides a pick list to choose a feature to create a PDF map from
Skills covered in this course
Reviews
-
MMphilisi
Its very informative course. I wish I could also attend live courses.
-
WWill Dane
This course gave me the foundation I needed to automate a large series of maps for my company, saving my team many hours of work.
-
MMikki Barnes
Excellent course! To the point, clear explanations. I wish all the courses on Udemy were this concise!
-
IIan Turner
This was very eye-opening to work through. The only thing I got stuck on that was not addressed in the course is that since I was working with a much newer version of ArcPro, I had to change the path to say "CURRENT". Conveniently, I found this solution from the same guy that made this course.