Find lat/long from placename

Using geonames package/database

An account with geonames is needed for this to work.

http://andybeger.com/2013/08/06/finding-coordinates-for-cities-etc-with-r/

library(geonames)
options(geonamesUsername="fosterz")
places <- GNsearch(name="prineville reservoir")  


zachary-foster/fieldguide documentation built on May 29, 2019, 12:19 p.m.