Lecture 04 – Relational Models

The recording of this lecture can veiwed at:Video Link Looking at some of our relational databases Install some software and get some data To view some of the database information, install browser for sqlite and download some files from our download link at: https://fileshare.gis.unbc.ca/index.php/s/NmT5iDW4awTezfp From the link you will need: Read more

Tutorial 05 – PostGIS

Introduction Today we will be looking at doing GIS inside of the Enterprise Database using PostGIS. Now you may be wondering what is our motivation to using PostgreSQL and primarly it is due to its performance and concurrent access. When we talk about performance we are talking about how many Read more

Tutorial 02 – Git

Git Init When using git repositories your project folder is presented to the operating system simply as a folder with files. There is also a hidden folder named .git that is used by git to track changes. The .git folder contains information about where the repository is hosted, and the Read more