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
479afb45
Commit
479afb45
authored
4 months ago
by
xo30xoqa
Browse files
Options
Downloads
Patches
Plain Diff
Added soil map section to GIS docs
parent
0b453ef5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+19
-2
19 additions, 2 deletions
CHANGELOG.md
docs/src/gis.md
+15
-4
15 additions, 4 deletions
docs/src/gis.md
with
34 additions
and
6 deletions
CHANGELOG.md
+
19
−
2
View file @
479afb45
...
...
@@ -8,11 +8,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [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*
## [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 diff is collapsed.
Click to expand it.
docs/src/gis.md
+
15
−
4
View file @
479afb45
# Maps and weather data
Persefone
currently
requires t
wo separat
e map input files: one for land cover,
the other
for field geometr
y
. Additionally, a weather input
file is needed.
This documents describe how to obtain and process the data
needed for each
of these.
Persefone
.jl
requires t
hre
e map input files: one for land cover,
one for
for field geometr
ies, and one for soil types
. Additionally, a weather input
file is needed.
This documents describe how to obtain and process the data
needed for each
of these.
## Land cover maps
...
...
@@ -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
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
Currently, Persefone uses historical weather data from the closes weather station
...
...
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