3.2.1Type: string
xml namespace for stationxml
Type: string
Type: string
Type: boolean
a fake, completely empty stationxml document in case of no data.
Type: string
Type: string
Type: string
Typescript guard for channelclick CustomEvents.
(Event)
generic event to ensure is a CustomEvent
any:
true if is correct type
Typescript guard for stationclick CustomEvents.
(Event)
generic event to ensure is a CustomEvent
any:
true if is correct type
Utility function to create CustomEvent for clicking on a Channel, for example in a map or table.
CustomEvent<ChannelEventDetail>:
CustomEvent populated with channel field in detail.
Utility function to create CustomEvent for clicking on a Station, for example in a map or table.
CustomEvent<StationEventDetail>:
CustomEvent populated with station field in detail.
Extends HTMLElementEventMap
Extends HTMLElementEventMap
(string)
Type: DateTime
Type: (DateTime | null)
Type: NetworkSourceId
NetworkSourceId
Type: DateTime
DateTime
Type: (null | DateTime)
(null | DateTime)
Type: Interval
Interval
Type: (DataAvailability | null)
Type: StationSourceId
StationSourceId
Type: DateTime
DateTime
Type: (DateTime | null)
(DateTime | null)
Type: Interval
Interval
Type: FDSNSourceId
FDSNSourceId
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
(Interval)
(string)
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)
DataAvailability
(Element)
Comment
(Element)
Author
(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 active stations within all networks in the array.
(DateTime?)
time for station to be active, defaults to now
Generator<Network, void, any>
Generator function to access all stations within all networks in the array.
Generator<Station, void, any>
Generator function to access all active stations within all networks in the array.
(DateTime?)
time for station to be active, defaults to now
Generator<Station, void, any>
Generator function to access all channels within all stations within all networks in the array.
Generator<Channel, void, any>
Generator function to access all active channels within all networks in the array.
(DateTime?)
time for channel to be active, defaults to now
Generator<Channel, void, any>
Extract all channels from all stations from all networks in the input array. Regular expressions may be used instead of exact code matchs.
(string
= ".*")
network code to match, defaults to .*
(string
= ".*")
station code to match, defaults to .*
(string
= ".*")
location code to match, defaults to .*
(string
= ".*")
channel code to match, defaults to .*
Generator<Channel, void, any>
Generator<Channel, void, any>
(Iterable<Channel>)
Array<FDSNSourceId>
(Iterable<Channel>)
Array<Station>
Array<Network>
Fetches and parses StationXML from a URL. This can be used in instances where a static stationXML file is available on a web site instead of via a web service with query paramters.
(any
= 10)
timeout in case of failed connection
(any
= 204)
http code for no data
Promise<Array<Network>>:
Promise to parsed StationXML as an Network array
(ArrayBufferLike)