aw3567: added 10cm depth measurement
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:
@@ -38,6 +38,7 @@ namespace CarbonService.Models
|
||||
{
|
||||
public double? OM_Const { get; set; }
|
||||
public double? Clay_Content { get; set; }
|
||||
public bool? Depth10 { get; set; }
|
||||
}
|
||||
|
||||
public class OrgManureApplied
|
||||
|
||||
@@ -15,5 +15,6 @@ namespace FarmMapsAPI.Carbon.Models
|
||||
public List<StrawCrp> StrawCrops { get; set; }
|
||||
public List<string> GreenManureType { get; set; }
|
||||
public List<string> Perennial { get; set; }
|
||||
public List<string> Grass_nat { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -74,6 +74,7 @@ namespace FarmMapsAPI.Carbon.Models
|
||||
{
|
||||
public double? OM_Const { get; set; }
|
||||
public double? Clay_Content { get; set; }
|
||||
public bool Depth10 { get; set; }
|
||||
}
|
||||
|
||||
public class GreenManureTypeFarmMaps
|
||||
|
||||
@@ -11,6 +11,7 @@ namespace FarmMapsAPI.Carbon.Models
|
||||
public double Bulk_Density { get; set; }
|
||||
public double Clay_Content { get; set; }
|
||||
public double Depth { get; set; }
|
||||
public bool Depth10 { get; set; }
|
||||
}
|
||||
|
||||
struct SoilTypePropertyKey
|
||||
|
||||
Reference in New Issue
Block a user