Learn R Programming

GSODR (version 1.0.3)

update_station_list: Download the latest station list from the NCEI server and update internal database

Description

This function downloads the latest station list (isd-history.csv) from the NCEI FTP server and updates the data distributed with GSODR so that you have the latest list of stations available. These data provide 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

update_station_list()

Arguments

Value

data.table object of station metadata.

Details

There is no need to use this unless you know that a station exists in the GSODR data that is not available in the database distributed with GSODR in the isd_history data distributed with GSODR.

Examples

Run this code
# NOT RUN {
update_station_list()
# }

Run the code above in your browser using DataLab