Skip to content

Commit

Permalink
Merge pull request #2096 from obspy/EMSC-get_events
Browse files Browse the repository at this point in the history
Emsc get events
  • Loading branch information
megies committed Apr 11, 2018
2 parents 9d7a9c3 + 4ad7572 commit 0aae31c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -4,7 +4,7 @@
import obspy.clients.fdsn


client = obspy.clients.fdsn.Client("neries")
client = obspy.clients.fdsn.Client("EMSC")

events = client.get_events(minlatitude=46.1, maxlatitude=46.3,
minlongitude=7.6, maxlongitude=7.8,
Expand Down
4 changes: 2 additions & 2 deletions misc/docs/source/tutorial/index.rst
Expand Up @@ -14,8 +14,8 @@ will give you a good idea of the library’s flavor and style.
A pdf version of the Tutorial is available :download:`here <ObsPyTutorial.pdf>`.

There are also IPython notebooks available online with an
`introduction to Python <https://nbviewer.jupyter.org/github/obspy/docs/blob/master/workshops/2017-10-25_iris_stcu/Python Introduction/Python_Crash_Course.ipynb>`__
(`with solutions/output <https://nbviewer.jupyter.org/github/obspy/docs/blob/master/workshops/2017-10-25_iris_stcu/Python Introduction/Python_Crash_Course-with_solutions.ipynb>`__),
`introduction to Python <https://nbviewer.jupyter.org/github/obspy/docs/blob/master/workshops/2017-10-25_iris_stcu/Python%20Introduction/Python_Crash_Course.ipynb>`__
(`with solutions/output <https://nbviewer.jupyter.org/github/obspy/docs/blob/master/workshops/2017-10-25_iris_stcu/Python%20Introduction/Python_Crash_Course-with_solutions.ipynb>`__),
an
`introduction to ObsPy split up in multiple chapters <http://nbviewer.jupyter.org/github/obspy/docs/blob/master/workshops/2017-10-25_iris_stcu/ObsPy%20Tutorial/00_Introduction.ipynb>`__ (again, versions with/without solutions available)
and a
Expand Down

0 comments on commit 0aae31c

Please sign in to comment.