-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1010 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: revgeo
Title: Reverse Geocoding with the Photon Geocoder for OpenStreetMap,
Google Maps, and Bing
Version: 0.13
Authors@R:
c(person(given = "Michael",
family = "Hudecheck",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Fredrik",
family = "Hahn",
role = "ctb",
email = "[email protected]"))
Description: Function revgeo() allows you to use the Photon geocoder for OpenStreetMap <http://photon.komoot.de>, Google Maps <http://maps.google.com>, and Bing <https://www.bingmapsportal.com> to reverse geocode coordinate pairs with minimal hassle.
License: GPL (>= 3.0) + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2017-05-04 13:10:54 UTC; Mike
Author: Michael Hudecheck [aut, cre]
Maintainer: Michael Hudecheck <[email protected]>
Imports:
curl (>= 2.0),
jsonlite (>= 1.0)