Course environment

Course environment#

During this course, we use a set of tools that help make learning easier: We will use:

  1. QGIS as the GIS software during this course

  2. JupyterLab as a development environment accessed using a normal web browser,

  3. the cloud computing platforms Binder and CSC Notebooks to run JupyterLab in an environment in which all necessary libraries have already been installed,

  4. git and GitHub for version control and documentation,

  5. Discord for communication between the University of Helsinki students, the course assistents, and the teachers.

  6. You can clone every week tutorials from the following git repository: https://github.com/Carto-gis/tutorials.git

An introduction of these tools is prvided on the AutoGIS course pages.

[2]:
from IPython.display import IFrame
documentation = IFrame(src='https://autogis-site.readthedocs.io/en/latest/course-info/course-environment.html', width=1000, height=1000)
display(documentation)
[ ]: