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

Geog204 Tutorial 5

In the last tutorial, you created a shapefile with a name BCDAPop. You are going to use this shapefile to convert data from vector to raster. We will achieve this using the census data to calculate the labor participation rate and the unemployment rate. This is a superficial analysis, designed 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