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 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…