Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alazarolop/dicsm
Disaggregation of Conventional Soil Maps, PhD thesis
https://github.com/alazarolop/dicsm
digital-soil-mapping soil-survey
Last synced: 10 days ago
JSON representation
Disaggregation of Conventional Soil Maps, PhD thesis
- Host: GitHub
- URL: https://github.com/alazarolop/dicsm
- Owner: alazarolop
- Created: 2022-01-09T16:21:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T18:56:19.000Z (almost 3 years ago)
- Last Synced: 2024-10-25T06:48:12.636Z (about 2 months ago)
- Topics: digital-soil-mapping, soil-survey
- Language: TeX
- Homepage:
- Size: 36.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Disaggregation of Conventional Soil Maps
**Table of Contents**
- [Features](#features)
- [Workflow](#workflow)
- [Requirements and Software](#requirements-and-software)
- [Feedback](#feedback)
- [License](#license)## Features
A new methodology for the disaggregation of polytaxic Soil Map Units of conventional soil maps that relies on the detection of *soil homogeneous areas with no prior definition*. It's based on:
- The **unsupervised CLARA classification** technique with **Mahalanobis** distance within a space of selected covariates
- An expert **knowledge-driven correlation** of the areas with the Soil Taxonomy Units.Because of them, its application might be geared towards regions where the potential location of STU within SMUs is deemed unclear, and it has a potential to support two-stage strategies [(Lázaro-López, 2021)](https://doi.org/10.1071/SR20288).
It's implemented in the Designation of Origen Campo de Borja (Gómez-Miguel, 2014).## Workflow
It's divided into 4 sequential steps covering:
1. **Data sources** (*sources*):
The selection of remote sensing and DEM data sources, their acquisition and processing for input into the calculations of environmental covariates. It also gets the soil map ready.1. **Covariates** (*covariates*):
Calculation, analysis and selection of covariates intended for geo-statistical techniques.
1. **Division** (*division*):
Division of Cartographic Soil Units by the unsupervised classification method to yield groups of delineations.1. **Disaggregation** (*disaggregation*):
Correlation of the delineation groups with the Soil Taxonomic Units to give rise to a new disaggregated soil map with potentially homogeneous Soil Map Units. Then, it's validated with soil observations.
## Requirements and Software
**Soil map**
A digitalized soil map on top of the model for Soil Resource Inventories [(Lázaro-López et al., 2018)](https://doi.org/10.1051/e3sconf/20185002008). It resembles the Soil and Terrain database programme [(SOTER)](https://www.isric.org/projects/soil-and-terrain-soter-database-programme) and the National Soil Information System [(NASIS)](https://www.nrcs.usda.gov/wps/portal/nrcs/detail/soils/survey/tools/?cid=nrcs142p2_053552) schemas.
**Data management**
[PostgreSQL](https://www.postgresql.org) and its spatial extension [PostGIS](https://postgis.net).
**Statistics**
The workflow is developed in [#Rstats](https://cran.r-project.org). Main packages are [Tidyverse](https://www.tidyverse.org), [RPostgres](https://rpostgres.r-dbi.org), [sf](https://r-spatial.github.io/sf/), [raster](https://github.com/rspatial/raster), [foreach](https://github.com/RevolutionAnalytics/foreach), [bigmemory](https://github.com/kaneplusplus/bigmemory), [ClusterR](https://github.com/mlampros/ClusterR), [Nbclust](https://github.com/cran/NbClust) and [RSAGA](https://github.com/r-spatial/RSAGA).
**GIS**
[SAGA](http://www.saga-gis.org/en/index.html) and [QGIS](https://www.qgis.org/en/site/) for data sources processing.
## Feedback
Feel free to send feedback on Twitter [@alazarolop](https://twitter.com/alazarolop) or file an issue. Feature requests as well as contributions are always welcome.
## License
Disaggregation of Conventional Soil Maps by Alberto Lázaro-López is licensed under Attribution 4.0 International