Releases: AgroCares/BedrijfsBodemWaterPlanCalculator
Releases · AgroCares/BedrijfsBodemWaterPlanCalculator
Version 2.2.1
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 functionsbbwp_field_indicators
,bbwp_field_scores
andbbwp_main
, #BBWP-67
Changed
- function
bbwp_field_indicators
is simplified
Version 0.7.0
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
ander_crop_rotation
- error in
er_crop_rotation
when multiple soils from same soiltype are given
Version 2.1.0
BBWPC v2.1.0 2023-12-26
Changed
- update effect of bufferstrips and helofytenfilter in
bbwp_measures
,bbwp_meas_scores
andbbwp_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
andbbwp_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 tablelsw
, #BBWP-50 - add argument
B_LSW_ID
to functionsbbwp
andbbwp_field_indicators
- remove arguments
a_lon
anda_lat
from functionsbbwp
andbbwp_field_indicators
Version 0.10.0
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
ander_crop_rotation
.
Changed
- the field score is set equal to the farm score for Ecoregeling method
- input arguments
B_CT_??
are removed fromer_crop_rotation
,er_field_score
- input argument
E_ER_TOT
is removed fromer_farm_score
- adjust targets for landscape in the final scoring in
er_medal
ander_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
Changed
- Change variable names:
d_area
tob_area
,reward
tos_er_reward
,er_medal
tos_er_medal
,lat
andlon
toa_lat
anda_lon
Version 0.5.1
Changed
- internal table
bbwp_measures
with column bbwp_conflict - avoid additive scoring for conflicting measures in
bbwp_meas_score
andbbp_meas_rank
- avoid additive scoring for conflicting measures in
er_meas_score
- add
er_medal
as farm output forecoregeling
- tests are updated
Version 0.5.0
Added
- internal table
er_aer_reward
, prepared in dev - check and automatic update
B_GWL_CLASS
via functionbbwp_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 toer_meas_score
,er_field_scores
ander_farm_score
, issue #17 - function
ecoregeling
addsreward
as output in objects farm and field, issue #17 - argument
B_LU_BBWP
is converted from string to integerish by removingcat_
in wrapper funsecoregeling
andbbwp
Version 0.4.2
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 intoD_SA_W
for all BBWP functions
Version 0.4.1
Added
- B_SLOPE and B_SLOPE_DEGREE as input in wrapper function
bbwp
Changed
- change output of
er_meas_rank
fromtop.x
totop_er_x
with x being the targets - change output of
bbwp_meas_rank
fromtop.x
totop_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 forbbwp_farm_score
fromD_OPI_x
toS_BBWP_x
- change output scores of
er_field_score
and input forer_farm_score
fromD_OPI_x
toS_ER_x
- change B_SLOPE to B_SLOPE_DEGREE in all functions
Version 0.4.0
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
andecoregeling