Lab-0019: Difference between revisions

From CSDMS
(Created page with "{{Labbasics |Labtitle=SoilGrids Data Component |LabCOModule=1 of 1 |LabDateContributedOrUpdated=2020-12-03 |LabDescriptionShort=A CSDMS data component used to download the soi...")
 
No edit summary
Line 3: Line 3:
|LabCOModule=1 of 1
|LabCOModule=1 of 1
|LabDateContributedOrUpdated=2020-12-03
|LabDateContributedOrUpdated=2020-12-03
|LabDescriptionShort=A CSDMS data component used to download the soil datasets from the SoilGrids system.
|LabDescriptionShort=A CSDMS data component used to download the soil property datasets from the SoilGrids system.
|LabCODuration=1.0 hrs
|LabCODuration=1.0 hrs
|LabAssociatedLesson=Jupyter Notebook
|LabAssociatedLesson=Jupyter Notebook
Line 15: Line 15:
{{LabIntro
{{LabIntro
|LabDescription=soilgrids package provides a set of functions that allow downloading of the global gridded soil information from SoilGrids https://www.isric.org/explore/soilgrids, a system for global digital soil mapping to map the spatial distribution of soil properties across the globe.
|LabDescription=soilgrids package provides a set of functions that allow downloading of the global gridded soil information from SoilGrids https://www.isric.org/explore/soilgrids, a system for global digital soil mapping to map the spatial distribution of soil properties across the globe.


soilgrids package includes a Basic Model Interface (BMI), which converts the SoilGrids dataset into a reusable, plug-and-play data component for Community Surface Dynamics Modeling System (CSDMS) modeling framework.
soilgrids package includes a Basic Model Interface (BMI), which converts the SoilGrids dataset into a reusable, plug-and-play data component for Community Surface Dynamics Modeling System (CSDMS) modeling framework.
Line 23: Line 24:
}}
}}
{{LabLearningObjectivesSkills
{{LabLearningObjectivesSkills
|LabSkill=Learn to use two methods to download the soild property datasets with a given bounding box.
|LabSkill=Learn to use two methods to download the soil property datasets with a given bounding box.
}}
}}
{{LabLearningObjectivesSkills
{{LabLearningObjectivesSkills

Revision as of 14:36, 3 December 2020

SoilGrids Data Component

Model
[[Model:|]]
Duration
1.0 hrs
Updated
2020-12-03
Download
download
Run online using:
  1. Jupyter
     Jupyter logo.png

Contributor(s)
    Tian Gan at INSTAAR - University of Colorado Boulder.

Introduction
Soilgrids logo.png
soilgrids package provides a set of functions that allow downloading of the global gridded soil information from SoilGrids https://www.isric.org/explore/soilgrids, a system for global digital soil mapping to map the spatial distribution of soil properties across the globe.


soilgrids package includes a Basic Model Interface (BMI), which converts the SoilGrids dataset into a reusable, plug-and-play data component for Community Surface Dynamics Modeling System (CSDMS) modeling framework.

Classroom organization
In this lab, you will learn how to use the soilgrids package to download the soil property datasets for data visualization. You will explore the SoilGrids map services and write your own code to download multiple soil datasets.

Learning objectives
Skills
  • Learn to use two methods to download the soil property datasets with a given bounding box.
  • Learn to get the SoilGrids map service detailed information.
  • Learn to download soil datasets for variables such as silt content, clay content, sand content, etc.
Key concepts
  • CSDMS data component

Lab notes
Instead of downloading the lab Notebook and running it locally, you can run it on Binder. To start the binder, click on "start" under the "Run online" item in the grey table at the top of this lab. It may take several minutes to launch the Binder.

Requirements
If run locally, this lab requires the installation of soilgrids package. Please see details at https://github.com/gantian127/soilgrids/

References