fdsnStation

A network source that makes the metadata loaded from a FDNSStationXML file available to SOD. While a local file could be used, the more useful way is to access the fdsnStation web service at a data center like the default IRIS DMC, http://service.iris.edu/fdsnws/station/1/. SOD can download the stationXML automaticially and reconnect to periodically get updates. For a full SOD run (that retrieves waveforms) SOD will automatically set the level in the IRIS url as needed, but adding other qualifiers to limit the request size will help speed the queries. You may need to escape the ampersand with & due to the fact that a SOD recipe is XML and so the parser will signal an error for a unescaped ampersand. By default this does not get restricted channels.

Example

<fdsnStation>
    <networkCode>II</networkCode>
    <stationCode>AAK</stationCode>
    <channelCode>BHZ</channelCode>
</fdsnStation>

This consists of

<fdsnStation>

interleave
<name>Any text</name> optional
choice
<baseurl>Any text</baseurl> optional
interleave
<host>Any text</host> optional
<port>Any text</port> optional

Any number of times choice
<networkCode>Any text</networkCode>
<stationCode>Any text</stationCode>
<siteCode>Any text</siteCode>
<channelCode>Any text</channelCode>

<includeRestricted>Token</includeRestricted> optional
optional choice
<refreshInterval> optional
</fdsnStation>

Places this can be found

In networkSource there is a choice between all of the following