Package: fasterize
Title: Fast Polygon to Raster Conversion
Version: 1.0.4
Authors@R: c(
    person("Noam", "Ross", , "ross@ecohealthalliance.org",
           role = c("aut"),
           comment=c(ORCID = "0000-0002-2136-0000")),
    person("Michael", "Sumner",, "mdsumner@gmail.com", role = c("cre", "ctb"),
           comment=c(ORCID = "0000-0002-2471-7511")),
    person("Jeroen", "Ooms", role = "ctb"),
    person("Antoine", "Stevens", role = "ctb"),
    person("EcoHealth Alliance", role="cph"),
    person("USAID PREDICT", role = "fnd"))
Description: Provides a drop-in replacement for rasterize() from the 'raster'
   package that takes 'sf'-type objects, and is much faster. There is support
   for the main options provided by the rasterize() function, including
   setting the field used and background value, and options for 
   aggregating multi-layer rasters. Uses the scan line algorithm attributed to
   Wylie et al. (1967) <doi:10.1145/1465611.1465619>.
License: MIT + file LICENSE
URL: https://github.com/ecohealthalliance/fasterize
BugReports: https://github.com/ecohealthalliance/fasterize/issues
RoxygenNote: 7.2.1
SystemRequirements: C++11
Suggests: testthat, microbenchmark, knitr, rmarkdown, sf, spelling
Depends: R (>= 3.3.0)
Imports: methods, Rcpp, raster, sp
LinkingTo: Rcpp, RcppArmadillo
Encoding: UTF-8
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: yes
Packaged: 2022-12-06 13:34:59 UTC; mdsumner
Author: Noam Ross [aut] (<https://orcid.org/0000-0002-2136-0000>),
  Michael Sumner [cre, ctb] (<https://orcid.org/0000-0002-2471-7511>),
  Jeroen Ooms [ctb],
  Antoine Stevens [ctb],
  EcoHealth Alliance [cph],
  USAID PREDICT [fnd]
Maintainer: Michael Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2022-12-06 17:50:05 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 15:24:07 UTC; windows
Archs: i386, x64
