Thread: Question about stationXML output coming from IRIS

Started: 2016-06-07 19:09:08
Last activity: 2016-06-13 16:16:28
Topics: Web Services
Catherine Pequegnat
2016-06-07 19:09:08
Good morning Web Service users
I meet some troubles with the following output :
<webservices<at>lists.ds.iris.edu>
wget
"http://service.iris.edu/fdsnws/station/1/query?level=response&channel=LKI&network=G&station=ATD"
-O ATD.LKI.xml
export SCHEMA="http://www.fdsn.org/xml/station/fdsn-station-1.0.xsd"
xmllint --noout --schema $SCHEMA ATD.LKI.xml
ATD.LKI.xml:269: element Stage: Schemas validity error : Element
'{http://www.fdsn.org/xml/station/1}Stage': Missing child element(s).
Expected is one of ( {http://www.fdsn.org/xml/station/1}Decimation,
{http://www.fdsn.org/xml/station/1}StageGain ).
ATD.LKI.xml fails to validate

The problem occurs with station/channel with polynomial response

<Response>
<InstrumentPolynomial>
...

I am not able to convert the xml file to SEED with
stationxml-converter-1.0.9.jar
[pequegnc@ist-156-7 IPGP]$ java -jar ~/bin/stationxml-converter -so
RESIF -se RESIF -s --output ATD.LKI.seed ATD.LKI.xml
=== > never ends
But stationxml-converter-1.0.8-rc21.jar does not complain

stationxml-converter-1.0.8-rc21.jar stationxml-converter-1.0.9.jar
stationxml-converter.jar
[pequegnc@ist-156-7 IPGP]$ java -jar
~/bin/stationxml-converter-1.0.8-rc21.jar -so RESIF -se RESIF -s
--output ATD.LKI.seed ATD.LKI.xml

Any idea ?
Thanks a lot
Catherine Péquegnat
RESIF-datacentre
Grenoble
France

--
Catherine Péquegnat


11:35:34 v.22510d55