3.0.0-alpha.1
const for fdsn web service host, www.fdsn.org
Type: string
Query to a FDSN Data Centers Registry web service.
Extends FDSNCommon
(string?)
optional host to connect to, defaults to FDSN
Gets/Sets the version of the fdsnws spec, 1 is currently the only value. Setting this is probably a bad idea as the code may not be compatible with the web service.
(string?)
optional new value if setting
DataCentersQuery
:
the query when setting, the current value os services if no arguments
Gets/Sets the protocol, http or https. This should match the protocol of the page loaded, but is autocalculated and generally need not be set.
(string?)
optional new value if setting
DataCentersQuery
:
the query when setting, the current value os services if no arguments
Gets/Sets the remote host to connect to. This defaults to www.fdsn.org and generally should not be set.
(string?)
optional new value if setting
DataCentersQuery
:
the query when setting, the current value os services if no arguments
Gets/Sets the remote port to connect to. This defaults to the standard port for the protocol and generally should not be set.
(number?)
optional new value if setting
DataCentersQuery
:
the query when setting, the current value os services if no arguments
limits results to the named data center, default is all data centers
(string?)
names to search for
DataCentersQuery
:
the query when setting, the current value os services if no arguments
limits results to services that match the glob style pattern
(string?)
glob style pattern to match against
DataCentersQuery
:
the query when setting, the current value os services if no arguments
whether the results include detailed information about the data sets offered by each center, default is false
(boolean?)
true to include datasets
DataCentersQuery
:
the query when setting, the current value os services if no arguments
Get/Set the timeout in seconds for the request. Default is 30.
(number?)
timeout seconds
DataCentersQuery
:
the query when setting, the current value os services if no arguments
queries the registry to find fdsn availability compatible web services within a datacenter of the given name, optionally within the repository with the repo name.
Promise<Array<fdsnavailability.AvailabilityQuery>>
:
Promise to Array of fdsnavailability.AvailabilityQuery objects
Extracts services comaptible with the given service name, optionally within the given repository, from the json.
(RootType)
json containing services
(string)
service name to be compatible with
(string?)
optional repository within the json to search
Array<any>
:
array of services found
Root type of fdsn datacenters json query.
Type: any
Type: {name: string, description: string?, website: string?, services: Array<Service>, datasets: Array<Dataset>?}
Type: {network: string?, station: string?, location: string?, channel: string?, starttime: string?, endtime: string?, priority: number?, description: string?, url: string?, services: Array<Service>?}
Type: {name: string, description: string?, url: string?, compatibleWith: string?}