3.0.0-alpha.1
Type: string
Type: string
Type: string
Type: string
Type: string
Type: string
Type: string
Type: string
Represent a QuakeML Event. Renamed to Quake as Event conflicts with other uses in javascript.
(string)
Parses a QuakeML event xml element into a Quake object. Pass in host=seisplotjs.fdsnevent.USGS_HOST for xml from the USGS service in order to parse the eventid, otherwise this can be left out
(Element)
the event xml Element
(string?)
optional source of the xml, helpful for parsing the eventid
Quake
:
QuakeML Quake(Event) object
Extracts the EventId from a QuakeML element, guessing from one of several incompatible (grumble grumble) formats.
(Element)
Quake(Event) to extract from
(string?)
optional source of the xml to help determine the event id style
string
:
Extracted Id, or "unknownEventId" if we can't figure it out
Type: DateTime
DateTime
Represents a QuakeML Origin.
Represents a QuakeML Magnitude.
Represents a QuakeML Arrival, a combination of a Pick with a phase name.
Represents a QuakeML Pick.
(DateTime)
(string)
(string)
(string)
(string)
Type: DateTime
Parses a QuakeML xml document into seisplotjs objects
(Document)
the xml Document to parse
(string?)
optional source of the xml, helpful for parsing the eventid
Array<Quake>
:
array of Quake objects
Quake