aw6355: new solution organic matter/carbon factor
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:
@@ -36,6 +36,7 @@ namespace CarbonService.Models
|
||||
public class SoilProperty
|
||||
{
|
||||
public double? OM_Const { get; set; }
|
||||
public double? C_Const { get; set; }
|
||||
public string OM_Choice { get; set; }
|
||||
public double? Clay_Content { get; set; }
|
||||
public bool? Depth10 { get; set; }
|
||||
|
||||
@@ -8,6 +8,8 @@ namespace FarmMapsAPI.Carbon.Models
|
||||
{
|
||||
public double OM_Cont { get; set; }
|
||||
public double OM_Corr { get; set; }
|
||||
public double C_Cont { get; set; }
|
||||
public double C_Corr { get; set; }
|
||||
public double Bulk_Density { get; set; }
|
||||
public double Clay_Content { get; set; }
|
||||
public int? Depth { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user