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.
Version: | 0.1.0 |
Imports: | methods, sp, sf, rgeos, Rcpp |
LinkingTo: | Rcpp, RcppArmadillo |
Suggests: | testthat, covr |
Published: | 2018-02-20 |
Author: | Joseph Bailey [aut, cre], Ryan Hafen [ctb], Lars Simon Zehnder [ctb] (RcppArmadillo implmentation of Munkres' Assignment Algorithm) |
Maintainer: | Joseph Bailey <jbailey at futurecities.catapult.org.uk> |
BugReports: | https://github.com/jbaileyh/geogrid/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/jbaileyh/geogrid |
NeedsCompilation: | yes |
Materials: | README NEWS |
CRAN checks: | geogrid results |
Reference manual: | geogrid.pdf |
Package source: | geogrid_0.1.0.tar.gz |
Windows binaries: | r-devel: geogrid_0.1.0.zip, r-release: geogrid_0.1.0.zip, r-oldrel: geogrid_0.1.0.zip |
OS X binaries: | r-release: geogrid_0.1.0.tgz, r-oldrel: geogrid_0.1.0.tgz |
Reverse imports: | geofacet |
Please use the canonical form https://CRAN.R-project.org/package=geogrid to link to this page.