Learn R Programming

gmwmx2 (version 0.0.2)

download_station_ngl: 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)

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.

Arguments

station_name

A string specifying the station name.

verbose

A boolean that controls the level of detail in the output of the wget command used to load data. Default is FALSE.

Examples

Run this code
station_1LSU <- download_station_ngl("1LSU")
attributes(station_1LSU)

Run the code above in your browser using DataLab