download_station_ngl {gmwmx2} | R Documentation |
Download GNSS position time series and steps reference from the Nevada Geodetic Laboratory with IGS14 reference frame.
Description
Download GNSS position time series and steps reference from the Nevada Geodetic Laboratory with IGS14 reference frame.
Usage
download_station_ngl(station_name, verbose = FALSE)
Arguments
station_name |
A |
verbose |
A |
Value
A list
of class gnss_ts_ngl
that contains three data.frame
: The data.frame
df_position
which contains the position time series extracted from the .tenv3 file available from the Nevada Geodetic Laboratory, the
data.frame
df_equipment_software_changes
which specify the equipment or software changes for that stations and the data.frame
df_earthquakes
that specify the earthquakes associated with that station.
Examples
station_1LSU <- download_station_ngl("1LSU")
attributes(station_1LSU)
[Package gmwmx2 version 0.0.2 Index]