-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
15 lines (15 loc) · 995 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: plusCode2
Type: Package
Title: Coordinates to 'Plus Code' Conversion Tool
Version: 0.1.0
Date: 2024-04-02
Authors@R: c(person("Armando d'Aniello", role = c("aut", "cre", "cph"), email = "armando.daniello@istat.it"),
person("Google Inc.", role = "cph", comment = "© 2014 Google Inc. All rights reserved."))
Description: Generates 'Plus Code' of geometric objects or data frames that contain them, giving the possibility to specify the precision of the area. The main feature of the package comes from the open-source code developed by 'Google Inc.' present in the repository <https://github.com/google/open-location-code/blob/main/java/src/main/java/com/google/openlocationcode/OpenLocationCode.java>. For details about 'Plus Code', visit <https://maps.google.com/pluscodes/> or <https://github.com/google/open-location-code>.
License: MIT + file LICENSE
URL: https://github.com/Armando-d/plusCode2
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.3)
Imports: sf
RoxygenNote: 7.3.1