Package: controlledburn Title: Sparse Polygon Rasterization with Exact Coverage Fractions Version: 0.1.3 Authors@R: c( person("Michael", "Sumner", email = "mdsumner@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2471-7511")), person("Noam", "Ross", role = "aut", comment = c(ORCID = "0000-0002-2136-0000")), person("EcoHealth Alliance", role = "cph", comment = "Original fasterize scanline logic"), person("Jim", "Hester", role = "ctb", comment = "Wrote CollectorList.h for early version"), person("Daniel", "Baston", role = "cph", comment = "exactextract C++ algorithm (vendored)"), person("ISciences, LLC", role = "cph", comment = "exactextract C++ algorithm (vendored)")) Description: Rasterize polygons without materializing any pixel values. Computes exact coverage fractions for polygon-grid intersections and returns results in a sparse two-table format: run-length encoded interior cells and individually weighted boundary cells. The scanline algorithm is O(perimeter) in both time and memory. Uses the exactextract algorithm by Daniel Baston, vendored from the 'exactextractr' package. Derived from the 'fasterize' package by Noam Ross. License: Apache License (>= 2) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 LinkingTo: cpp11, libgeos Imports: libgeos, wk Suggests: geos, sf, testthat (>= 3.0.0), knitr, rmarkdown, align URL: https://github.com/hypertidy/controlledburn BugReports: https://github.com/hypertidy/controlledburn/issues Config/testthat/edition: 3 VignetteBuilder: knitr Remotes: mdsumner/align Repository: https://hypertidy.r-universe.dev Date/Publication: 2026-05-11 23:54:47 UTC RemoteUrl: https://github.com/hypertidy/controlledburn RemoteRef: HEAD RemoteSha: 076fd08789844172544b6009b805bd62991a8011 NeedsCompilation: yes Packaged: 2026-06-11 11:10:23 UTC; root Author: Michael Sumner [aut, cre] (ORCID: ), Noam Ross [aut] (ORCID: ), EcoHealth Alliance [cph] (Original fasterize scanline logic), Jim Hester [ctb] (Wrote CollectorList.h for early version), Daniel Baston [cph] (exactextract C++ algorithm (vendored)), ISciences, LLC [cph] (exactextract C++ algorithm (vendored)) Maintainer: Michael Sumner