-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
56 lines (56 loc) · 2.06 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
Package: rgugik
Type: Package
Title: Search and Retrieve Spatial Data from 'GUGiK'
Version: 0.4.2
Authors@R: c(person(given = "Krzysztof",
family = "Dyba",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8614-3816")),
person(given = "Jakub",
family = "Nowosad",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1057-3721")),
person(given = "Maciej",
family = "Beręsewicz",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8281-4301")),
person(given = "Grzegorz",
family = "Sapijaszko",
role = "ctb",
email = "[email protected]"),
person("GUGiK",
role = "ctb",
comment = "source of the data"))
Description: Automatic open data acquisition from resources of Polish Head Office
of Geodesy and Cartography ('Główny Urząd Geodezji i Kartografii')
(<https://www.gov.pl/web/gugik>).
Available datasets include various types of numeric, raster and vector data,
such as orthophotomaps, digital elevation models (digital terrain models,
digital surface model, point clouds), state register of borders, spatial
databases, geometries of cadastral parcels, 3D models of buildings, and more.
It is also possible to geocode addresses or objects using the geocodePL_get()
function.
License: MIT + file LICENSE
Depends:
R (>= 3.5)
Imports:
sf,
jsonlite
Suggests:
curl,
knitr,
rmarkdown,
stars,
terra,
testthat,
tibble
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
URL: https://kadyb.github.io/rgugik/, https://github.com/kadyb/rgugik
BugReports: https://github.com/kadyb/rgugik/issues
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr