Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Persefone.jl
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Persefone
Persefone.jl
Commits
c034fec6
Commit
c034fec6
authored
4 months ago
by
xo30xoqa
Browse files
Options
Downloads
Patches
Plain Diff
Added soil type classification in GIS documentation.
parent
93866e0c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/src/assets/soil_types_english.jpg
+0
-0
0 additions, 0 deletions
docs/src/assets/soil_types_english.jpg
docs/src/gis.md
+26
-2
26 additions, 2 deletions
docs/src/gis.md
with
26 additions
and
2 deletions
docs/src/assets/soil_types_english.jpg
0 → 100644
+
0
−
0
View file @
c034fec6
178 KiB
This diff is collapsed.
Click to expand it.
docs/src/gis.md
+
26
−
2
View file @
c034fec6
...
...
@@ -104,11 +104,35 @@ Then you need to align and crop it to the extent you require, using the dialog a
`Raster -> Align Rasters...`
. Select your landcover map as the reference layer
and the extent layer, then choose your national soil map as the input. (Don't forget
to define the output file name using
`Configure Raster...`
, this is a bit hidden.)
The created output file can then be used for the
`soilmap`
parameter.
The created output file can then be used for the
`soilmap`
parameter. Its integer
values map onto the
`SoilType`
enum as follows:
```
1: Abbauflächen -> nosoil
2: Gewässer -> nosoil
3: Lehmsande (ls) -> loamy_sand
4: Lehmschluffe (lu) -> silt_loam
5: Moore -> nosoil
6: Normallehme (ll) -> loam
7: Reinsande (ss) -> sand
8: Sandlehme (sl) -> sandy_loam
9: Schluffsande (us) -> sandy_loam
10: Schlufftone (ut) -> silty_clay
11: Siedlung -> nosoil
12: Tonlehme (tl) -> clay_loam
13: Tonschluffe (tu) -> silty_clay_loam
14: Watt -> nosoil
```

*
Names of soil types are based on the relative composition of clay, silt, and sand.
Note that the typology used in the Bodenatlas does not map perfectly on to this
international classification. Image source:
[
Australian Environmental Education
](
https://www.australianenvironmentaleducation.com.au/education-resources/what-is-soil/
)
*
## Weather data
Currently, Persefone uses historical weather data from the closes weather station
Currently, Persefone uses historical weather data from the closes
t
weather station
as its weather input. (In future, this may be changed to a more detailed raster
input, which could then also provide future weather predictions under climate change.)
Weather data can be downloaded from the
[
German weather service (DWD)
](
https://www.dwd.de/DE/leistungen/cdc/cdc_ueberblick-klimadaten.html?nn=16102
)
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment