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 boolean that controls the level of detail in the output of the wget command used to load data. Default is FALSE.

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]