R/ngl.R
download_station_ngl.Rd
Download GNSS position time series and steps reference from the Nevada Geodetic Laboratory with IGS14 reference frame.
download_station_ngl(station_name)
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)
#> $names
#> [1] "df_position" "df_equipment_software_changes"
#> [3] "df_earthquakes"
#>
#> $class
#> [1] "gnss_ts_ngl"
#>