


First Impressions of the ArcGIS API for Python
Esri´s ArcGIS API for Python provides GIS users with a Python API for their Web GIS, whether that´s ArcGIS Online, ArcGIS Portal or ArcGIS Enterprise in the cloud. Esri describes the API as “a powerful, modern and easy to use Pythonic library to perform GIS...
Getting to Know the SciPy Stack
This blog post introduces the Python packages that can be found in the SciPy stack, that is now shipped with ArcMap and available through Conda for ArcGIS Pro users. SciPy is a Python-based ecosystem of open-source software for mathematics, science, and engineering....
ArcGIS Pro Tip: Be Careful When Using Custom Project Templates
While ArcGIS Pro has become an impressive application, making use of 64 bit .NET architecture with a modern ribbon interface, I have found it does have some gotchas which can make you pull your hair out. Like what you’re reading? Subscribe now and receive the full...
Managing Python Modules Locally without Conda
For ArcMap users, who cannot rely on Conda for Python package management because Python 2.7 is the default version used by ArcMap, installing and managing local Python packages can be a real challenge. This blog post covers some of the available tools that help you...