NCEDC News/Blog

Current issue with ObsPy FDSN web service client

Categories:   Data Availability  |  Data Access Methods  |  Data Center Operations

November 1, 2022 

11/22/2022 Note: This issue has been fixed in ObsPy v1.4.0.

In order to enhance security on our web services, we are now enforcing https connection. Even though most clients do support the redirect from http to https, there seems to be an issue with Obspy. We have contacted the developers and in the meantime, users can apply the following workaround before calling the Client() function:

from obspy.clients.fdsn.header import URL_MAPPINGS
URL_MAPPINGS['NCEDC'] = "https://service.ncedc.org"