const for fdsn web service host, www.fdsn.org

FDSN_HOST

Type: string

DataCentersQuery

src/fdsndatacenters.js

Query to a FDSN Data Centers Registry web service.

new DataCentersQuery(host: string?)
Parameters
host (string?) optional host to connect to, defaults to FDSN
Related
http://www.fdsn.org/webservices/
Instance Members
specVersion(value?)
protocol(value?)
host(value?)
port(value?)
name(value?)
services(value?)
includeDataSets(value?)
timeout(value?)
queryJson()
findFdsnAvailability(name, repoName?)
findFdsnDataSelect(name, repoName?)
findFdsnEvent(dcname, repoName?)
findFdsnStation(dcname, repoName?)
extractCompatibleServices(json, compatibleName, repoName?)
formBaseURL()
formVersionURL()
queryVersion()
formURL()

Root type of fdsn datacenters json query.

RootType

Type: any

Repository
Properties
name (string)
description (string?)
website (string?)
services (Array<Service>)
datasets (Array<Dataset>?)
Dataset
Properties
network (string?)
station (string?)
location (string?)
channel (string?)
starttime (string?)
endtime (string?)
priority (number?)
description (string?)
url (string?)
services (Array<Service>?)
Service
Properties
name (string)
description (string?)
url (string?)
compatibleWith (string?)