AgroCares / BedrijfsBodemWaterPlanCalculator

Algorithms to support field specific solutions for optimized agronomic land use.
https://agrocares.github.io/BedrijfsBodemWaterPlanCalculator/
GNU General Public License v3.0
2 stars 1 forks source link

BBWP 126: use landscape category #92

Closed yuki-nmi closed 1 month ago

yuki-nmi commented 1 month ago

Measure table was updated with new measure scores for water buffering (effect_wb), and landscape-type-specific weighing factor is introduced. Test functions are updated accordingly.

yuki-nmi commented 1 month ago

The syntax of melt function was fixed, so that it is now compatible for data.table 1.16.0. Further, I found an error in the bbwp_measures.Rd (i.e. a unncessary row-name column was included), so I removed it and updated the test function.

KeesDoolNMI commented 1 month ago

Fantastic! Thanks for the effort 😄