# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "controlledburn" in publications use:' type: software license: MIT title: 'controlledburn: Rasterize Index' version: 0.0.2.9001 doi: 10.32614/CRAN.package.controlledburn abstract: Rasterize without materializing any pixel values. Rasterization of polygons starts with classifying pixels by polygon, and in terms of scanline algorithms this is natively stored very efficiently as an index of start and stops of edges by scanline. We produce these intermediate structures, so they can be used as an efficient format of polygon rasterization, or for the complement of this, data extraction from materialized rasters. This package was derived from 'fasterize', removing Armadillo and the raster package. authors: - family-names: Sumner given-names: Michael email: mdsumner@gmail.com orcid: https://orcid.org/0000-0002-2471-7511 - family-names: Ross given-names: Noam orcid: https://orcid.org/0000-0002-2136-0000 repository: https://hypertidy.r-universe.dev repository-code: https://github.com/hypertidy/controlledburn commit: 3385bc7bf6afc00dd5c03ca8884fd4dc90ef5652 url: https://hypertidy.github.io/controlledburn/ contact: - family-names: Sumner given-names: Michael email: mdsumner@gmail.com orcid: https://orcid.org/0000-0002-2471-7511