geopandas walkthrough¶
I do a lot of my GIS work in QGIS, but if you're interested in a beautifully reproducible, pandas-friendly setup, definitely check out geopandas! And luckily enough, I have a big video walkthrough about how to use it.
Here's the playlist: Introduction to geopandas
The videos¶
- What is geopandas?: The building blocks of geopandas
- What is geopandas?: How to install geopandas for Python
- Using geopandas: Importing geopandas into a Jupyter Notebook
- Using geopandas: introduction to shapefiles
- Opening shapefiles with geopandas
- Introduction to GeoDataframes in geopandas
- Opening CSV files with geopandas
- What is a Coordinate Reference Systems (CRS)?
- Customizing map projections in geopandas
- Spatial joins in geopandas
- Spatial Joins in geopandas, part 2
- Recombining Data/Building Choropleths from Spatial Joins (geopandas)