[webservices] Retirement of deprecated services and new service locations

Chad Trabant chad at iris.washington.edu
Sat Dec 21 12:47:00 PST 2013


Hi web service users,

If you have not updated your data requests to use our new services instead of the deprecated services please do so immediately.  We are only days away from shutting down the old service end-points.

Java and MATLAB users:
If you have used the DMC’s IRIS-WS library (or our irisFetch.m MATLAB interface) make sure you are using 2.0.4 (or later) to avoid problems with updates we plan on making in January.

regards,
IRIS DMC

On Nov 22, 2013, at 9:41 AM, Chad Trabant <chad at iris.washington.edu> wrote:

> Hello web service users,
> 
> Some deprecated web services at the IRIS DMC will be shut down in December of 2013.  To avoid an interruption in your data processing, please check that you are not using one of the deprecated services and are using the latest release of whatever software you are using to collect data.
> 
> The DMC’s command line Fetch scripts are here:
> https://seiscode.iris.washington.edu/projects/ws-fetch-scripts
> 
> MATLAB users and those that need the Java IRIS-WS library should get the latest jar:
> http://www.iris.edu/dms/nodes/dmc/software/downloads/IRIS-WS/2-0-4/
> 
> SOD users should be using version 3.2 or later and some modification of older recipes is needed:
> http://www.seis.sc.edu/sod/
> 
> ObsPy (Python) users you will need to update to version 0.9 or later when it is released (hopefully soon!).  ObsPy scripts will need to be converted from using the obspy.iris module to use the obspy.fdsn module for waveforms, station metadata and event information.
> https://github.com/obspy/obspy/wiki
> 
> For users of other software please check that you are using the correct URLs, details below.
> 
> regards,
> IRIS DMC
> 
> On Oct 14, 2013, at 1:57 PM, Chad Trabant <chad at iris.washington.edu> wrote:
> 
>> Hello web service users,
>> 
>> Another reminder of important changes if you are using our web services.  Some services will be shut down in December of 2013.  To avoid an interruption in your data processing, please check that you are not using one of the deprecated services and are using the latest release of whatever software you are using to collect data.
>> 
>> Please read the earlier previous announcements for details.  If you have any questions regarding this transition please let us know.
>> 
>> IRIS DMC
>> 
>> On Jul 31, 2013, at 3:20 PM, Chad Trabant <chad at iris.washington.edu> wrote:
>> 
>>> Hello,
>>> 
>>> This is a reminder of two important changes at the DMC effecting web service users.
>>> 
>>> 1) The DMC has deprecated 4 services in favor of new, FDSN standardized versions.  These services will be shutdown in December of 2013:
>>> 
>>> ws-bulkdataselect (www.iris.edu/ws/bulkdataselect)
>>> ws-dataselect (www.iris.edu/ws/dataselect)
>>> ws-station (www.iris.edu/ws/bulkdataselect) 
>>> ws-event (www.iris.edu/ws/event) 
>>> 
>>> The replacement FDSN services are available at http://service.iris.edu/.
>>> 
>>> 2) All DMC services have been transitioned to a new location: http://service.iris.edu/.  All services running under www.iris.edu/ws/ will be shutdown in December of 2013.
>>> 
>>> Users and software developers should migrate to the new services and locations as soon as possible.
>>> 
>>> For those of you using data access software written by the DMC, updating to the latest releases is all you need to do:
>>> http://service.iris.edu/clients/
>>> 
>>> regards,
>>> IRIS DMC
>>> 
>>> 
>>> Begin forwarded message:
>>> 
>>>> From: Chad Trabant <chad at iris.washington.edu>
>>>> Subject: New FDSN web services and retirement of deprecated services
>>>> Date: March 27, 2013 1:43:01 PM PDT
>>>> To: IRIS Web Services List <webservices at iris.washington.edu>
>>>> 
>>>> 
>>>> Hello web services users,
>>>> 
>>>> We are pleased to announce that the IRIS DMC has implemented the International Federation of Digital Seismograph Networks (FDSN) versions of our core web services that support access to time series data, related metadata and event parameters.  The equivalent DMC services are now deprecated and will be retired, read more on that below.
>>>> 
>>>> The FDSN service specification defines an internationally recognized, standard interface.  Programs that access data via these FDSN web services should also be compatible with any other data center implementing FDSN interfaces.  There are a few, clearly marked IRIS extensions to the functionality that may not be implemented elsewhere.
>>>> 
>>>> These are an evolutionary step forward for DMC services and improve on what they are replacing in important ways.  For example, the time series web service now supports wildcards, and much more flexibility in selection style (supporting both GET and POST submissions and comma separated lists for channel name fields).
>>>> 
>>>> 
>>>> The fdsnws-dataselect service returns selected time series in miniSEED format:
>>>> http://service.iris.edu/fdsnws/dataselect/1/
>>>> 
>>>> The fdsnws-station service returns selected station metadata in FDSN StationXML and text formats:
>>>> http://service.iris.edu/fdsnws/station/1/
>>>> 
>>>> The fdsnws-event service returns selected event parameters in QuakeML and text formats:
>>>> http://service.iris.edu/fdsnws/event/1/
>>>> 
>>>> Our FDSN web services are available from a dedicated host name with new web documentation:
>>>> http://service.iris.edu/
>>>> 
>>>> Comments, feedback and questions are welcome.
>>>> 
>>>> 
>>>> == Transitioning clients to the FDSN services
>>>> 
>>>> The DMC has converted it's Perl-based Fetch scripts to use these new services, the latest version may be downloaded from here:
>>>> 
>>>> http://service.iris.edu/clients/
>>>> 
>>>> The transition of the IRIS Java Web Services library and the irisFetch.m for MATLAB are currently in progress.
>>>> 
>>>> 
>>>> == Deprecation of equivalent IRIS services
>>>> 
>>>> With the release of our FDSN services we are deprecating the equivalent services.
>>>> 
>>>> These services will be turned off in approximately 6 months:
>>>> 
>>>> ws-bulkdataselect (www.iris.edu/ws/bulkdataselect)
>>>> ws-dataselect (www.iris.edu/ws/dataselect)
>>>> ws-station (www.iris.edu/ws/bulkdataselect) 
>>>> ws-event (www.iris.edu/ws/event) 
>>>> 
>>>> 
>>>> == Differences between FDSN and the services they are replacing
>>>> 
>>>> The FDSN web services return HTTP status code 204 to indicate "No data" as opposed to status code 404 used by the services they are replacing.  The behavior of returning a 404 can be restored by including the 'nodata=404' parameter and value in the request.
>>>> 
>>>> fdsnws-dataselect is a combination of the capabilities of ws-bulkdataselect and ws-dataselect:
>>>>  1) enhancement: the network, station, location and channel selections may be comma-separated lists (e.g. BHE,BHN)
>>>>  2) enhancement: the network, station, location and channel selections may contain * and ? wildcards
>>>>  3) should be a drop-in replacement for ws-bulkdataselect (accepts the same requests via POST).
>>>>  4) a near complete replacement for ws-dataselect (accepts GET requests with parameters) except that it does not support the 'ref' parameter and does not support caching in the internal ICAB system.
>>>> 
>>>> fdsnws-station is equivalent to ws-station with these important changes:
>>>>  1) the XML output is returned as FDSN StationXML, a different schema
>>>>  2) new 'matchtimeseries' parameter to limit results to channels with high probability of data at the DMC
>>>>  3) the 'output' parameter name is changed to 'format'
>>>> 
>>>> The FDSN StationXML schema (http://www.fdsn.org/xml/station/) is generally equivalent to the XML format previously used but it is a distinctly different schema that cannot be parsed with the same software parsing the XML from ws-station.
>>>> 
>>>> fdsnws-event is equivalent to ws-event with these differences:
>>>>  1) the FDSN service returns event depths in meters to conform to QuakeML 1.2 (the ws-event service used kilometers)
>>>>  2) the 'output' parameter name is changed to 'format'
>>>>  3) only a single catalog can be selected per-request, the default catalog is 'NEIC PDE'
>>>>  4) in addition to the default order of descending results, the 'orderby' parameter can be 'time-asc' or 'magnitude-asc' to set the order to ascending.
>>>> 
>>>> IRIS Web Services team
>>>> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.iris.washington.edu/pipermail/webservices/attachments/20131221/91bf7a5c/attachment-0001.htm>


More information about the webservices mailing list