[webservices] Retirement of deprecated services and new service locations

Chad Trabant chad at iris.washington.edu
Sat Sep 14 11:39:28 PDT 2013


Hi Anthony,

Yes, We have created a Web Service Shell (WSS) as a common component of REST-like service interfaces that deals with all of the HTTP aspects.  At the DMC we use the WSS as the front end of each of our FDSN services running in Tomcat containers.  This software is also being used by at least 3 other data centers in Europe and the US to implement FDSN services.  The idea is that a data center only needs to develop the backend extraction routines specific to their repository/system to host services.

You can find the WSS here:
https://seiscode.iris.washington.edu/projects/webserviceshell

The Wiki portion of the project page contains the documentation (still needs some cleanup).  We are happy to share and will support this to the extent we have time.

Of course, the WSS is not a complete solution for "chasing" the evolution of FDSN or other services.  Changes to the services could easily require changes to the data center specific extraction routines that are not covered by the WSS.

There are no plans to host workshops or support implementation at arbitrary data centers.  The good news is that we are involved in a couple of projects that support development of web service components at targeted data centers, the WSS is the result of one of these.  We will continue to evolve the WSS and perhaps other components, which everyone will benefit from.

Chad

On Sep 4, 2013, at 12:49 AM, Anthony Lomax <alomax at free.fr> wrote:

> Hello,
> 
> As we noted in an early post, the European High Schools are using directly the IRIS DMC Web Services for data hosted at IRIS and local implementations (Java / JAX-RS / NetBeans / Apache Tomcat) of a subset of these services for other data.
> 
> Our local implementations of IRIS and FDSN web services are useful for our learning and for getting things running quickly, but in the longer term it is not practical for us and others to "chase" all the extensive and thorough ws developments at IRIS.
> 
> So we wonder if there will be a distribution, workshops, support, etc. from IRIS so that the FDSN (and ultimately IRIS?) web-services can be easily implemented by other data providers?
> 
> Thanks,
> 
> Ciao,
> 
> Anthony
> 
> 
> On 2013/08/01 00:20, Chad Trabant 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
>>> 
>>> 
>>> 
>>> 
>>> 
>> 
>> 
>> 
>> _______________________________________________
>> webservices mailing list
>> webservices at iris.washington.edu
>> http://www.iris.washington.edu/mailman/listinfo/webservices
> 
> -- 
> Sent from my iClayTablet 
> 
> 
>    Anthony Lomax 
>    161 Allée du Micocoulier, 06370 Mouans-Sartoux, France 
>    tel: +33 (0)4 93 75 25 02    e-mail: anthony at alomax.net    web: http://www.alomax.net 
> 
>    Science & Special Topics: http://www.alomax.net/science 
>    Software: http://www.alomax.net/software - updates: https://twitter.com/ALomaxNet 
> _______________________________________________
> webservices mailing list
> webservices at iris.washington.edu
> http://www.iris.washington.edu/mailman/listinfo/webservices

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


More information about the webservices mailing list