Skip to content

Zabamund/geocomp-1day

 
 

Repository files navigation

Geocomputing course (1 day)

These will be Jupyter Notebooks running on Azure Notebooks.

Click the launch azurenb button to start the interactive Azure Notebooks.

Azure Notebooks

If the Notebook asks you which kernel you want to run, select Python 3.

Running the notebooks

Hopefully you're already using Anaconda. To make an environment for this notebook, and install obspy, you can do this:

# Make the environment
conda create -n geocomp anaconda Python=3.6

# Start it
source activate geocomp

# Install obspy and bruges
conda config --add channels conda-forge
conda install obspy -y
conda install geopandas -y
conda install folium -y
pip install bruges

# cd to directory with the notebook in it, then
jupyter notebook

About

Geocomputing notebooks for 1 day course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Shell 0.1%