-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.39 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: controlledburn
Title: Rasterize Index
Version: 0.0.2.9001
Authors@R: c(
person("Michael", "Sumner", role = c("aut", "cre", "ctb"),
email = "[email protected]",
comment=c(ORCID = "0000-0002-2471-7511")),
person("Noam", "Ross", , ,
role = c("aut"),
comment=c(ORCID = "0000-0002-2136-0000")),
person("EcoHealth Alliance", role="cph"),
person("Jim", "Hester", role = c("ctb"), comment = "wrote CollectorList.h and advised of its use"))
Description: 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.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
LinkingTo:
Rcpp
Imports:
Rcpp
Suggests:
sfheaders,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://hypertidy.github.io/controlledburn/, https://github.com/hypertidy/controlledburn
BugReports: https://github.com/hypertidy/controlledburn/issues