-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* soil_classes dev version * adding soil-class dataset - temporary solution * updating the branch and soil_class.sh to accept additional argument --include-na * descriptions for modis and soil class updated - added info on the classification and accompanying .csv file * adding documentation * bumping version to 0.1.2
- Loading branch information
1 parent
f131743
commit c240adc
Showing
8 changed files
with
541 additions
and
376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.1 | ||
0.1.2 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
1,Evergreen Needleleaf Forests | ||
2,Evergreen Broadleaf Forests | ||
3,Deciduous Needleleaf Forests | ||
4,Deciduous Broadleaf Forests | ||
5,Mixed Forests | ||
6,Closed Shrublands | ||
7,Open Shrublands | ||
8,Woody Savannas | ||
9,Savannas | ||
10,Grasslands | ||
11,Permanent Wetlands | ||
12,Croplands | ||
13,Urban and Built-up Lands | ||
14,Cropland/Natural Vegetation Mosaics | ||
15,Permanent Snow and Ice | ||
16,Barren | ||
17,Water Bodies | ||
18,Unclassified |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# `soil_class` Geospatial Dataset | ||
In this file, the necessary technical details of the dataset is explained. | ||
|
||
## Location of the `soil_class` Dataset Files | ||
The `soil_class` geospatial dataset files are located under the following directory accessible from Digital Research Alliance of Canada (DRA, formerly Compute Canada) Graham cluster: | ||
|
||
```console | ||
/project/6008034/wknoben/CWARHM_data/domain_NorthAmerica/parameters/soilclass/2_soil_classes_domain/ | ||
``` | ||
|
||
And the structure of the files is as following: | ||
|
||
```console | ||
/project/6008034/wknoben/CWARHM_data/domain_NorthAmerica/parameters/soilclass/2_soil_classes_domain/ | ||
└── soil_classes.tif | ||
``` | ||
|
||
## Spatial and Temporal Extents | ||
The spatial extent of this dataset covers longitudes from approximately `-180` to `+180` degress and latitudes from approximately `-90` to `+90` degress. This dataset is static and does not vary with time. | ||
|
||
## Dataset Variables | ||
This variables of this dataset are detailed in the table below: | ||
|
||
|# |Variable Name (used in `gistool`) |Description |Comments | | ||
|-------|---------------------------------------|---------------------------------------|---------------| | ||
|1 |soil-class |USDA soil class |[link](https://www.hydroshare.org/resource/1361509511e44adfba814f6950c6e742/)| | ||
|
||
|
||
# Other relevant information | ||
## Land Cover Types | ||
Below the land cover types for each values of the `.tif` files is detailed based on [1]. | ||
|
||
|Class Value (used in `gistool`) |Soil Type | | ||
|---------------------------------------|-------------------------------| | ||
|0 |no class assigned | | ||
|1 |Clay | | ||
|2 |Clay loam | | ||
|3 |Loam | | ||
|4 |Loamy sand | | ||
|5 |Sand | | ||
|6 |Sandy clay | | ||
|7 |Sandy clay loam | | ||
|8 |Sandy loam | | ||
|9 |Silt | | ||
|10 |Silty Clay | | ||
|11 |Silty clay loam | | ||
|12 |Silt loam | | ||
|
||
Also, the details of the above table has been included in the following files: [soil_classes.csv](./soil_classes.csv). | ||
|
Oops, something went wrong.