Package: geogrid
Title: Turn Geospatial Polygons into Regular or Hexagonal Grids
Version: 0.1.0
Authors@R: c(
    person("Joseph", "Bailey", email = "jbailey@futurecities.catapult.org.uk", role = c("aut", "cre")),
    person("Ryan", "Hafen", email = "rhafen@gmail.com", role = "ctb"),
    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, covr
RoxygenNote: 6.0.1
URL: https://github.com/jbaileyh/geogrid
BugReports: https://github.com/jbaileyh/geogrid/issues
NeedsCompilation: yes
Packaged: 2018-02-19 22:39:14 UTC; Joe
Author: Joseph Bailey [aut, cre],
  Ryan Hafen [ctb],
  Lars Simon Zehnder [ctb] (RcppArmadillo implmentation of Munkres'
    Assignment Algorithm)
Maintainer: Joseph Bailey <jbailey@futurecities.catapult.org.uk>
Repository: CRAN
Date/Publication: 2018-02-20 10:01:53 UTC
