forked from harryprince/getSpatialData
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 797 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
Package: getSpatialData
Type: Package
Title: Get different kinds of freely available spatial datasets
Version: 0.0.4
Date: 2018-06-23
Depends: R (>= 2.10)
Authors@R: person("Jakob", "Schwalb-Willmann", email = "[email protected]",
role = c("aut", "cre"))
Description: Provides bundles of functions to query, download, prepare and transform various kinds of spatial datasetes from open sources, e.g. Satellite data, environmental data products etc.
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
getPass,
httr,
xml2,
tools,
raster,
sf,
sp,
gdalUtils,
mapview,
mapedit,
cli,
devtools
RoxygenNote: 6.1.1
Suggests:
testthat
BugReports: http://www.github.com/16eagle/getSpatialData/issues
URL: http://www.github.com/16eagle/getSpatialData/