IRIS_HOST
EARTHSCOPE_HOST

const for miniseed format, mseed

FORMAT_MINISEED

Type: string

FORMAT_MINISEED_THREE

dist/fdsndataselect.mjs

const for miniseed format, mseed

FORMAT_MINISEED_THREE

Type: string

DATASELECT_SERVICE

dist/fdsndataselect.mjs

const for service name

DATASELECT_SERVICE

Type: string

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

SERVICE_VERSION

Type: number

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

SERVICE_NAME

Query to a FDSN Dataselect web service.

new DataSelectQuery(host: any)

Extends FDSNCommon

Parameters
host (any) optional host to connect to, defaults to IRIS
Related
https://www.fdsn.org/webservices/
Static Members
createPostBody(sddList)
Instance Members
specVersion(value)
getSpecVersion()
protocol(value)
getProtocol()
host(value)
getHost()
nodata(value)
getNodata()
port(value)
getPort()
pathBase(value)
getPathBase()
networkCode(value)
getNetworkCode()
stationCode(value)
getStationCode()
locationCode(value)
getLocationCode()
channelCode(value)
getChannelCode()
nslcCodes(channelId)
startTime(value)
getStartTime()
endTime(value)
getEndTime()
timeRange(se)
quality(value)
getQuality()
minimumLength(value)
getMinimumLength()
longestOnly(value)
getLongestOnly()
repository(value)
getRepository()
format(value)
getFormat()
timeout(value)
getTimeout()
queryDataRecords()
queryMS3Records()
querySeismograms()
postQueryDataRecords(channelTimeList)
postQueryMS3Records(channelTimeList)
postQuerySeismograms(sddList)
postQueryRaw(sddList)
postQueryRawWithBody(body)
formBaseURL()
formVersionURL()
queryVersion()
formPostURL()
formURL()

createDataSelectQuery

dist/fdsndataselect.mjs
createDataSelectQuery(params: any)
Parameters
params (any)