GSODR v4.0.0
Major changes
- Breaking change
nearest_stations()
now returns adata.table
of all station metadata and a value with the distance in kilometres from the user-provided coordinates.
This function previous returned a singlecharacter
vector.
To replicate the previous functionality, you can use the following method by calling theSTNID
column name.
nearest_stations(LAT = 14.16742, LON = 121.255669, distance = 50)$STNID
Minor changes
- Update internal isd history database.