From 5d2789a806ba44fa2c4b2d6c211732e7a6b8442a Mon Sep 17 00:00:00 2001 From: tamara Date: Mon, 19 Feb 2024 15:07:26 +0100 Subject: [PATCH] updated KPI definitions --- FarmmapsKPI/KPIdefinitions.csv | 32 ++++++++++++++++---------------- FarmmapsKPI/TODO.txt | 5 +++-- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/FarmmapsKPI/KPIdefinitions.csv b/FarmmapsKPI/KPIdefinitions.csv index 5460086..f6f2ac6 100644 --- a/FarmmapsKPI/KPIdefinitions.csv +++ b/FarmmapsKPI/KPIdefinitions.csv @@ -1,24 +1,24 @@ KPIid,KPIvariable,Description A1,yield,observed yield (user input) -B1,nitrogen,Nitrogen surplus = N artifical fertilizer + N manure+ N atmospheric deposition + N fixation by crop - N removal through harvested product. Calculated KPI internal model & parameters and from user input: yield and fertilizer/manure applications. N fixation (legumes only): internal equations. N depostition: RIVM maps -B1,disposal, -B1,nFixationNKgHa, -B1,nDepositionNKgHa, -B1,nFertilizerNKgHa, -B1,sowPlantingNKgHa, -B2,phosphate,Phosphate surplus = P fertilizer - P removal through harvested product. Calculated KPI internal model & parameters and from user input: yield and fertilizer applications -B2,disposal, -B2,pFertillizerNKgHa, -B2,sowPlantingNKgHa, -C1,organic matter supply,"Organic matter surplus = Organic matter from manure + Crop residues to soil - organic matter removal through harvested product. Calculated KPI internal model & parameters and from user input: yield and manure applications. ""Effective"" means netto, after correction for carbon respiration by soil microbial activity" -C1,fertilizerEom,"Effective organic mater added through fertilizer (animal manure, compost, etc)" -C1,greenManureEom,Effective organic mater added through green manure (also called cover crop) -C1,cropLeftoversEom,Effective organic mater added through crop residues +B1,nitrogen,Nitrogen surplus = N artifical fertilizer + N manure+ N atmospheric deposition + N fixation by crop + N from seed potatoes - N removal through harvested product. Calculated KPI internal model & parameters and from user input: yield and fertilizer/manure applications. +B1,disposal, N removal through harvested product. Calculated KPI internal model & parameters and from user input: yield. +B1,nFixationNKgHa, N fixated by crop (legumes only). Calculated KPI internal model & parameters and from user input: planting date +B1,nDepositionNKgHa, N deposition based on RIVM maps. +B1,nFertilizerNKgHa, N from artifical fertilizers and manure.Calculated KPI internal model & parameters and from user input: fertilizer/manure applications. +B1,sowPlantingNKgHa, N from seed potatoes (potatoes only). Calculated KPI internal model & parameters and from user input: amount of planted seed potatoes +B2,phosphate,Phosphate surplus = P fertilizer + P from seed potatoes - P removal through harvested product. Calculated KPI internal model & parameters and from user input: yield and fertilizer applications +B2,disposal, P2O5 removal through harvested product. Calculated KPI internal model & parameters and from user input: yield +B2,pFertillizerNKgHa, P2O5 from artifical fertilizers and manure.Calculated KPI internal model & parameters and from user input: fertilizer/manure applications. +B2,sowPlantingNKgHa, P2O5 from seeds potatoes (potatoes only). Calculated KPI internal model & parameters and from user input: amount of planted seed potatoes +C1,effective organic matter supply,"Organic matter supply = Organic matter from manure + Crop residues to soil + organic matter from green manure. Calculated KPI internal model & parameters and from user input: yield and manure applications. ""Effective"" means netto, after correction for carbon respiration by soil microbial activity" +C1,fertilizerEom,Effective organic matter added through fertilizer (animal manure, compost, etc). Calculated KPI internal model & parameters and from user input: manure applications. +C1,greenManureEom,Effective organic matter added through green manure (also called cover crop). Calculated KPI internal model & parameters and from user input: cover crop. +C1,cropLeftoversEom,Effective organic matter added through crop residues of main product and (when relevant) straw. Calculated KPI internal model & parameters. D1,pesticides,"kg/ha of active ingredient. Sum over kg a.i. of the different crop protection agents applied, with concentration (kg a.i. / kg or litre) of crop protection agents retrieved from CTBG" E1,mpb,"milieubelastingspunten. For each pesticide applied show 3 sub-mbp's: aquaticLife, groundWater, soilLife" E1,mpb, E1,mpb,? -F1,greenness,farmlevel index of diversity of crops -F2,rotationindex, +F1,greenness, time of year that the field was covered. Based on NDVI data from AgroDataCube. +F2,rotationindex, index of diversity of crops over time. Calculated in AgroDataCube ,KPItargetvalue,target value as in benchmark value for same crop in same region. E.g. cropyield target is from Central Bureau of Statistics (CBS) for same crop in region in which the cropfield (geometry) is located ,KPIthresholdValue,threshold from ??? Ask farmmaps. Surplus nitrogen / phosphate / pesticides must not be above threshold. Surplus organic matter supply must be above threshold diff --git a/FarmmapsKPI/TODO.txt b/FarmmapsKPI/TODO.txt index fda88ee..dbf7b7a 100644 --- a/FarmmapsKPI/TODO.txt +++ b/FarmmapsKPI/TODO.txt @@ -51,11 +51,12 @@ dataOperations: "status": "3": "DataCropfieldCharacteristic": { "code": "860619", //PO20231004: so what does this code mean? Can we see the code list somewhere? NOT YET TESTED +KPIelementsOfBalance: Tamara b. for nitrogen B1 rename disposal to nHarvestedNKgHa PARTLY c. for phosporous B2 rename disposal to pHarvestedPKgHa PARTLY d. for phosporous B2 rename from pFertilizerNKgHa to pFertilizerPKgHa PARTLY e. idem sowPlantingNKgHa PARTLY f. add straw for N & P in output g. add 2 examples in KPIinput.json: straw yes/no removed. Bijv. nStrawLeftInField EN nStrawRemoved - h. update KPIdefinitions.csv - i. for phosporous B2 rename 'cropLeftoversEom' to 'cropResiduesEom' \ No newline at end of file + h. update KPIdefinitions.csv PARTLY + i. for C1 rename 'cropLeftoversEom' to 'cropResiduesEom' \ No newline at end of file