aw6383: climate scenario
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user