-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (31 loc) · 1.08 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
Package: swissrastermaps4r
Type: Package
Title: Helps Import, Extract and Plot Swissmapraster Data
Version: 0.1.3
Author@r: c(
person("Nils", "Ratnaweera", , "[email protected]", role = c("aut", "cre"))
)
Maintainer: Nils Ratnaweera <[email protected]>
Description: This Package is meant as a Bridge between Swissmapraster
Data (SMR) and R. It is the hope of the package developer(s) that this
Package will prove to be necessary for a short time period, just so long
till SwissMapRaster Data is freely and openly available to the public,
along with an appropriate R-interface. Unfortunately, since the SMR
Data is still behind a paywall, this package does not provide access to
this data. It simply provides an interface for cases where the data is
already available to the user.
License: GPL-2 (arbitrarily chosen)
URL: https://github.com/swissgeodata4r/swissrastermaps4r/
BugReports: https://github.com/swissgeodata4r/swissrastermaps4r/issues
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
purrr,
raster,
sf,
tidyr
Suggests:
tmap,
ggplot
RoxygenNote: 6.1.1