Package: tabularaster Type: Package Title: Tidy Tools for 'Raster' Data Version: 0.7.2 Authors@R: c(person("Michael D.", "Sumner", , "mdsumner@gmail.com", c("aut", "cre"))) Description: Facilities to work with vector and raster data in efficient repeatable and systematic work flow. Missing functionality in existing packages is included here to allow extraction from raster data with 'simple features' and 'Spatial' types and to make extraction consistent and straightforward. Extract cell numbers from raster data and return the cells as a data frame rather than as lists of matrices or vectors. The functions here allow spatial data to be used without special handling for the format currently in use. License: GPL-3 LazyData: TRUE Depends: R (>= 3.2.5) Roxygen: list(markdown = TRUE) Imports: dplyr, fasterize, magrittr, raster, silicate, spatstat.geom, tibble Encoding: UTF-8 Suggests: covr, knitr, rmarkdown, testthat (>= 2.1.0), spelling VignetteBuilder: knitr URL: https://github.com/hypertidy/tabularaster, https://hypertidy.github.io/tabularaster/ BugReports: https://github.com/hypertidy/tabularaster/issues Language: en-US Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libproj-dev libsqlite3-dev Repository: https://hypertidy.r-universe.dev Date/Publication: 2024-01-10 21:12:30 UTC RemoteUrl: https://github.com/hypertidy/tabularaster RemoteRef: HEAD RemoteSha: cc9bc41e596b737f50d573d806b8b4dc637ba2e7 NeedsCompilation: no Packaged: 2026-07-04 19:48:04 UTC; root Author: Michael D. Sumner [aut, cre] Maintainer: Michael D. Sumner