Get's the stations around a point

get_ghcnd_stations(lon = -1.8, lat = 50.75, dist = 0.1)

Arguments

dist

Details

https://www.ncdc.noaa.gov/ghcnd-data-access

Examples

# NOT RUN {
place<-geocode_OSM("San Cristóbal de las Casas")$coords
get_ghcnd_stations(place[1],place[2],0.1) %>% mapview()
# }