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
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

Type: {name: string, description: string?, website: string?, services: Array<Service>, datasets: Array<Dataset>?}

Properties
name (string)
description (string?)
website (string?)
services (Array<Service>)
datasets (Array<Dataset>?)
Dataset

Type: {network: string?, station: string?, location: string?, channel: string?, starttime: string?, endtime: string?, priority: number?, description: string?, url: string?, services: Array<Service>?}

Properties
network (string?)
station (string?)
location (string?)
channel (string?)
starttime (string?)
endtime (string?)
priority (number?)
description (string?)
url (string?)
services (Array<Service>?)
Service

Type: {name: string, description: string?, url: string?, compatibleWith: string?}

Properties
name (string)
description (string?)
url (string?)
compatibleWith (string?)