FORMAT_MINISEED

src/fdsndataselect.js

const for miniseed format, mseed

FORMAT_MINISEED

Type: string

SERVICE_VERSION

src/fdsndataselect.js

Major version of the FDSN spec supported here. Currently is 1.

SERVICE_VERSION

Type: number

Service name as used in the FDSN DataCenters registry, http://www.fdsn.org/datacenters

SERVICE_NAME

const for the default IRIS web service host, service.iris.edu

IRIS_HOST

Type: string

DataSelectQuery

src/fdsndataselect.js

Query to a FDSN Dataselect web service.

new DataSelectQuery(host: string?)
Parameters
host (string?) optional host to connect to, defaults to IRIS
Instance Members
specVersion(value?)
protocol(value?)
host(value?)
nodata(value?)
port(value?)
networkCode(value?)
stationCode(value?)
locationCode(value?)
channelCode(value?)
startTime(value?)
endTime(value?)
timeWindow(se)
quality(value?)
minimumLength(value?)
longestOnly(value?)
repository(value?)
format(value?)
timeout(value?)
queryDataRecords()
querySeismograms()
postQueryDataRecords(channelTimeList)
postQuerySeismograms(channelTimeList)
postQueryRaw(channelTimeList)
createPostBody(channelTimeList)
formBaseURL()
formVersionURL()
queryVersion()
formURL()

createDataSelectQuery

src/fdsndataselect.js
createDataSelectQuery(params: Object): DataSelectQuery
Parameters
params (Object)
Returns
DataSelectQuery