Awesome
🌐 Geospatial Data Science // Spring 2024 🌐
Welcome to the exercise sessions for the course in geospatial data science
In this repository you will find the exercises for each session.
:star2: Please check that you have the latest version of the exercise file before you begin, as we might modify the exercises during the course.
:question: Use the Q&A forum on LearnIT for questions.
:question: We will check it regularly, but invite all course participants to contribute with answers and ideas.
Getting started
Please use the guide in LearnIT to install the GDS environment. We will use this environment to run the exercises.
Running the environment
Your weekly workflow to access lecture and exercise notebooks (if you've used the default install with Docker)
- Save files to folder of your choice
- Files for lectures: Zip folders on LearnIT
- Files for exercises: This GitHub repository
- Open a terminal window, navigate to the folder with your files and run
docker run --rm -ti -p 8888:8888 -v ${PWD}:/home/jovyan/work darribas/gds_py:8.0
(see https://darribas.org/gds_env/guides/docker_install/ for details) - Open your browser, go to localhost:8888, and insert the token printed on the terminal
- You are now ready to run the exercise notebooks etc. using the gds_py environment ⭐