Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

agilescientific/geocomp-1day

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributors 3

  •  
  •  
  •