latlonz2wpx: Add Lat-Lon-Z to WPX list

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/latlonz2wpx.R

Description

Given an existing list of seismic picks, add Latitude, Longitude and Elevation associated with the indicated station.

Usage

1
latlonz2wpx(twpx, stas)

Arguments

twpx

List of picks from swig

stas

station list

Details

The names of the stations are matched to the station names int he station file.

Value

Pick file with LLZ added as list members.

Author(s)

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

See Also

Klocate

Examples

1
2
3
4
5
6
## Not run: 

twpx  = latlonz2wpx(twpx, stas)


## End(Not run)

Rquake documentation built on Dec. 16, 2020, 5:06 p.m.