Skip to content

Commit

Permalink
effervescence class from OSDs and API change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Oct 24, 2024
1 parent 3263549 commit 5577b38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/fetchOSD.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 2018-10-11: updated to new API, URL subject to change
# fetch basic OSD, SC, and SoilWeb summaries from new API

# 2024-10-24: API changes and preparing for a move to new soilweb servers
# * annual.climate is now a data.frame padded with NA when series is outside of CONUS
# * eff_class added to horizon data


## tabulate the number of records within each geomorphic table
## there could be some cases where there are no records, resulting in FALSE
Expand Down Expand Up @@ -249,6 +253,7 @@ fetchOSD <- function(soils, colorState = 'moist', extended = FALSE) {
cf_class = cf_class,
pH = ph,
pH_class = ph_class,
eff_class = eff_class,
distinctness = distinctness,
topography = topography,
dry_color_estimated = as.logical(dry_color_estimated),
Expand Down

0 comments on commit 5577b38

Please sign in to comment.