-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'HannaMeyer:master' into master
- Loading branch information
Showing
21 changed files
with
851 additions
and
506 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ vignettes/CAST-intro_files | |
^docs$ | ||
^pkgdown$ | ||
^\.github$ | ||
data-raw/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#' Cookfarm soil logger data | ||
#' | ||
#' spatio-temporal data of soil properties and associated predictors for the Cookfarm in South Africa | ||
#' @format | ||
#' A sf data.frame with 128545 rows and 17 columns: | ||
#' \describe{ | ||
#' \item{SOURCEID}{sPlotOpen Metadata} | ||
#' \item{VW}{Response Variable - Soil Moisture} | ||
#' \item{altitude}{Measurement depth of VW} | ||
#' \item{Date, cdata}{Measurement Date, Cumulative Date} | ||
#' \item{Easting, Northing}{Location Coordinates (EPSG:26911)} | ||
#' \item{DEM, TWI, NDRE.M, NDRE.Sd, Precip_wrcc, MaxT_wrcc, MinT_wrcc, Precip_cum}{Predictor Variables} | ||
#' } | ||
#' | ||
#' @references \itemize{ | ||
#' \item{Gash et al. 2015 - Spatio-temporal interpolation of soil water, temperature, and electrical conductivity in 3D + T: The Cook Agronomy Farm data set \doi{https://doi.org/10.1016/j.spasta.2015.04.001}} | ||
#' \item{Meyer et al. 2018 - Improving performance of spatio-temporal machine learning models using forward feature selection and target-oriented validation \doi{https://doi.org/10.1016/j.envsoft.2017.12.001}} | ||
#' } | ||
#' @usage data(cookfarm) | ||
#' | ||
"cookfarm" | ||
|
Oops, something went wrong.