blah test
This commit is contained in:
10
FarmmapsKPI/Models/CropRecordings.cs
Normal file
10
FarmmapsKPI/Models/CropRecordings.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace FarmmapsKPI.Models
|
||||
{
|
||||
internal class CropRecordings
|
||||
{
|
||||
}
|
||||
}
|
28
FarmmapsKPI/Models/KPIInput.cs
Normal file
28
FarmmapsKPI/Models/KPIInput.cs
Normal file
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace FarmmapsKPI.Models
|
||||
{
|
||||
public class KPIInput
|
||||
{
|
||||
public bool UseCreatedCropfield { get; set; }
|
||||
public string File { get; set; }
|
||||
public string InputVariable { get; set; }
|
||||
public string OutputFileName { get; set; }
|
||||
public string DownloadFolder { get; set; }
|
||||
public int CropYear { get; set; }
|
||||
public JObject GeometryJson { get; set; }
|
||||
public string InputLayerName { get; set; }
|
||||
public string fieldName { get; set; }
|
||||
public bool GetSatelliteData { get; set; }
|
||||
public bool GetVanDerSatData { get; set; }
|
||||
public string SatelliteBand { get; set; }
|
||||
public bool StoreSatelliteStatisticsSingleImage { get; set; }
|
||||
public bool StoreSatelliteStatisticsCropYear { get; set; }
|
||||
public bool StoreVanDerSatStatistics { get; set; }
|
||||
public bool GetShadowData { get; set; }
|
||||
public bool GetCropRecordings { get; set; }
|
||||
public string CrprecItem { get; set; }
|
||||
|
||||
}
|
||||
}
|
11
FarmmapsKPI/Models/Settings.cs
Normal file
11
FarmmapsKPI/Models/Settings.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace FarmmapsKPI
|
||||
{
|
||||
public class Settings
|
||||
{
|
||||
public string CropfieldItemCode { get; set; }
|
||||
//public string SatelliteTaskCode { get; set; }
|
||||
//public string VanDerSatTaskCode { get; set; }
|
||||
//public string WatBalTaskCode { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user