Skip to content

zomungGITHUB/skience2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

150 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skience2023

Welcome!

This is the github Project for the 2023 Skience Winter School on Environmental Seismology. Training material for the lectures and practices is provided here.

https://www.skience.de/2023

Setup of Conda Environment for Skience23

Miniconda/Anaconda3 has to be installed for this to work!

  1. Download the skience23.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!

  2. 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>

  3. After this terminated successfully, you should be able to list the environment:

    conda env list

    and to activate it using:

    conda activate skience23

    When activated, your command line should show:

    (skience23) $

  4. Test the environment using:

    (skience23) $ obspy-runtests

    (skience23) $ qopen-runtests

    (skience23) $ msnoise utils test

  5. To eventually delete the environment again type (after the workshop, of course):

    conda env remove --name skience23

A quick explanation on conda environment setup with yaml files can also be found here: https://medium.com/@balance1150/how-to-build-a-conda-environment-through-a-yaml-file-db185acf5d22

If you have issues with the setup, please share the error messages on Mattermost -> Channel "Installation - Software Issues" !

Software Setup

On Tuesday we will use Geopsy. Either download the software on: https://www.geopsy.org/download.php. Select the platform you need (Windows, Linux, Max) and hit the green carton box icon to download Geopsy: OR download Geopsy from the links below. No installation needed, just unpack the zip folder and place it in any document folder.

Required versions:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Python 0.2%