The Soil Data Rescue and Harmonization (Soil-DRaH) project is a collaborative effort to rescue, harmonize, and curate soil data from multiple sources.
flowchart LR
remote['archived data'] --download--> lvl0['Level 0 data']
remote --'create'--> meta['data annotations']
lvl0 --pivot--> lvl1['Level 1 data']
meta --join--> lvl1
lvl1 --curate--> lvl2['Level 2 data']
lvl1a[['Other level 1 data']] --curate--> lvl2
Soil-DRaH is currently working with the following data sources:
Additional data sources may be suggested in the Issues. Please see these instructions for how to open a new issue to suggest additional data sources.
This is currently not a functional R package and the scripts must be run directly in R. Please fork this repository to work with the functions created here.
Each data source has an associated read
function in the R folder.
In addition there is an article under vignettes/articles
that gives an example of the use of the read
function in the context of a data workflow.
The data workflow is further described in the wiki