Skip to content

Commit

Permalink
Merge 3ebac60 into f33e2df
Browse files Browse the repository at this point in the history
  • Loading branch information
krischer committed Jul 8, 2016
2 parents f33e2df + 3ebac60 commit cd6cde9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Expand Up @@ -6,6 +6,8 @@
- obspy.clients.fdsn:
* Fixing issue with location codes potentially resulting in unwanted data
to be requested. (see #1422)
* The ISC mapping now directly points to the ISC implementation. The IRIS
mirror has been moved to a separate mapping (see #1470).
- obspy.db:
* Fixed a bug in obspy-indexer command line script (see #1369,
command line script was not working, probably since 0.10.0)
Expand Down
3 changes: 2 additions & 1 deletion obspy/clients/fdsn/header.py
Expand Up @@ -43,7 +43,8 @@ class FDSNRedirectException(FDSNException):
"INGV": "http://webservices.rm.ingv.it",
"IPGP": "http://eida.ipgp.fr",
"IRIS": "http://service.iris.edu",
"ISC": "http://isc-mirror.iris.washington.edu",
"ISC": "http://www.isc.ac.uk",
"ISC-MIRROR": "http://isc-mirror.iris.washington.edu",
"KOERI": "http://eida.koeri.boun.edu.tr",
"LMU": "http://erde.geophysik.uni-muenchen.de",
"NCEDC": "http://service.ncedc.org",
Expand Down

0 comments on commit cd6cde9

Please sign in to comment.