const for json format, json

FORMAT_JSON

Type: string

const for text format, text

FORMAT_TEXT

Type: string

const for geocsv format, geocsv

FORMAT_GEOCSV

Type: string

const for request format, request

FORMAT_REQUEST

Type: string

const of completely empty json, {}

EMPTY_JSON

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
IRIS_HOST

Type: string

AvailabilityQuery

src/fdsnavailability.js

Query to a FDSN Availability web service.

new AvailabilityQuery(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?)
merge(value?)
mergeGaps(value?)
show(value?)
limit(value?)
orderby(value?)
includeRestricted(value?)
format(value?)
timeout(value?)
query()
queryJson()
extent()
extentJson()
postQuery(channelTimeList)
postExtent(channelTimeList)
postExtentJson(channelTimeList)
postQueryJson(channelTimeList)
postJson(channelTimeList, method)
postRaw(channelTimeList, method)
extractFromJson(jsonChanTimes)
createPostBody(channelTimeList)
formBaseURL()
formVersionURL()
queryVersion()
makePostParm(name, val)
formURL(method)

Root type of availablility json query.

RootType

Type: any

FdsnDateTime

Type: string

Datasource

Type: any