GSODR
Data Access Client for Global Surface Summary of the Day (GSOD) Weather Written in R
A weather-station data client that broke one return type to hand back distances instead of bare IDs.
◆Recent moves
- 2y ago
nearest_stations() returns metadata and distances
A breaking change with a clear upgrade path: nearest_stations() now hands back a data.table of station metadata and distance in kilometres instead of a character vector, and the notes show how to recover the old output by pulling the STNID column. Callers get distance without a second lookup.
View source ↗ - 2y ago
Station history refresh and internal tidying
An internal ISD history database update, a switch to roxyglobals for global values, and vignette and badge cleanup. Routine upkeep between substantive releases.
View source ↗ - 2y ago
Bad station-year requests warn instead of failing the batch
Requesting a vector of stations no longer fails wholesale on an invalid station-year combination — each bad combination warns and the valid stations still download. Duplicated elevation columns are fixed and httr drops out of Imports in favour of curl.
View source ↗