Open crotwell opened 2 years ago
Kia ora all - related to this, it would be helpful to clarify what is expected if level=response
(or any more detailed level), but no response information is available. This is related to this issue at GeoNet, where we have some legacy stations that have minimal metadata (station location) but no response information is available.
See here for how to represent unknown or missing response in StationXML: http://docs.fdsn.org/projects/stationxml/en/latest/reference.html#response
In cases where the response is unknown, for example really old channels, or where a response is not applicable, like textual log channels, it is preferred that an empty response element be used,
<response></response>
, to positively indicate that no response exists.
Thanks @crotwell that is really helpful - ignore the above comment then.
Current spec says:
but does not clarify StationXML output of the
<Response>
element whenlevel=response
vslevel=channel
. Current implementations, I think, use:level=channel
means include the<Response>
element and<InstrumentSensitivity>
or<InstrumentPolynomial>
if exists, but do not include any<Stage>
elements.level=response
means include above, as well as all<Stage>
elements.The current wording kind of makes it seem like
level=channel
should not include any response information, but including the scalar response is useful, easy and matches current practice.