-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.13 KB
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.13 KB
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
32
33
34
35
36
37
38
39
40
41
Package: fresh
Title: Freshwater Referenced Spatial Hydrology
Version: 0.27.5
Authors@R: c(
person("Allan", "Irvine", , "al@newgraphenvironment.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3495-2128")),
person("New Graph Environment", role = "cph")
)
Description: Stream network-aware spatial operations via direct SQL against
fwapg. Segment networks at break points, classify habitat by species,
aggregate upstream features, and query network-referenced lakes, wetlands,
and streams from the BC Freshwater Atlas. Requires PostgreSQL with fwapg.
License: MIT + file LICENSE
URL: https://github.com/NewGraphEnvironment/fresh,
https://newgraphenvironment.github.io/fresh/
BugReports: https://github.com/NewGraphEnvironment/fresh/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1)
Imports:
cli,
DBI,
RPostgres,
sf,
yaml
Suggests:
bookdown,
gq,
mirai,
knitr,
rmarkdown,
mockery,
testthat (>= 3.0.0),
tmap (>= 4.0),
withr
Config/testthat/edition: 3
Remotes:
NewGraphEnvironment/gq
VignetteBuilder: knitr