aw6383: climate scenario
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good

This commit is contained in:
2025-02-17 08:27:19 +01:00
parent 988a23963c
commit 8651f534c9
5 changed files with 379 additions and 7 deletions

View File

@@ -32,6 +32,12 @@ namespace FarmMapsAPI.Carbon
return response;
}
public CarbonSummary CalculateClimateScenario(CarbonRequest farmInput)
{
var response = new CarbonSummary();
return response;
}
public double? GetCropYield(string cropCode, int year, int postalCode)
{
throw new NotImplementedException();