If you have ever used Esri's arcpy package or their Python API package, you may have observed that they are only available through the Python environment which is installed with ArcGIS Pro. These packages can't be imported into "non-Esri" Python environments without having proper Esri licensing configured on the machine. That is to say, you … Continue reading Deploying a Python + Flask application which can import ArcPy and the ArcGIS Python API to Windows Server
Tag: arcpy
How to resolve a version mis-match error when using ArcPy
On some recent projects, I have been using ArcPy to script out some ArcGIS Pro feature automation. ArcPy ships as a package available via ArcGIS Pro's Python package manager (which is essentially a GUI on top of Conda), and can be imported to any Python script. ArcGIS Pro's package manager allows you to clone environments, … Continue reading How to resolve a version mis-match error when using ArcPy
Configuring VS Code for ArcPy/ArcGIS Pro development
I have been using Esri's ArcGIS Pro and its companion Python package, ArcPy, more and more often as of late, and have really been enjoying developing with Python. For the unfamiliar, ArcGIS is geographic information system (GIS) software, primarily used to visualize and analyze geographic data. Python is commonly used to automate these analysis tasks … Continue reading Configuring VS Code for ArcPy/ArcGIS Pro development