After this weeks' lesson you should be able to:
- Do geocoding, i.e. converting addresses into Points (and vice versa)
- Detect the coordinate reference system of your spatial data and define different projections for your datasets (re-project the data)
- Conduct a Point in Polygon queries
- Make spatial and table joins between layers
Following materials are partly based on documentation of Geopandas, geopy, Google and Pandas.