In this tutorial, we’ll show how you can use a Spatially Enabled DataFrame (SDEF) in ArcGIS Pro to easily convert feature classes back and forth to pandas dataframes. Esri’s ArcGIS API for Python introduced the Spatially Enabled DataFrame, an object to manipulate...
The new 1.5 version of the ArcGIS API for Python integrates the PyShp, Shapely and Fiona packages, so that vector data from other libraries can be accessed through the API as well. Let’s have a look at the these three Python libraries and how they are used within the...
The new 1.5 release of the ArcGIS API for Python finally allows users to read spatial data as pandas DataFrame objects. As a result, manipulating geometric and attribute information of spatial data has become a lot easier. Although previous versions of Esri’s ArcGIS...