View source: R/update_station_list.R
update_station_list | R Documentation |
This function downloads the latest station list (isd-history.csv) from the NCEI server and updates the data distributed with GSODR to the latest stations available. These data provide unique identifiers, country, state (if in U.S.) and when weather observations begin and end.
update_station_list()
Care should be taken when using this function if reproducibility is necessary as different machines with the same version of GSODR can end up with different versions of the 'isd_history.csv' file internally.
There is no need to use this unless you know that a station exists in the isd_history.csv file that is not available in the self-contained database distributed with GSODR.
To directly access these data, use:
load(system.file("extdata", "isd_history.rda", package = "GSODR"))
To see the latest version available from the NCEI server, please
refer to get_isd_history()
.
Adam H. Sparks, adamhsparks@gmail.com
get_isd_history()
## Not run:
update_station_list()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.