README.md

Title: Package 'hlptabel' Author: C.H. van Immerzeel Date: januari 6, 2024

Package "helptabel"

AppVeyor build status Travis Build Status

Estimate the reduction in crop production caused by waterlogging and drought using relations documented in [1]. Datasets for the Netherlands characterizing the soils and landuse are included in this package.

The groundwater regime is characterized by the mean (average) lowest and highest groundwaterlevel ("GHG and "GLG"). 70 different soil types are distinguished and two types of land use (grassland and arable land).

The following approximate analytical formulas are used to calculate the reduction in crop production.

For the calculation of the reduction in crop production caused by waterlogging ("Natschade"), the blue parameters A-D are optimized against the tabulated values in the "HELP-tabel (1987, see below"). In this relation the parameter E equals the smallest tabulated reduction caused by waterlogging (for every soil/crop combination).

For the calculation of the reduction in crop production caused by drought ("Droogteschade"), the red parameters A-E are optimized against the tabulated values in the "HELP-tabel (1987).

The "data-raw" folder contains the "original" (1987) HELP tables, as well as the optimization code.

Differences between the values calculated with the above formulas and the tabulated values are typically small. The frequency distributions of the root-mean-square error values illustrate this, as well as the comparison between tabulated and calculated reduction values for the soil HELP=15 (landuse = grassland).

Installation

You can install the released version of menyanthes from with:

install_github("KeesVanImmerzeel/hlptabel")

Then load the package with:

library("hlptabel")

Functions

Datasets

To use these datasets, the following code can be used:

Get help

To get help on the functions in this package type a question mark before the function name, like ?ht_reduction()

SpatRaster example.

x <- terra::rast(system.file("extdata","example_spatraster.tif",package="hlptabel"))
r <- ht_reduction_brk(x)

Remarks

In the HELP-table (1987) the HELP numbers 71 and 72 where not included. You might consider to reclassify the HELP numbers 71 and 72 to the most similar soil codes in the HELP-table (1987) (refer [2] page 16). HELP number 71 --> 67; HELP number 72 --> 60. Dataset HELP_map_NL2020 is already converted in this way.

References

  1. De invloed van de waterhuishouding op de landbouwkundige produktie Rapport van de werkgroep HELP-tabel, Mededelingen Landinrichtingsdienst 176 (1987).

  2. HELP-2005. stowa rapport 2005/16. Uitbreiding en actualisering van de HELP-tabellen ten behoeve van het Waternood-instrumentarium.

  3. BOFEK2020 – Bodemfysische schematisatie van Nederland; Update bodemfysische eenhedenkaart Heinen, M., F. Brouwer, K. Teuling, D. Walvoort, 2021. Wageningen Environmental Research. Rapport 3056



KeesVanImmerzeel/hlptabel documentation built on Jan. 9, 2025, 5:32 p.m.