-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.04 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: bkggeocoder
Type: Package
Title: Geocoding based on the data of the Federal Agency of
Cartography and Geodesy (BKG)
Version: 0.1.1
Date: 2022-03-11
Authors@R: c(
person("Stefan", "Jünger", email = "[email protected]", role = c("cre", "aut")),
person("Jonas", "Lieth", email = "[email protected]", role = "aut")
)
Description: R Package for geocoding based on the data of the Federal Agency of
Cartography and Geodesy (BKG) in Germany. The functions of this package
require access to the BKG address datasets (gdz_geokodierung_* or
wfs_geokodierung_*).
License: CC BY 4.0
URL: https://github.com/StefanJuenger/bkggeocoder
BugReports: https://github.com/StefanJuenger/bkggeocoder/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
Imports:
utils,
stats,
graphics,
openssl,
cli,
reclin2,
stringdist,
sf,
tibble,
httr,
data.table,
xml2
Suggests:
openxlsx,
readr,
rmarkdown,
knitr,
rnaturalearth
RoxygenNote: 7.3.1
VignetteBuilder: knitr