download_station_ngl | R Documentation |
Download GNSS position time series and steps reference from the Nevada Geodetic Laboratory with IGS14 reference frame.
download_station_ngl(station_name, verbose = FALSE)
station_name |
A |
verbose |
A |
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.
station_1LSU <- download_station_ngl("1LSU")
attributes(station_1LSU)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.