-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
547 additions
and
205 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# pedon-summary v1.0 | ||
- Summarize Low-RV-High values for pedons based on Generalized Horizon Labels | ||
- Updated to use sf and terra internally | ||
- Renamed and reorganized configuration file |
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,25 @@ | ||
To install and run this report, run the following commands: | ||
|
||
1. Install latest version of soilReports from GitHub: | ||
|
||
```r | ||
remotes::install_github("ncss-tech/soilReports") | ||
``` | ||
|
||
2. Install required packages for `"pedon-summary"` report: | ||
|
||
```r | ||
soilReports::reportSetup('region2/pedon-summary') | ||
``` | ||
|
||
3. Create a fresh instance of `"pedon-summary"` in path `"C:/workspace2/pedon-summary"`: | ||
|
||
```r | ||
soilReports::reportInit('region2/pedon-summary', "C:/workspace2/pedon-summary") | ||
``` | ||
|
||
4. Navigate to `"C:/workspace2/pedon-summary"` (or selected output folder from #3) and open _config.R_ | ||
|
||
5. In _config.R_ update subset rules, regular expression patterns, generalized horizon label rules, and spatial data sources. | ||
|
||
6. Open _report.Rmd_ and click "Knit" button in RStudio |
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
Oops, something went wrong.