Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.2 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.2 KB

Automating GIS processes: notebooks used during the lessons at the University of Helsinki

This repository contains the notebooks used in contact-teaching. The docker image used for CSC Notebooks clones (or fetches and merges) this repository upon start.

To prepare these files, use jupytext to convert the markdown-based notebooks from Automating-GIS-processes/site, then remove the code from cells that should be filled during the lesson.

If you want to add the lessons one-by-one as the course proceeds (e.g., every week), you can clone this repository locally in the beginning of the teaching period, run git rm --cached -r lesson-? to remove all lessons from the index (but keep a local copy), commit and push. Each week, you can then use git add lesson-1, commit and push, to upload the new content.

At the beginning of the teaching period, remember to replace environment.yml with an updated listing all packages pinned to the current year’s versions (see the README in Automating-GIS-processes/site).