Package: affinity Title: Raster Georeferencing, Grid Affine Transforms, Cell Abstraction Version: 0.2.5 Authors@R: person("Michael D.", "Sumner", email = "mdsumner@gmail.com", role = c("aut", "cre")) Description: Tools for raster georeferencing, grid affine transforms, and general raster logic. These functions provide converters between raster specifications, world vector, geotransform, 'RasterIO' window, and 'RasterIO window' in 'sf' package list format. There are functions to offset a matrix by padding any of four corners (useful for vectorizing neighbourhood operations), and helper functions to harvesting user clicks on a graphics device to use for simple georeferencing of images. Methods used are available from and . Depends: R (>= 3.2.3) License: GPL-3 LazyData: true LazyDataCompression: xz Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 URL: https://github.com/hypertidy/affinity BugReports: https://github.com/hypertidy/affinity/issues Encoding: UTF-8 Imports: raster, reproj, stats Suggests: rmarkdown, covr, knitr VignetteBuilder: knitr Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libproj-dev libsqlite3-dev Repository: https://hypertidy.r-universe.dev Date/Publication: 2021-06-15 01:49:13 UTC RemoteUrl: https://github.com/hypertidy/affinity RemoteRef: HEAD RemoteSha: d55748a57f1abc331974e9a516de0fa8ecf8e1d4 NeedsCompilation: no Packaged: 2026-06-07 09:49:03 UTC; root Author: Michael D. Sumner [aut, cre] Maintainer: Michael D. Sumner