Welcome!
This is the github Project for the 2025 Skience Winter School. Training material for the lectures and practices is provided here.
Data for the notebooks can be downloaded from here (24GB)
https://syncandshare.lrz.de/getlink/fi6XxXnKpLZptktj2YtqyN/Skience2025
Miniconda/Anaconda3 has to be installed for this to work!
-
Download the skience25.yaml file from this repository! This file specifies all required packages for the environment. Warning: make sure the content of the file is correct and not raw html!
-
Using the Anaconda Prompt (or your favorite console if it works): use conda to create an environment:
conda env create -f <path_to_yaml_file> -
After this terminated successfully, you should be able to list the environment:
conda env listand to activate it using:
conda activate skience25When activated, your command line should show:
(skience25) $ -
Test the environment using:
(skience25) $
obspy-runtests --report(skience24) $
msnoise utils test -
Clone the git repository
in the console, in a folder of your choice (change directory with "cd"), activate the environment and run:
(skience25) $
git clone https://github.com/heinerigel/skience2025.git
If you have issues with the setup, please share the error messages on Mattermost -> Channel "Installation - Software Issues" !
To eventually delete the environment again type (after the workshop, of course):
` conda env remove --name skience25 `