download_all_stations_ngl {gmwmx2} | R Documentation |
Download all stations name and location from the Nevada Geodetic Laboratory
Description
Download all stations name and location from the Nevada Geodetic Laboratory
Usage
download_all_stations_ngl(verbose = FALSE)
Arguments
verbose |
A |
Value
Return a data.frame
with all stations name, latitude, longitude and heights.
Examples
df_all_stations <- download_all_stations_ngl()
head(df_all_stations)
[Package gmwmx2 version 0.0.2 Index]