Uncategorized
Geog204 Tutorial 8
Last week you downloaded OSM data. We are going to use that data for short introduction to network analysis. If you did not download the data, you can work through last week’s tutorial but the dataset is also on the L drive (GEOG204/tutorial7). Project the data To perform network analysis, Read more…
Uncategorized
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…
Uncategorized
Geog204 Tutorial 6
Last week you explored raster classification. This week you will work towards the same end but using vector data. The data you will use has been placed on the L Drive under GEOG204/tutorial6. Copy that data to your work folder and add the shapefile in that folder to QGIS. The Read more…
Uncategorized
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…
Uncategorized
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…
Uncategorized
Geog204 Tutorial 2
Creating a shapefile from point data Create a CSV The data you are going to use is in the Tutorial 2 folder on the L drive (L:/geog 204) Create a folder on the K drive where you will save your work for this tutorial 1 Open Excel and create a Read more…
GEOG 457
Lab 9 – Cloud Native Remote Sensing
Today we will be leveraging the cloud, the short version is that the cloud is any service that uses IT resources accessed through the internet and not on the campus we are currently at. For remote sensing this is particularly advantageous as we can access data without the restrictions of Read more…
Uncategorized
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…