Skip to content

Commit

Permalink
Functionality to download, query, and extract soils data from SOLUS100
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlaep committed May 2, 2024
1 parent 4eb52ec commit 0f446af
Show file tree
Hide file tree
Showing 13 changed files with 1,327 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
^cran-comments\.md$
^NEWS\.md$
^tests/test_data/NED1
^tests/test_data/SOLUS100
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ vignettes/*.pdf
vignettes/*.html

# Local test data objects
tests/test_data/SOLUS100
tests/test_data/NED1
7 changes: 7 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,25 @@
export(calculate_soil_depth_NRCS)
export(check_Miller1998_CONUSSoil)
export(check_POLARIS)
export(check_SOLUS100)
export(create_conditioned_Miller1998_CONUSSoil)
export(depth_profile_SOLUS100)
export(download_SOLUS100)
export(extract_soils_Miller1998_CONUSSoil)
export(extract_soils_NRCS_SDA)
export(extract_soils_POLARIS)
export(extract_soils_SOLUS100)
export(extract_topography_NEDUSA)
export(fetch_mukeys_spatially_NRCS_SDA)
export(fetch_soils_from_Miller1998_CONUSSoil)
export(fetch_soils_from_NRCS_SDA)
export(fetch_soils_from_POLARIS)
export(fetch_soils_from_SOLUS100)
export(filenames_SOLUS100)
export(is_NRCS_horizon_organic)
export(prepare_script_for_Miller1998_CONUSSoil)
export(prepare_script_for_POLARIS)
export(variables_SOLUS100)
import(methods)
importFrom(stats,aggregate)
importFrom(stats,coef)
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# rSW2exter v0.3.0-9000
* Functionality to download, query, and extract soils data from `SOLUS100`
* `depth_profile_SOLUS100()`, `variables_SOLUS100()`, and
`filenames_SOLUS100()` provide meta data.
* `download_SOLUS100()` and `check_SOLUS100()` download and manage
a local copy.
* `extract_soil_SOLUS100()` (and bare-bones `fetch_soils_from_SOLUS100()`)
extract soils data from a local copy.


# rSW2exter v0.2.2
Expand Down
Loading

0 comments on commit 0f446af

Please sign in to comment.