forked from FarmMaps/FarmMapsApiClient
StartDate & EndDate of cropfield. Is relevant for N fixation by leguminose crops where currently N fixation depends on day between these two dates. If not provided a whole year is assumed which leads to high N fixation
This commit is contained in:
@@ -7,6 +7,7 @@ namespace FarmmapsKPI.Models
|
||||
{
|
||||
public bool UseExistingCropfieldWithChildren { get; set; }
|
||||
public bool DeleteNewlyCreatedAfterCalc { get; set; }
|
||||
public string fieldName { get; set; }
|
||||
public string CropfieldItemCode { get; set; }
|
||||
public JObject DataCropfield { get; set; }
|
||||
public string CropRecordingItemCode { get; set; }
|
||||
@@ -17,8 +18,9 @@ namespace FarmmapsKPI.Models
|
||||
public JObject DataCropfieldCharacteristic { get; set; }
|
||||
public string DownloadFolder { get; set; }
|
||||
public int CropYear { get; set; }
|
||||
public DateTime StartDate { get; set; }
|
||||
public DateTime EndDate { get; set; }
|
||||
public JObject GeometryJson { get; set; }
|
||||
public string fieldName { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user