-
Notifications
You must be signed in to change notification settings - Fork 31
/
DESCRIPTION
35 lines (35 loc) · 1.34 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
Package: geogrid
Title: Turn Geospatial Polygons into Regular or Hexagonal Grids
Version: 0.1.1
Authors@R: c(
person("Joseph", "Bailey", email = "[email protected]", role = c("aut", "cre")),
person("Ryan", "Hafen", email = "[email protected]", role = "ctb"),
person("Jakub", "Nowosad", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-1057-3721")),
person("Lars Simon Zehnder", role = "ctb",
comment = "RcppArmadillo implmentation of Munkres' Assignment Algorithm"
))
Description: Turn irregular polygons (such as geographical regions) into regular or hexagonal grids.
This package enables the generation of regular (square) and hexagonal grids through the package
'sp' and then assigns the content of the existing polygons to the new grid using
the Hungarian algorithm, Kuhn (1955) (<doi:10.1007/978-3-540-68279-0_2>).
This prevents the need for manual generation of hexagonal grids or regular grids
that are supposed to reflect existing geography.
Imports:
methods,
sp,
sf,
rgeos,
Rcpp
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LinkingTo:
Rcpp,
RcppArmadillo
Suggests:
testthat,
lintr,
covr
RoxygenNote: 6.1.1
URL: https://github.com/jbaileyh/geogrid
BugReports: https://github.com/jbaileyh/geogrid/issues