Geog204 Tutorial 7

Today you are going to work OpenStreetMap data. Downloading the Data. You can access OpenStreetMap data by downloading it from Geofabrik. For this tutorial though we will downloading directly from within QGIS. Open QGIS and install the QuickOSM and the QuickMapService plugins. On the main menu in QGIS: Plugins > Read more…

Geo204 Tutorial 4

Working With Census Data You will do some basic analysis using the census data you downloaded. You will explore the population distribution in the province Explore employment rates across the dissemination areas To accomplish these tasks, you will do a few tabular calculations and also create cartographic representations. You will Read more…

Flask

To get started let’s update our computers and install a python framework known as Flask that is going to get us mapping quickly! Flask is one example of a Model View Controller or MVC for short. The concept here is that we have separate components to make updates easy. For Read more…