-
Notifications
You must be signed in to change notification settings - Fork 64
/
DESCRIPTION
38 lines (38 loc) · 881 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
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: getSpatialData
Type: Package
Title: Get different kinds of freely available spatial datasets
Version: 0.1.2
Date: 2022-04-11
Depends: R (>= 3.5)
Authors@R: c(
person("Jakob", "Schwalb-Willmann", email = "[email protected]", role = c("aut", "cre")),
person("Henrik", "Fisser", role = c("aut"))
)
Description: Homogeneous and reproducible workflows to query, preview, analyse, select, order and download various kinds of spatial datasets from open sources.
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
getPass,
httr,
xml2,
raster,
sf,
lwgeom,
mapview,
mapedit,
cli,
RStoolbox,
ggplot2,
patchwork,
pbapply,
tools,
stats,
methods,
grDevices
RoxygenNote: 7.2.0
Suggests:
testthat,
covr
BugReports: http://www.github.com/16eagle/getSpatialData/issues
URL: http://www.github.com/16eagle/getSpatialData/