forked from FarmMaps/FarmMapsApiClient
Added project FarmmapsBulkSatDownload
This commit is contained in:
18
FarmmapsBulkSatDownload/Models/BulkSatDownloadInput.cs
Normal file
18
FarmmapsBulkSatDownload/Models/BulkSatDownloadInput.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace FarmmapsBulkSatDownload.Models
|
||||
{
|
||||
public class BulkSatDownloadInput
|
||||
{
|
||||
public bool UseCreatedCropfield { get; set; }
|
||||
public string fieldName { get; set; }
|
||||
public string DownloadFolder { get; set; }
|
||||
public string cropName { get; set; }
|
||||
public int cropYear { get; set; }
|
||||
public int fieldID { get; set; }
|
||||
public DateTime lastdownloadedimagedate { get; set; }
|
||||
public JObject GeometryJson { get; set; }
|
||||
//public string fieldName { get { return string.Format($"{cropName}_fld{fieldID}"); } }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user