Fetch Official Series Description Raw Data in JSON format
Fetch Official Series Description Raw Data in JSON format
get_OSD_JSON(series, base_url = NULL)
series |
A character vector of Official Series names e.g. |
base_url |
Optional: alternate JSON repository path. Default: |
The default base_url
is to "raw" JSON files stored in a GitHub repository that is regularly updated from the official source of Series Descriptions. Using format: https://raw.githubusercontent.com/ncss-tech/SoilKnowledgeBase/main/inst/extdata/OSD/{LETTER}/{SERIES}.json
A data.frame
with 1 row per series, and 1 column per "section" in the OSD as defined in National Soil Survey Handbook
if(requireNamespace("curl") & curl::has_internet()) { series <- c("Musick", "Hector", "Chewacla") get_OSD_JSON(series) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.