Learn R Programming

GSODR (version 1.0.0)

get_station_list: Download the Latest Station List From the NCDC Server

Description

This function downloads the latest station list from the NCDC FTP server. This list includes metadata for all stations including unique identifiers, country, state (if in US), latitude, longitude, elevation and when weather observations begin and end. Stations with invalid latitude and longitude values will not be included.

Usage

get_station_list()

Arguments

Value

data.table object of station metadata.

Examples

Run this code
## Not run: 
# GSOD_stations <- get_station_list()
# ## End(Not run)

Run the code above in your browser using DataLab