-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
22 lines (22 loc) · 970 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: fetchr
Title: fetchr: Calculate Fetch Distances for Geospatial Data
Version: 1.1.1.00
Authors@R:
person("Angus", "Watters", , "[email protected]", role = c("aut", "cre"))
Description: Provides functions for fast and scalable fetch distance calculations for landwater raster or vector data.
Polygon based approaches for calculating multipoint and multidirection distance-to-land values are avaliable and work on a small scale with a small number of points.
A raster based approach allows for a much greater number of points to be processed in a fraction of the time that other vector based approaches take.
BugReports: https://github.com/anguswg-ucsb/fetchr/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr,
parallel,
terra,
methods
Depends:
R (>= 2.10)
LazyData: true
URL: https://anguswg-ucsb.github.io/fetchr/, https://anguswg-ucsb.github.io/fetchr/