Package: geogrid
Title: Turn Geospatial Polygons into Regular or Hexagonal Grids
Version: 0.1.2
Authors@R: c(
    person("Joseph", "Bailey", email = "jbailey@futurecities.catapult.org.uk", role = c("aut", "cph")),
    person("Ryan", "Hafen", email = "rhafen@gmail.com", role = c("ctb", "cre"), comment = c(ORCID = "0000-0002-5516-8367")),
    person("Jakub", "Nowosad", email = "nowosad.jakub@gmail.com", 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, Rcpp
License: MIT + file LICENSE
Encoding: UTF-8
LinkingTo: Rcpp, RcppArmadillo
Suggests: testthat, lintr, covr
RoxygenNote: 7.2.3
URL: https://github.com/jbaileyh/geogrid
BugReports: https://github.com/jbaileyh/geogrid/issues
NeedsCompilation: yes
Packaged: 2023-08-15 21:18:48 UTC; rhafen
Author: Joseph Bailey [aut, cph],
  Ryan Hafen [ctb, cre] (<https://orcid.org/0000-0002-5516-8367>),
  Jakub Nowosad [ctb] (<https://orcid.org/0000-0002-1057-3721>),
  Lars Simon Zehnder [ctb] (RcppArmadillo implmentation of Munkres'
    Assignment Algorithm)
Maintainer: Ryan Hafen <rhafen@gmail.com>
Repository: CRAN
Date/Publication: 2023-08-19 04:52:36 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 03:50:31 UTC; windows
Archs: x64
