obspy / obspy

ObsPy: A Python Toolbox for seismology/seismological observatories.

Home Page:https://www.obspy.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updated URL mapping for ISC data

tomgarth opened this issue · comments

The client for ISC data currently points to the mirror of the ISC database, formerly hosted by IRIS. As part of IRIS moving too EarthScope, and moving to cloud services, this mirror may soon be inaccessible.

Propose simply changing the URL so the main ISC data base is queried, rather than the IRIS/EarthScope hosted mirror.

The URL mappings are currently set as;

URL_MAPPINGS['ISC'] = 'http://isc-mirror.iris.washington.edu/'

And should now probably be set as;

URL_MAPPINGS['ISC'] = 'http://www.isc.ac.uk/'