Skip to content

Commit

Permalink
Adding a mapping for the texnet fdsn service.
Browse files Browse the repository at this point in the history
  • Loading branch information
krischer committed Aug 10, 2017
1 parent e9ba772 commit a62917e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Expand Up @@ -65,6 +65,7 @@ master: (doi: 10.5281/zenodo.165135)
* Fixing cross implementation of bulk waveform and station requests (see
#1685).
* Updating some endpoint mappings to use HTTPS. (See #1690, #1665, #1048)
* Adding a mapping for the TEXNET fdsnws service (see #1852).
- obspy.imaging:
* The functionality behind the `obspy-scan` command line script has been
refactored into a `Scanner` class so that it can be reused in custom
Expand Down
1 change: 1 addition & 0 deletions obspy/clients/fdsn/__init__.py
Expand Up @@ -47,6 +47,7 @@
ORFEUS http://www.orfeus-eu.org
RESIF http://ws.resif.fr
SCEDC https://service.scedc.caltech.edu
TEXNET http://rtserve.beg.utexas.edu
USGS https://earthquake.usgs.gov
USP http://sismo.iag.usp.br
Expand Down
1 change: 1 addition & 0 deletions obspy/clients/fdsn/header.py
Expand Up @@ -57,6 +57,7 @@ class FDSNNoDataException(FDSNException):
"ORFEUS": "http://www.orfeus-eu.org",
"RESIF": "http://ws.resif.fr",
"SCEDC": "https://service.scedc.caltech.edu",
"TEXNET": "http://rtserve.beg.utexas.edu",
"USGS": "https://earthquake.usgs.gov",
"USP": "http://sismo.iag.usp.br"}

Expand Down

0 comments on commit a62917e

Please sign in to comment.