3.2.6const for miniseed format, mseed
Type: string
const for miniseed format, mseed
Type: string
const for service name
Type: string
Major version of the FDSN spec supported here. Currently is 1.
Type: number
Service name as used in the FDSN DataCenters registry, https://www.fdsn.org/datacenters
Query to a FDSN Dataselect web service.
Extends FDSNCommon
(any)
optional host to connect to, defaults to IRIS
(any)
Gets/Sets the version of the fdsnws spec, 1 is currently the only value. Setting this is probably a bad idea as the code may not be compatible with the web service.
(any)
spec version, usually 1
any:
new value if getting, this if setting
Gets/Sets the protocol, http or https. This should match the protocol of the page loaded, but is autocalculated and generally need not be set.
(any)
optional new value if setting
any:
new value if getting, this if setting
Gets/Sets the remote host to connect to.
(any)
optional new value if setting
any:
new value if getting, this if setting
Gets/Sets the nodata parameter, usually 404 or 204 (default), controlling the status code when no matching data is found by the service.
(any)
optional new value if setting
any:
new value if getting, this if setting
Gets/Sets the remote port to connect to.
(any)
optional new value if setting
any:
new value if getting, this if setting
(any)
Get/Set the network query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the station query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the location code query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the channel query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
(any)
Get/Set the starttime query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the endtime query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Sets startTime and endTime using the given time range
(any)
time range
any:
this
Get/Set the quality query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the minimum length query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the longest only query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
set or get the repository paramter. This is an IRIS-specific parameter that will not work with other dataselect web services.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the format query parameter.
(any)
optional new value if setting
any:
new value if getting, this if setting
Get/Set the timeout in seconds for the request. Default is 30.
(any)
optional new value if setting
any:
new value if getting, this if setting
queries the web service using the configured parameters, parsing the response into miniseed data records.
any:
Promise to Array of miniseed.DataRecords
queries the web service using the configured parameters, parsing the response into miniseed3 data records.
any:
Promise to Array of mseed3.MSeed3Record
queries the web service using the configured parameters, parsing the response into miniseed data records and then combining the data records into Seismogram objects.
any:
Promise to Array of Seismogram objects
(any)
(any)
query the dataselect server using post, which allows for multiple channel-timeranges at once. This assumes that there are not multiple time ranges for the same channel as the results, encapsulated as SeismogramDisplayData objects, are returned one seismogram per channel, which may contain gaps. The original channel and timerange are also populated with each result.
(any)
array of SeismogramDisplayData objects
that will be filled in with the resulting seismogram
any:
Promise to the input Array of SeismogramDisplayData objects, each with the
seismogram containing the data returned from the server
(any)
(any)
Forms the base of the url for accessing the dataselect service.
any:
URL as string
Queries the remote web service to get its version
any:
Promise to version string
(any)