Notifications, questions and comments related to using the DMC’s web services
- Email address
- webservices@lists.ds.iris.edu
- Type
-
Announcement
Announcement lists are for sending a one-way message to a wide audience. Anyone can post a message — only subscribe if you want to start receiving this type of announcement.
- Subscribers
- 321
- Moderated by
- Chad Trabant, Robert Casey, gillian@iris.washington.edu, Gillian Sharer, Rob Casey
- Related tags
- Web Service
December
November
October
September
August (3)
July
June
May (1)
April (1)
March (6)
February (10)
January (4)
November
October
September
August (3)
July
June
May (1)
April (1)
March (6)
February (10)
January (4)
December
November
October (9)
September
August (3)
July (3)
June (1)
May (1)
April (1)
March (2)
February
January (1)
November
October (9)
September
August (3)
July (3)
June (1)
May (1)
April (1)
March (2)
February
January (1)
December (2)
November (3)
October (3)
September
August
July
June
May (8)
April
March
February (2)
January
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)
November
October
September
August (1)
July (1)
June
May (4)
April
March (3)
February (19)
January (4)
December (2)
November
October (2)
September (1)
August
July (2)
June (1)
May (1)
April
March
February
January (3)
November
October (2)
September (1)
August
July (2)
June (1)
May (1)
April
March
February
January (3)
December
November (5)
October
September (3)
August (3)
July
June (4)
May (1)
April (6)
March (2)
February (2)
January
November (5)
October
September (3)
August (3)
July
June (4)
May (1)
April (6)
March (2)
February (2)
January
December (1)
November
October (2)
September (2)
August (6)
July (2)
June (5)
May (1)
April (9)
March (1)
February (5)
January
November
October (2)
September (2)
August (6)
July (2)
June (5)
May (1)
April (9)
March (1)
February (5)
January
December
November
October
September
August
July
June
May
April
March
February
January
November
October
September
August
July
June
May
April
March
February
January
December
November
October
September
August
July
June
May
April
March
February
January
November
October
September
August
July
June
May
April
March
February
January
December
November
October
September
August
July
June
May
April
March
February
January
November
October
September
August
July
June
May
April
March
February
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
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
-
Re: New web service announcement - Branden Christensen - 2014-09-27 03:59:16
-
Re: New web service announcement - Chad Trabant - 2014-09-27 15:25:45
-
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
-
Re: null returns from fdsnws-station service - Rob Newman - 2014-09-12 19:16:16
-
Re: null returns from fdsnws-station service - Chad Trabant - 2014-09-13 17:12:39
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
-
Re: null returns from fdsnws-station service - Philip Crotwell - 2014-09-11 15:24:44
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
-
Re: Problem in Java-WS library WaveformService stream method - Yazan Suleiman - 2014-09-05 14:54:06