-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 1.3 KB
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 1.3 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
Package: rosettaPTF
Title: R Frontend for Rosetta Pedotransfer Functions
Version: 0.2.0
Authors@R:
person("Andrew", "Brown", role = c("aut", "cre"),
email = "[email protected]",
comment=c(ORCID="0000-0002-4565-533X"))
Maintainer: Andrew Brown <[email protected]>
Description: Access the rosetta-soil Python pedotransfer functions from R. Rosetta is a neural network-based model for predicting unsaturated soil hydraulic parameters from basic soil characterization data (sand, silt, clay, bulk density, and water content). Predictions are made for the van Genuchten unsaturated hydraulic properties model, with uncertainty quantification via bootstrap ensemble. Designed for efficient batch processing of large datasets through vectorized computation and optional parallel processing.
Config/reticulate:
list(
packages = list(
list(package = "numpy"),
list(package = "rosetta-soil")
)
)
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends: R (>= 3.5)
URL: https://github.com/ncss-tech/rosettaPTF, https://ncss-tech.github.io/rosettaPTF/
BugReports: https://github.com/ncss-tech/rosettaPTF/issues
Imports:
parallel,
reticulate,
terra
Suggests:
litedown,
testthat
VignetteBuilder: litedown