Overview¶
During this lesson we will learn a few really useful and commonly used GIS functionalities using Geopandas, namely:
- Geocoding addresses to Points (and vice versa)
- Retrieve OpenStreetMap data
- Data classifications
Learning goals¶
After this lesson you should be able to:
- Do geocoding, i.e. converting addresses into Points (and vice versa)
- Download data from OpenStreetMap using Python
- Reclassify data based on different criteria (custom or common classifiers).