FDSN_PREFIX

Type: string

SEP

Type: string

new FDSNSourceId(networkCode: string, stationCode: string, locationCode: string, bandCode: string, sourceCode: string, subsourceCode: string)
Parameters
networkCode (string)
stationCode (string)
locationCode (string)
bandCode (string)
sourceCode (string)
subsourceCode (string)
Static Members
createUnknown(sampRate?)
parse(id)
fromNslc(net, sta, loc, channelCode)
parseNslc(nslc, sep)
Instance Members
networkCode
stationCode
locationCode
bandCode
sourceCode
subsourceCode
stationSourceId()
networkSourceId()
asNslc()
toString()
equals(other)

NetworkSourceId

src/fdsnsourceid.ts
new NetworkSourceId(networkCode: string)
Parameters
networkCode (string)
Instance Members
networkCode
toString()
equals(other)

StationSourceId

src/fdsnsourceid.ts
new StationSourceId(networkCode: string, stationCode: string)
Parameters
networkCode (string)
stationCode (string)
Instance Members
networkCode
stationCode
toString()
networkSourceId()
equals(other)

LocationSourceId

src/fdsnsourceid.ts
new LocationSourceId(networkCode: string, stationCode: string, locationCode: string)
Parameters
networkCode (string)
stationCode (string)
locationCode (string)
Instance Members
networkCode
stationCode
locationCode
toString()
equals(other)

bandCodeForRate

src/fdsnsourceid.ts
bandCodeForRate(sampRate: number?, resp_lb: number?): string
Parameters
sampRate (number?)
resp_lb (number?)
Returns
string
new NslcId(net: string, sta: string, loc: string, chan: string)
Parameters
net (string)
sta (string)
loc (string)
chan (string)
Instance Members
networkCode
stationCode
locationCode
channelCode