In this tutorial you will learn how to use Python scripting along with Pandas and GeoPandas libraries to fully automate geoprocessing tasks. Through a real example of calculating Thiessen polygon weights for extremely complex geometries, you will learn how to: 1. Import libraries 2. Import and read ESRI shapefiles to python 3. Iterate over Pandas DataFrames and GeoPandas GeoDataFrames using 'for' loops 4. Use conditional statements 5. Perform geo-processing tasks in Python using GeoPandas 6. Write results into a .CSV file
Download the tutorial files -
Create Thiessen Polygons using ArcMap and Calculating Thiessen Weights -
How to install Spyder IDE using Anaconda Distribution -
0 Comments