1 / 24

Python Scripting for Map Automation in ArcGIS 10

What is map scripting (arcpy.mapping)?. A new mapping module that is part of the geoprocessing ArcPy site-packageA python scripting API that allows our users to:Manage map documents, layer files, and the data within themFind a layer with data source X and replace with YUpdate a layer's symbology

nyla
Download Presentation

Python Scripting for Map Automation in ArcGIS 10

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. Python Scripting for Map Automation in ArcGIS 10 Michael Grossman Jeff Barrette

    2. What is map scripting (arcpy.mapping)? A new mapping module that is part of the geoprocessing ArcPy site-package A python scripting API that allows our users to: Manage map documents, layer files, and the data within them Find a layer with data source X and replace with Y Update a layer’s symbology in many MXDs Generate reports that lists document information Data sources, broken layers, spatial reference info, etc. Automate the exporting and printing of map documents Automate map production and create PDF map books

    3. Who is arcpy.mapping for? Why was it built? An easy to use, productive scripting environment for the GIS Analyst Courser grained object model Not a complete replacement for ArcObjects An environment to use for basic map/layer management and map automation tasks A simple way to publish mapping tasks to the server environment arcpy.mapping scripts can be easily published as geoprocessing tools

    4. Demonstration: Brief introduction to arcpy.mapping sample script tools See the Resource Center sample scripts in action

More Related