-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.4 KB
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.4 KB
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
Package: gsg
Type: Package
Title: Global Sampling Grid generator
Version: 1.0
Author: Lutz Fehrmann [aut, cre],
Nils Noelke [aut],
Collins Kurkunda [aut],
Paul Magdon [aut],
Sebastian Schnell [aut],
Levent Burggraeven [aut]
Authors@R: c(person("Lutz", "Fehrmann", role = c("aut", "cre"), email = "lfehrma@gwgd.de"),
person("Nils", "Noelke", role = "aut", email = "nnoelke@gwdg.de"),
person("Collins", "Kurkunda", role = "aut", email = "collins.kukunda@forst.uni-goettingen.de"),
person("Paul", "Magdon", role = "aut", email = "pmagdon@gwdg.de"),
person("Sebastian", "Schnell", role = "aut", email = "Sebastian.Schnell@outlook.de"))
person("Levent", "Burggraeven", role = "aut")
Maintainer: <lfehrma@gwdg.de>
Description: The package provides functions for generating a global sampling
grid that can be used for land-cover assessments. The characterisitcs of the
grid are a constant sampling intensity, a constant distance between sampling
locations along latitudes, and constant distance between circles of latitudes.
The package contains a shiny app for displaying and downloading generated
grids.
URL: https://github.com/AWF-GAUG/gsgsim
License: GPLv3
Encoding: UTF-8
Depends:
raster,
sp,
rgeos,
rgdal,
geosphere,
maptools,
shiny,
shinyjs,
leaflet,
DT
LazyData: true
RoxygenNote: 6.1.1