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
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
VignetteBuilder: knitr
Language: en-US
