Skip to content

Esri/arcpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArcPy

Resources and ideas for ArcPy and Python in ArcGIS.

ArcPy is a comprehensive and powerful library for geographic data analysis, data conversion, data management, map automation. It is integrated into products like ArcGIS Pro and Enterprise. ArcPy is organized into 55 modules and 2100+ functions to the related Geoprocessing tools, see this quick tour of its functionality.

"Python is an interpreted, object-oriented, high-level programming language with dynamic semantics.". It is included with deployment of many ArcGIS products as the primary language for the automation workflows and analysis.

ArcPy cheatsheet

Cheatsheet for the ArcPy library. Download

docs/arcpy-cheatsheet.pdf

ArcGIS Pro Python distribution by release

A list of packages and their versions shipped with recent ArcGIS Pro releases. Download

docs/ArcGIS-Pro-Python-Distribution-By-Release.pdf

This data is also available as docs/arcgis-dist.json

Software issues, questions, and discussions

  • The primary way to report technical issues continues to be through Esri Technical Support.
  • Ideas and enhancements can be submitted on the ArcGIS Ideas site, or through Esri Technical Support.
  • For conversation with peers in the Esri's Python developer community see Python on Esri's community forums.
  • For issues and questions about the ArcGIS API for Python, go to github.com/Esri/arcgis-python-api.
  • If none of the above fit, open a new Issue or Discussion in this repo.

Contributing

Esri welcomes contributions from anyone and everyone. See our guidelines for contributing.

Licensing

Copyright 2025 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's LICENSE.txt file.

( back to top ☝)