get_ghcnd_stations.Rd
Get's the stations around a point
get_ghcnd_stations(lon = -1.8, lat = 50.75, dist = 0.1)
dist |
---|
https://www.ncdc.noaa.gov/ghcnd-data-access
# NOT RUN { place<-geocode_OSM("San Cristóbal de las Casas")$coords get_ghcnd_stations(place[1],place[2],0.1) %>% mapview() # }