Skip to content

Commit

Permalink
Merge pull request #3203 from obspy/ncedc_https
Browse files Browse the repository at this point in the history
fdsn: change NCEDC base URL to https
  • Loading branch information
megies committed Nov 3, 2022
2 parents 3c93eb4 + 1056e35 commit ec7b76b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Expand Up @@ -9,6 +9,8 @@ Changes:
* Improved expanded channel information in string representation of Station,
e.g. when displaying station in IPython shell (see #3024)
* limit length of list which records processing info (see #2882)
- obspy.clients.fdsn:
* update URL for NCEDC to https (see #3203)
- obspy.clients.seishub:
* submodule removed completely, since it is outdated and not even test
servers have been running for years (see #2994)
Expand Down
2 changes: 1 addition & 1 deletion obspy/clients/fdsn/header.py
Expand Up @@ -118,7 +118,7 @@ class FDSNNoServiceException(FDSNException):
"KNMI": "http://rdsa.knmi.nl",
"KOERI": "http://eida.koeri.boun.edu.tr",
"LMU": "http://erde.geophysik.uni-muenchen.de",
"NCEDC": "http://service.ncedc.org",
"NCEDC": "https://service.ncedc.org",
"NIEP": "http://eida-sc3.infp.ro",
"NOA": "http://eida.gein.noa.gr",
"ODC": "http://www.orfeus-eu.org",
Expand Down

0 comments on commit ec7b76b

Please sign in to comment.