IRIS_HOST

FORMAT_MINISEED

src/fdsndataselect.ts

const for miniseed format, mseed

FORMAT_MINISEED

Type: string

FORMAT_MINISEED_THREE

src/fdsndataselect.ts

const for miniseed format, mseed

FORMAT_MINISEED_THREE

Type: string

SERVICE_VERSION

src/fdsndataselect.ts

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

DataSelectQuery

src/fdsndataselect.ts

Query to a FDSN Dataselect web service.

new DataSelectQuery(host: string?)

Extends FDSNCommon

Parameters
host (string?) 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()
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

src/fdsndataselect.ts
createDataSelectQuery(params: Record<string, string>): DataSelectQuery
Parameters
params (Record<string, string>)
Returns
DataSelectQuery