Questions tagged [arcpy]

ArcPy, a Python module created by Esri, enables users to interact with ArcGIS tools in a high-level implementation of the ArcObjects programming library. For inquiries about using ArcPy, the recommended source is our affiliated platform GIS Newtab Q&A.

Identifying the sources of temporary files generated by my Python code: a guide

When working on my Python code, I utilized various libraries such as pathos, arcpy, and numpy. However, I have noticed that each time I run the code, approximately 0.5 GB of free space on my C drive decreases, even though the Python file itself is located ...

Dealing with Non-ASCII Characters When Importing Libraries in Python Arcpy

While working on debugging a simple GIS python script, I encountered an unexpected error: Traceback (most recent call last): File "<module1>", line 13, in <module> import arcpy File "C:\Program Files (x86)\ArcGIS\Desktop ...