From bf3ea1a704cedd86192b5da5f2a192a4cc6d4028 Mon Sep 17 00:00:00 2001 From: Pepijn van Oort Date: Tue, 28 Jan 2025 13:53:28 +0100 Subject: [PATCH] rename FarmMapsApiClient_KB34_MAST to FarmMapsApiClient_WUR (name of new fork) --- FarmmapsKPI/KPIApplication.cs | 2 +- FarmmapsKPI/KPIInput.json | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/FarmmapsKPI/KPIApplication.cs b/FarmmapsKPI/KPIApplication.cs index 66494dd..db57c92 100644 --- a/FarmmapsKPI/KPIApplication.cs +++ b/FarmmapsKPI/KPIApplication.cs @@ -49,7 +49,7 @@ namespace FarmmapsKPI //if (string.IsNullOrEmpty(fnKPIinput)) //{ //fnKPIinput = "KPIinput.json"; - fnKPIinput = "C:\\git\\FarmMapsApiClient_KB34_MAST\\FarmmapsKPI\\KPIinput.json"; + fnKPIinput = "C:\\git\\FarmMapsApiClient_WUR\\FarmmapsKPI\\KPIinput.json"; //} var fieldsInputJson = File.ReadAllText(fnKPIinput); diff --git a/FarmmapsKPI/KPIInput.json b/FarmmapsKPI/KPIInput.json index e24d7aa..9aea272 100644 --- a/FarmmapsKPI/KPIInput.json +++ b/FarmmapsKPI/KPIInput.json @@ -3,7 +3,7 @@ "useExistingCropfieldWithChildren": false, "deleteNewlyCreatedAfterCalc": true, "fieldName": "test_Potato_ZeroFertilizer_Consumption_Sand", - //Note when you run the FarmmapsKPI project, somewhere to your C:\git\FarmMapsApiClient_KB34_MAST\FarmmapsKPI\bin\Debug\netcoreapp3.1\ directory, files named like this are written: + //Note when you run the FarmmapsKPI project, somewhere to your C:\git\FarmMapsApiClient_WUR\FarmmapsKPI\bin\Debug\netcoreapp3.1\ directory, files named like this are written: //'Settings_aardappelveld_test_Potato_ZeroFertilizer.json', where 'aardappelveld_test_Potato_ZeroFertilizer.json' is your fieldName (see below) //1 useExistingCropfieldWithChildren = false -> create new //2 useExistingCropfieldWithChildren = true && CropfieldItemCode = "" or absent -> read fieldName (see below) -> read all codes from settings json file @@ -32,7 +32,7 @@ "value": "48.01" } ], - //"DownloadFolder": "Downloads", //"C:\\hugoschrererdir\\kpidir\\", // "Downloads", -> if you just put "Downloads" the program will download to somewhere in ..\FarmMapsApiClient_KB34_MAST\FarmmapsKPI\bin\Debug\netcoreapp3.1\Downloads\ + //"DownloadFolder": "Downloads", //"C:\\hugoschrererdir\\kpidir\\", // "Downloads", -> if you just put "Downloads" the program will download to somewhere in ..\FarmMapsApiClient_WUR\FarmmapsKPI\bin\Debug\netcoreapp3.1\Downloads\ "CropYear": 2022, //geometryJson = polygon of location of the cropfield, coordinates in LON,LAT (LON: decimal degrees East, LAT: decimal degrees North) "geometryJson": { @@ -67,7 +67,7 @@ "useExistingCropfieldWithChildren": false, "deleteNewlyCreatedAfterCalc": true, "fieldName": "test_Potato_ZeroFertilizer_Consumption_Clay", - //Note when you run the FarmmapsKPI project, somewhere to your C:\git\FarmMapsApiClient_KB34_MAST\FarmmapsKPI\bin\Debug\netcoreapp3.1\ directory, files named like this are written: + //Note when you run the FarmmapsKPI project, somewhere to your C:\git\FarmMapsApiClient_WUR\FarmmapsKPI\bin\Debug\netcoreapp3.1\ directory, files named like this are written: //'Settings_aardappelveld_test_Potato_ZeroFertilizer.json', where 'aardappelveld_test_Potato_ZeroFertilizer.json' is your fieldName (see below) //1 useExistingCropfieldWithChildren = false -> create new //2 useExistingCropfieldWithChildren = true && CropfieldItemCode = "" or absent -> read fieldName (see below) -> read all codes from settings json file @@ -96,7 +96,7 @@ "value": "48.01" } ], - //"DownloadFolder": "Downloads", //"C:\\hugoschrererdir\\kpidir\\", // "Downloads", -> if you just put "Downloads" the program will download to somewhere in ..\FarmMapsApiClient_KB34_MAST\FarmmapsKPI\bin\Debug\netcoreapp3.1\Downloads\ + //"DownloadFolder": "Downloads", //"C:\\hugoschrererdir\\kpidir\\", // "Downloads", -> if you just put "Downloads" the program will download to somewhere in ..\FarmMapsApiClient_WUR\FarmmapsKPI\bin\Debug\netcoreapp3.1\Downloads\ "CropYear": 2022, //geometryJson = polygon of location of the cropfield, coordinates in LON,LAT (LON: decimal degrees East, LAT: decimal degrees North) "geometryJson": { @@ -131,7 +131,7 @@ "useExistingCropfieldWithChildren": false, "deleteNewlyCreatedAfterCalc": true, "fieldName": "test_Potato_ZeroFertilizer_Starch_Sand", - //Note when you run the FarmmapsKPI project, somewhere to your C:\git\FarmMapsApiClient_KB34_MAST\FarmmapsKPI\bin\Debug\netcoreapp3.1\ directory, files named like this are written: + //Note when you run the FarmmapsKPI project, somewhere to your C:\git\FarmMapsApiClient_WUR\FarmmapsKPI\bin\Debug\netcoreapp3.1\ directory, files named like this are written: //'Settings_aardappelveld_test_Potato_ZeroFertilizer.json', where 'aardappelveld_test_Potato_ZeroFertilizer.json' is your fieldName (see below) //1 useExistingCropfieldWithChildren = false -> create new //2 useExistingCropfieldWithChildren = true && CropfieldItemCode = "" or absent -> read fieldName (see below) -> read all codes from settings json file @@ -160,7 +160,7 @@ "value": "48.01" } ], - //"DownloadFolder": "Downloads", //"C:\\hugoschrererdir\\kpidir\\", // "Downloads", -> if you just put "Downloads" the program will download to somewhere in ..\FarmMapsApiClient_KB34_MAST\FarmmapsKPI\bin\Debug\netcoreapp3.1\Downloads\ + //"DownloadFolder": "Downloads", //"C:\\hugoschrererdir\\kpidir\\", // "Downloads", -> if you just put "Downloads" the program will download to somewhere in ..\FarmMapsApiClient_WUR\FarmmapsKPI\bin\Debug\netcoreapp3.1\Downloads\ "CropYear": 2022, //geometryJson = polygon of location of the cropfield, coordinates in LON,LAT (LON: decimal degrees East, LAT: decimal degrees North) "geometryJson": { @@ -553,7 +553,7 @@ "value": "48.01" } ], - //"DownloadFolder": "Downloads", //"C:\\hugoschrererdir\\kpidir\\", // "Downloads", -> if you just put "Downloads" the program will download to somewhere in ..\FarmMapsApiClient_KB34_MAST\FarmmapsKPI\bin\Debug\netcoreapp3.1\Downloads\ + //"DownloadFolder": "Downloads", //"C:\\hugoschrererdir\\kpidir\\", // "Downloads", -> if you just put "Downloads" the program will download to somewhere in ..\FarmMapsApiClient_WUR\FarmmapsKPI\bin\Debug\netcoreapp3.1\Downloads\ "CropYear": 2022, //geometryJson = polygon of location of the cropfield, coordinates in LON,LAT (LON: decimal degrees East, LAT: decimal degrees North) "geometryJson": { @@ -698,7 +698,7 @@ "useExistingCropfieldWithChildren": false, "deleteNewlyCreatedAfterCalc": true, "fieldName": "test_WinterWheat_DefaultStrawRemainsInField", - //Note when you run the FarmmapsKPI project, somewhere to your C:\git\FarmMapsApiClient_KB34_MAST\FarmmapsKPI\bin\Debug\netcoreapp3.1\ directory, files named like this are written: + //Note when you run the FarmmapsKPI project, somewhere to your C:\git\FarmMapsApiClient_WUR\FarmmapsKPI\bin\Debug\netcoreapp3.1\ directory, files named like this are written: //'Settings_aardappelveld_test_Potato_ZeroFertilizer.json', where 'aardappelveld_test_Potato_ZeroFertilizer.json' is your fieldName (see below) //1 useExistingCropfieldWithChildren = false -> create new //2 useExistingCropfieldWithChildren = true && CropfieldItemCode = "" or absent -> read fieldName (see below) -> read all codes from settings json file @@ -725,7 +725,7 @@ "value": "10.0" } ], - //"DownloadFolder": "Downloads", //"C:\\hugoschrererdir\\kpidir\\", // "Downloads", -> if you just put "Downloads" the program will download to somewhere in ..\FarmMapsApiClient_KB34_MAST\FarmmapsKPI\bin\Debug\netcoreapp3.1\Downloads\ + //"DownloadFolder": "Downloads", //"C:\\hugoschrererdir\\kpidir\\", // "Downloads", -> if you just put "Downloads" the program will download to somewhere in ..\FarmMapsApiClient_WUR\FarmmapsKPI\bin\Debug\netcoreapp3.1\Downloads\ "CropYear": 2022, //geometryJson = polygon of location of the cropfield, coordinates in LON,LAT (LON: decimal degrees East, LAT: decimal degrees North) "geometryJson": { @@ -760,7 +760,7 @@ "useExistingCropfieldWithChildren": false, "deleteNewlyCreatedAfterCalc": true, "fieldName": "test_WinterWheat_StrawRemovedFromField", - //Note when you run the FarmmapsKPI project, somewhere to your C:\git\FarmMapsApiClient_KB34_MAST\FarmmapsKPI\bin\Debug\netcoreapp3.1\ directory, files named like this are written: + //Note when you run the FarmmapsKPI project, somewhere to your C:\git\FarmMapsApiClient_WUR\FarmmapsKPI\bin\Debug\netcoreapp3.1\ directory, files named like this are written: //'Settings_aardappelveld_test_Potato_ZeroFertilizer.json', where 'aardappelveld_test_Potato_ZeroFertilizer.json' is your fieldName (see below) //1 useExistingCropfieldWithChildren = false -> create new //2 useExistingCropfieldWithChildren = true && CropfieldItemCode = "" or absent -> read fieldName (see below) -> read all codes from settings json file @@ -826,7 +826,7 @@ "useExistingCropfieldWithChildren": false, "deleteNewlyCreatedAfterCalc": true, "fieldName": "test_WinterWheat_greenmanure", - //Note when you run the FarmmapsKPI project, somewhere to your C:\git\FarmMapsApiClient_KB34_MAST\FarmmapsKPI\bin\Debug\netcoreapp3.1\ directory, files named like this are written: + //Note when you run the FarmmapsKPI project, somewhere to your C:\git\FarmMapsApiClient_WUR\FarmmapsKPI\bin\Debug\netcoreapp3.1\ directory, files named like this are written: //'Settings_aardappelveld_test_Potato_ZeroFertilizer.json', where 'aardappelveld_test_Potato_ZeroFertilizer.json' is your fieldName (see below) //1 useExistingCropfieldWithChildren = false -> create new //2 useExistingCropfieldWithChildren = true && CropfieldItemCode = "" or absent -> read fieldName (see below) -> read all codes from settings json file