Package: fasterize Title: Fast Polygon to Raster Conversion Version: 1.1.0.9001 Authors@R: c( person("Noam", "Ross", , "ross@ecohealthalliance.org", role = c("aut"), comment=c("Original author", 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 polygon vector or data frame 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) . Note that repository originally was hosted at 'Github' 'ecohealthalliance/fasterize' but was migrated to 'hypertidy/fasterize' in March 2025, and can be found indexed on 'R universe' . License: MIT + file LICENSE URL: https://github.com/hypertidy/fasterize BugReports: https://github.com/hypertidy/fasterize/issues RoxygenNote: 7.3.2 Suggests: testthat, microbenchmark, knitr, rmarkdown, spelling, geos Depends: R (>= 3.3.0) Imports: Rcpp, raster (>= 2.8-3), wk LinkingTo: Rcpp, RcppArmadillo Roxygen: list(markdown = TRUE) Encoding: UTF-8 VignetteBuilder: knitr Language: en-US Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libproj-dev libsqlite3-dev Repository: https://hypertidy.r-universe.dev Date/Publication: 2025-03-08 21:08:11 UTC RemoteUrl: https://github.com/hypertidy/fasterize RemoteRef: HEAD RemoteSha: 53a054133cd403628c8c5ad4ecc7e6e04bc9614a NeedsCompilation: yes Packaged: 2026-06-24 00:23:14 UTC; root Author: Noam Ross [aut] (Original author, ORCID: ), Michael Sumner [cre, ctb] (ORCID: ), Jeroen Ooms [ctb], Antoine Stevens [ctb], EcoHealth Alliance [cph], USAID PREDICT [fnd] Maintainer: Michael Sumner