Skip to content

Releases: AgroCares/BedrijfsBodemWaterPlanCalculator

Version 2.2.1

04 Jan 15:56
6bb696d
Compare
Choose a tag to compare

BBWPC v2.2.1 2023-12-28

Added

  • possibility to falisfy the weighing fraction for evaluation of risks in wf function, default set to TRUE, #BBWP-67
  • argument penalty added to the functions bbwp_field_indicators, bbwp_field_scores and bbwp_main, #BBWP-67

Changed

  • function bbwp_field_indicators is simplified

Version 0.7.0

04 Jan 15:55
6bb696d
Compare
Choose a tag to compare

0.7.0

Changed

  • add er_medal to estimate the medal given score per field and farm

Fixed

  • error in renaming indicator after melt in er_meas_score and er_crop_rotation
  • error in er_crop_rotation when multiple soils from same soiltype are given

Version 2.1.0

26 Dec 17:04
ce5b934
Compare
Choose a tag to compare

BBWPC v2.1.0 2023-12-26

Changed

  • update effect of bufferstrips and helofytenfilter in bbwp_measures, bbwp_meas_scores and bbwp_meas_rank
  • four obsolete columns removed from bbwp_measures including p_ow,p_ow2,n_ow,and n_ow2

Fixed

  • reference to B_LU_BBWP updated, was character and not an integer, in bbwp_meas_scores and bbwp_meas_rank
  • fix errors in UTF-8 in summary descriptions of meaures in bbwp_measures

BBWPC v2.0.0 2023-09-06

Changed

  • remove function bbwp_check_lsw and internal package table lsw, #BBWP-50
  • add argument B_LSW_ID to functions bbwp and bbwp_field_indicators
  • remove arguments a_lon and a_lat from functions bbwp and bbwp_field_indicators

Version 0.10.0

13 Sep 06:10
85cdb78
Compare
Choose a tag to compare

Fixed

  • test csv files removed from package directory and dev directory
  • threshold of scores for medals are set to zero for indicators climate and water (only on peat soils)
  • the absolute total score is used for medal check instead of the integrative total score
  • no "terras" measures are recommended for fields where B_SLOPE_DEGREE is less than 2% (fix in bbwp_meas_rank)

Added

  • function er_opi to estimate the contribution of single fields to the farm score
  • exception for measure G20 is added to er_meas_rank, er_meas_score and er_crop_rotation.

Changed

  • the field score is set equal to the farm score for Ecoregeling method
  • input arguments B_CT_?? are removed from er_crop_rotation,er_field_score
  • input argument E_ER_TOT is removed from er_farm_score
  • adjust targets for landscape in the final scoring in er_medal and er_opi; there is no minimum needed.
  • the indicator score is set to the contribution of single fields to the farm score. The function er_field_score givers therefore the actual score per hectare, and not the relative score given target.
  • measures table is updated (some levels (field vs farm) have been altered)

Version 0.5.2

15 Jun 14:13
b590203
Compare
Choose a tag to compare

Changed

  • Change variable names: d_area to b_area, reward to s_er_reward, er_medal to s_er_medal, lat and lon to a_lat and a_lon

Version 0.5.1

14 Jun 19:53
7b8f00e
Compare
Choose a tag to compare

Changed

  • internal table bbwp_measures with column bbwp_conflict
  • avoid additive scoring for conflicting measures in bbwp_meas_score and bbp_meas_rank
  • avoid additive scoring for conflicting measures in er_meas_score
  • add er_medal as farm output for ecoregeling
  • tests are updated

Version 0.5.0

10 Jun 01:12
1b41bc3
Compare
Choose a tag to compare

Added

  • internal table er_aer_reward, prepared in dev
  • check and automatic update B_GWL_CLASS via function bbwp_format_aer, included in all relevant bbwp and er functions, issue #18
  • add B_AER_CBS as argument to all bbwp and er functions
  • output reward added to er_meas_score, er_field_scores and er_farm_score, issue #17
  • function ecoregeling adds reward as output in objects farm and field, issue #17
  • argument B_LU_BBWP is converted from string to integerish by removing cat_ in wrapper funs ecoregeling and bbwp

Version 0.4.2

06 Jun 15:15
447f8f5
Compare
Choose a tag to compare

Added

  • add LSW data as geopackage to dev
  • add bbwp_check_lsw to bbwp_helpers to check and update the LSW data, with option for spatial intersection when geopackage is available
  • add internal package table lsw with the properties per local surface water (LSW)

Changed

  • argument D_WP changed into D_SA_W for all BBWP functions

Version 0.4.1

04 Jun 07:13
956b6b3
Compare
Choose a tag to compare

Added

  • B_SLOPE and B_SLOPE_DEGREE as input in wrapper function bbwp

Changed

  • change output of er_meas_rank from top.x to top_er_x with x being the targets
  • change output of bbwp_meas_rank from top.x to top_bbwp_x with x being the targets
  • replace x_meas_rank to inside the if-function in wrapper funs to speed up the code
  • change output scores of bbwp_field_score and input for bbwp_farm_score from D_OPI_x to S_BBWP_x
  • change output scores of er_field_score and input for er_farm_score from D_OPI_x to S_ER_x
  • change B_SLOPE to B_SLOPE_DEGREE in all functions

Version 0.4.0

29 May 02:21
758e5a6
Compare
Choose a tag to compare

Added

  • add wrapper function bbwp to run BBWP for a series of fields
  • add wrapper function ecoregeling to run Ecoregeling for a series of fields
  • add associated test functions for bbwp and ecoregeling