01 – GeoTagged Photos

GeoSpatial Technologies While GIS and GIScience refer, respectively, to the system and the field of study in such systems another term that is important for us here is Geospatial. Geospatial data refers to any type of data that has a geographic or location component while geospatial technology refers to the 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…