3.0.0-alpha.1
xml namespace for stationxml
Type: string
Type: string
Type: boolean
(string)
Type: DateTime
Type: (DateTime | null)
Type: NetworkSourceId
NetworkSourceId
Type: DateTime
DateTime
Type: (null | DateTime)
(null | DateTime)
Type: Interval
Interval
Type: StationSourceId
StationSourceId
Type: DateTime
DateTime
Type: (DateTime | null)
(DateTime | null)
Type: Interval
Interval
Type: FDSNSourceId
FDSNSourceId
Type: NslcId
NslcId
Type: DateTime
DateTime
Type: (null | DateTime)
(null | DateTime)
Type: Interval
Interval
Type: InstrumentSensitivity
(InstrumentSensitivity)
Type: InstrumentSensitivity
InstrumentSensitivity
Type: (DateTime | null)
Type: (DateTime | null)
(InstrumentSensitivity?)
Type: (InstrumentSensitivity | null)
Type: (AbstractFilterType | null)
Type: (Decimation | null)
Extends AbstractFilterType
Extends AbstractFilterType
Extends AbstractFilterType
Parses the FDSN StationXML returned from a query.
(Document)
parsed xml to extract objects from
Array<Network>
:
an Array of Network objects.
Parses a FDSNStationXML Network xml element into a Network object.
(Element)
the network xml Element
Network
:
Network instance
Parses a FDSNStationXML Station xml element into a Station object.
Station
:
Station instance
Parses a FDSNStationXML Channel xml element into a Channel object.
Channel
:
Channel instance
(Element)
Equipment
Parses a FDSNStationXML Response xml element into a Response object.
(Element)
the response xml Element
Response
:
Response instance
Parses a FDSNStationXML InstrumentSensitivity xml element into a InstrumentSensitivity object.
(Element)
the InstrumentSensitivity xml Element
InstrumentSensitivity
:
InstrumentSensitivity instance
Parses a FDSNStationXML Stage xml element into a Stage object.
(Element)
the Stage xml Element
Stage
:
Stage instance
Parses a FDSNStationXML Decimation xml element into a Decimation object.
(Element)
the Decimation xml Element
Decimation
:
Decimation instance
Parses a FDSNStationXML Gain xml element into a Gain object.
(Element)
the Gain xml Element
Gain
:
Gain instance
(DateTime)
((null | DateTime))
Interval
Extracts a complex number from an stationxml element.
(Element)
xml element
InstanceType<any>
:
Complex instance
Generator function to access all stations within all networks in the array.
Generator<Station, void, any>
Generator function to access all channels within all stations within all networks in the array.
Generator<Channel, void, any>
Extract all channels from all stations from all networks in the input array. Regular expressions may be used instaed of exact code matchs.
(string)
network code to match
(string)
station code to match
(string)
location code to match
(string)
channel code to match
Generator<Channel, void, any>