forked from FarmMaps/FarmMapsApiClient
added vandersat data to sample code
This commit is contained in:
@@ -3,5 +3,8 @@ namespace FarmmapsHaulmkilling.Models
|
||||
public class Settings
|
||||
{
|
||||
public string CropfieldItemCode { get; set; }
|
||||
public string SatelliteTaskCode { get; set; }
|
||||
public string VanDerSatTaskCode { get; set; }
|
||||
public string WatBalTaskCode { get; set; }
|
||||
}
|
||||
}
|
@@ -4,11 +4,13 @@ using Newtonsoft.Json.Linq;
|
||||
namespace FarmmapsZonering {
|
||||
public class ZoneringInput {
|
||||
public bool UseShadow { get; set; }
|
||||
|
||||
public string File { get; set; }
|
||||
public string OutputFileName { get; set; }
|
||||
public string FieldName { get; set; }
|
||||
public string fieldName { get; set; }
|
||||
public JObject GeometryJson { get; set; }
|
||||
public bool GetWatBal { get; set; }
|
||||
public bool GetVanDerSat { get; set; }
|
||||
public bool storeVanDerSatStatistics { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user