Coder Social home page Coder Social logo

shaharkadmiel / ctg_course Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 2.0 92.46 MB

Introduction to seismo-acoustic waves in the Earth’s spheres - TU Delft

HTML 7.35% Jupyter Notebook 36.82% Python 55.82%
python seismology acoustics beamforming array-processing

ctg_course's Introduction

Introduction to seismo-acoustic waves in the Earth’s spheres, CEG, TU Delft

Course by Läslo Evers, Shahar Shani-Kadmiel, Pieter Smets

When and where

  • Date: 6, 7 & 8 March 2019
  • Time: 13.30-17.30hr
  • Place: Faculty of Civil Engineering & Geosciences (building 23)
  • 6 March (Wednesday): room 02.110
  • 7 March (Thursday): room 2.62
  • 8 March (Friday): room 03.270

Geting ready

The majority of the course will be interactive with a lot of hands-on demonstrations and exercises purposed to enrich the learning experience. We will do this by using Jupyter Notebooks, which you should install (or already have) on your laptops that you bring to the course.

We have prepared some instructions for setting up your environment so that you come prepared and so that we don’t spend precious time on these preparations during the course. Please follow the instructions at your earliest convenience and send us an email if you run into any difficulties that you are not able to solve yourself. These instructions work on Linux and macOS but should work for Windows machines just as well.


Step 1:

If you do not already have Anaconda or Miniconda installed on your machine (Hint: If you are unsure, go ahead and install a fresh copy), follow this link to download Miniconda and install the right package for your OS:

https://conda.io/en/latest/miniconda.html

We recommend the 64-bit Python 3.7 version regardless of your OS.

Follow the Installation instructions (https://conda.io/projects/conda/en/latest/user-guide/install/index.html).


Step 2:

Whether you just installed Miniconda or are using an already existing conda environment, create a new environment by typing the following command in you terminal ('Anaconda Prompt' on Windows):

conda create -n ctg -c conda-forge -y python=3.7

And activate this new environment with:

conda activate ctg

Step 3:

Now install the packages needed to run the course notebooks with the following command:

conda config --add channels conda-forge && conda install -y ipython \
    tornado=5.1.1 jupyter notebook ipywidgets numpy scipy numba pandas \
    gdal netcdf4 matplotlib basemap basemap-data-hires pillow obspy

See you Wednesday,

Läslo, Pieter, and Shahar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.