Skip to content

GSODR v4.0.0

Latest
Compare
Choose a tag to compare
@adamhsparks adamhsparks released this 28 Mar 05:03
· 5 commits to main since this release
1ffd23b

Major changes

  • Breaking change nearest_stations() now returns a data.table of all station metadata and a value with the distance in kilometres from the user-provided coordinates.
    This function previous returned a single character vector.
    To replicate the previous functionality, you can use the following method by calling the STNID column name.
nearest_stations(LAT = 14.16742, LON = 121.255669, distance = 50)$STNID

Minor changes

  • Update internal isd history database.