Overview¶
During this week we will learn a few really useful and commonly used GIS functionalities using Geopandas, namely:
- Geocoding addresses to Points (and vice versa)
- Conducting Point in Polygon queries
- Making Spatial joins
- Finding Nearest neighbour of a geometry
Learning goals¶
After this weeks’ lesson you should be able to:
- Do geocoding, i.e. converting addresses into Points (and vice versa)
- Conduct a Point in Polygon queries
- Read data from KML file
- Make spatial and table joins between layers
- Find the nearest neighbour from Point -objects.