2.0.0-alpha.4
const for miniseed format, mseed
Type: string
Major version of the FDSN spec supported here. Currently is 1.
Type: number
Service name as used in the FDSN DataCenters registry, http://www.fdsn.org/datacenters
const for the default IRIS web service host, service.iris.edu
Type: string
Query to a FDSN Dataselect web service.
(string?)
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.
(number?)
(number | DataSelectQuery)
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.
(string?)
(string | DataSelectQuery)
Gets/Sets the remote host to connect to.
(string?)
(string | DataSelectQuery)
Gets/Sets the nodata parameter, usually 404 or 204 (default), controlling the status code when no matching data is found by the service.
(number?)
(number | DataSelectQuery)
Gets/Sets the remote port to connect to.
(number?)
(number | DataSelectQuery)
(string?)
(string | DataSelectQuery)
(string?)
(string | DataSelectQuery)
(string?)
(string | DataSelectQuery)
(string?)
(string | DataSelectQuery)
(moment?)
(moment | DataSelectQuery)
(moment?)
(moment | DataSelectQuery)
Sets startTime and endTime using the given time window
(StartEndDuration)
time window
any
:
this
(string?)
(string | DataSelectQuery)
(number?)
(number | DataSelectQuery)
(boolean?)
(boolean | DataSelectQuery)
set or get the repository paramter. This is an IRIS-specific parameter that will not work with other dataselect web services.
(string?)
(string | DataSelectQuery)
(string?)
(string | DataSelectQuery)
Get/Set the timeout in seconds for the request. Default is 30.
(number?)
(number | DataSelectQuery)
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.
([type])
array of SeismogramDisplayData objects
that will be filled in with the resulting seismogram
Promise<Array<SeismogramDisplayData>>
:
Promise to the input Array of SeismogramDisplayData objects, each with the
seismogram containing the data returned from the server
(Object)
DataSelectQuery