AgroCares / Open-Bodem-Index-Calculator

An R package containing the functions for the Open Bodem Index (OBI)
https://agrocares.github.io/Open-Bodem-Index-Calculator/
GNU General Public License v3.0
11 stars 2 forks source link

duplicated indicator in recom.obic #164

Closed gerardhros closed 2 years ago

gerardhros commented 2 years ago

The OBIC table recom.obic has duplicated indicators, leading to errors in the recommended measures to improve soil quality.

m.obic <- as.data.table(OBIC::recom.obic) m.obic[,.N,by=.(indicator)]

shows that I_P_WO counts to 352 values where all others have only 176 values

gerardhros commented 2 years ago

duplicated indicator in recom.obic fixed in dev/ppr_maatregel.r. Solved in branch fix-spelling, version 2.0.1