-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.74 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Type: Package
Package: geocodebr
Title: Geocode Brazilian Addresses with CNEFE
Version: 0.0.0.9001
Authors@R: c(
person("Daniel", "Herszenhut", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8066-1105")),
person("Rafael H. M.", "Pereira", role = "aut",
comment = c(ORCID = "0000-0003-2125-7465")),
person("Ipea - Institute for Applied Economic Research", role = c("cph", "fnd"))
)
Description: Simple and efficient way to geocode data in Brazil. The package
provides functions to geocode from addresses to spatial coordinates and to
(soon) reverse-geocode from spatial coordinates to addresses. The package is built
on top of open spatial data sets of Brazilian addresses, mainly using the
National Registry of Addresses for Statistical Purposes (English for
*Cadastro Nacional de Endereços para Fins Estatísticos*, CNEFE). CNEFE is
published by the Brazilian official statistics and geography office, IBGE
(<https://www.ibge.gov.br/estatisticas/sociais/populacao/38734-cadastro-nacional-de-enderecos-para-fins-estatisticos.html>).
License: MIT + file LICENSE
URL: https://github.com/ipeaGIT/geocodebr,
https://ipeagit.github.io/geocodebr/
BugReports: https://github.com/ipeaGIT/geocodebr/issues
Depends:
R (>= 4.1.0)
Imports:
arrow (>= 15.0.1),
checkmate,
cli,
data.table,
dplyr,
enderecobr,
fs,
glue,
httr2,
parallel,
purrr,
rlang,
tibble,
tools
Suggests:
covr,
DBI,
dbplyr,
duckdb,
geobr,
ggplot2 (>= 3.3.1),
knitr,
rmarkdown,
scales,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2