Web Services

Notifications, questions and comments related to using the DMC’s web services

Email address
webservices@lists.ds.iris.edu
Type
Subscribers
321
Moderated by
Chad Trabant, Robert Casey, gillian@iris.washington.edu, Gillian Sharer, Rob Casey
Related tags
Web Service
Login to manage your subscriptions
March
February
January
December (2)
November (3)
October (3)
September
August
July
June
May (8)
April
March
February (2)
January
December
November
October
September
August (1)
July (1)
June
May (4)
April
March (3)
February (19)
January (4)
December
November
October
September
August
July
June
May
April
March
February
January
December
November
October
September
August
July
June (1)
May
April
March
February
January
December
November
October
September
August
July
June
May
April
March
February
January
December
November
October
September
August
July
June
May
April
March
February
January
December (1)
November
October
September
August
July
June
May
April
March
February (1)
January

Active Message Threads for September 2014

Hello web service users, The DMC is pleased to announce the release of a version 1.0.14 of irisws-evalresp http://service.iris.edu/irisws/evalresp/1/ New to this version is the addition of a frequency spacing option. The spacing option allows the caller to toggle between linear and logarithmic spacing of the output frequency values: spacing=linear spacing=logarithmic This is primarily useful when used with the ASCII output options output=fap (frequency, amplitude,phase) and output=cs (fr… [more]
No replies
Robert Weekly
2014-09-26 22:41:58 - 2014-09-27 15:25:45
Hello web service users, The DMC is pleased to announce the release of a new web service called metadatachange (ver 1.0.2): http://service.iris.edu/irisws/metadatachange/1/ The DMC has been tracking important changes to metadata received as SEED since January 2014. The purpose of this service is to search for and return entries in this accumulating set of changes. There are many uses for this information, such as checking for critical changes in metadata (after the initial download) before… [more]
Replies
Chad Trabant
2014-09-18 23:30:06
Hello web service users, The DMC has updated the IRIS-WS library to version 2.0.9: http://www.iris.edu/ds/nodes/dmc/software/downloads/IRIS-WS/ This release includes an important user level change: the value returned by edu.iris.dmc.fdsn.station.model.Channel.getLocationCode(), used primarily for the StationService.fetch() functionality, will now be trimmed of all trailing spaces. The primary implication of this is that the Java interface will return an empty string for the location code if… [more]
No replies
Matthew.Hoyles@ga.gov.au
2014-09-12 10:38:14 - 2014-09-13 17:12:39
Hello Thank you for the quick response with useful information. We are querying from a program, I was just using a browser to test and see what was going wrong. I will modify the code to check for status code 204 and treat it as a special case. I will explain what was happening in a bit more detail, in case anyone is interested. The program (written in Python) was doing three steps: first query the station service for the station and channel metadata as XML, second parse the metadata and extr… [more]
Replies
Matthew.Hoyles@ga.gov.au
2014-09-11 14:16:58 - 2014-09-11 15:24:44
Hello iris webservices, Some of our queries to the fdsnws station service are returning nothing. This only happens for certain stations and certain time periods, and with matchtimeseries=TRUE. For example this returns nothing: http://service.iris.edu/fdsnws/station/1/query?loc=00&end=2014-09-10T09%3A47%3A11&sta=BJT&level=chan&matchtimeseries=TRUE&net=IC&start=2014-09-10T09%3A27%3A11 But this (without the matchtimeseries=TRUE) returns XML: http://service.iris.edu/fdsnws/station/1/query?loc=00… [more]
Replies
Hello, there seems to be a bug in the WaveformService stream method. Extending the waveform reading example from the tutorial to save the response in a miniseed file results in a NullPointerException: WaveformService waveFormService = serviceUtil.getWaveformService(); WaveformCriteria criteria = new WaveformCriteria(); criteria.add(network, station, location, channel, startDate, endDate); FileOutputStream os = new FileOutputStream("test.mseed"); waveFormService.stream(os, criteria); os.close… [more]
Replies
04:48:47 v.01697673