distanceto: Calculate Distance to Features
Calculates distances from point locations to features.
The usual approach for eg. resource selection function analyses is to
generate a complete distance to features surface then sample it with your
observed and random points. Since these raster based approaches can be
pretty costly with large areas, and often lead to memory issues in R,
the distanceto package opts to compute these distances using
efficient, vector based approaches. As a helper, there's a decidedly
low-res raster based approach for visually inspecting your region's
distance surface. But the workhorse is distance_to.
Version: |
0.0.3 |
Imports: |
sf, nabor, geodist |
Suggests: |
fasterize, knitr, rmarkdown, raster, tinytest, lwgeom |
Published: |
2023-06-01 |
DOI: |
10.32614/CRAN.package.distanceto |
Author: |
Alec L. Robitaille
[aut, cre] |
Maintainer: |
Alec L. Robitaille <robit.alec at gmail.com> |
BugReports: |
https://github.com/robitalec/distance-to/issues |
License: |
GPL (≥ 3) |
URL: |
https://github.com/robitalec/distance-to,
https://robitalec.github.io/distance-to/ |
NeedsCompilation: |
no |
Materials: |
README, NEWS |
CRAN checks: |
distanceto results |
Documentation:
Downloads:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=distanceto
to link to this page.