Skip to content
Snippets Groups Projects
Commit 479afb45 authored by xo30xoqa's avatar xo30xoqa
Browse files

Added soil map section to GIS docs

parent 0b453ef5
No related branches found
No related tags found
No related merge requests found
...@@ -8,11 +8,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -8,11 +8,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.0] - in planning ## [1.0.0] - in planning
*Aim: 3 species, 2 crop growth models, farm model, GAEC scenarios, experimental analysis* *Aim: 4 species, 2 crop growth models, farm model, GAEC scenarios, experimental analysis*
*Plan: decouple CairoMakie (#81), fix & test ALMaSS, set up first experiments* *Plan: decouple CairoMakie (#81), fix & test ALMaSS, set up first experiments*
## [0.6.0] ## [0.6.1] - unreleased
*Plan: add soil maps, update GIS documentation, add more regions*
### Added
### Changed
- added soil map section to GIS docs
### Deprecated
### Removed
### Fixed
## [0.6.0] - 13-01-2025
**This point release re-implements the ALMaSS crop model** **This point release re-implements the ALMaSS crop model**
......
# Maps and weather data # Maps and weather data
Persefone currently requires two separate map input files: one for land cover, Persefone.jl requires three map input files: one for land cover, one for
the other for field geometry. Additionally, a weather input file is needed. for field geometries, and one for soil types. Additionally, a weather input
This documents describe how to obtain and process the data needed for each file is needed. This documents describe how to obtain and process the data
of these. needed for each of these.
## Land cover maps ## Land cover maps
...@@ -72,6 +72,17 @@ the advanced parameters, set the output data type to `UInt32`. Finally, enter an ...@@ -72,6 +72,17 @@ the advanced parameters, set the output data type to `UInt32`. Finally, enter an
output file name and run. The resulting TIF file can be passed to Persefone output file name and run. The resulting TIF file can be passed to Persefone
as the `farmfieldmap` parameter. as the `farmfieldmap` parameter.
## Soil data
Soil data for Germany is provided by the Bundesanstalt für Geowissenschaften und
Rohstoffe in form of the [Bodenatlas](https://bodenatlas.bgr.de/). This provides
a (coarse, but for our purposes sufficient) map of the distribution of the basic
soil types such as clay, silt, sand, and loam.
To create the Persefone input file, you need crop this national map to the same
region as the other maps, then rasterise it (see instructions in the last paragraph
of the previous section).
## Weather data ## Weather data
Currently, Persefone uses historical weather data from the closes weather station Currently, Persefone uses historical weather data from the closes weather station
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment