parse.pde: Parse PDE file

View source: R/parse.pde.R

parse.pdeR Documentation

Parse PDE file

Description

Parse and Extact information from a screen dump of PDE (preliminary earthquake estimates) from the internet,

Usage

parse.pde(card)

Arguments

card

character, one line from the PDE file

Details

Parsing is done by column specification. Uses screen dump format. see http://neic.usgs.gov/neis/epic/epic.html

Value

Time, Location and Magnitude: list(yr, jd, mo, dom, hr, mi, sec, lat, lon, depth, z, mag)

Note

May try using the CSV version of the dump.

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

References

http://neic.usgs.gov/neis/epic/epic.html

See Also

getPDEcsv, getPDEscreen


RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.