forked from FarmMaps/FarmMapsApiClient
Projects FarmmapsBulkSatDownload and FarmmapsDataDownload fully updated and tested
Added some extra Tasks to /FarmmapsApi/Services/GeneralService.cs Added class SatelliteStatistics.cs to /FarmmapsApi/Models
This commit is contained in:
@@ -6,7 +6,7 @@ namespace FarmmapsBulkSatDownload.Models
|
||||
{
|
||||
public class GroenmonitorTable
|
||||
{
|
||||
//public string parceltablename; //PO20190605: parceltablename added as a field (=column) in the GroenmonitorTable. The GroenmonitorTable contains data from multiple parceltables
|
||||
//double? makes a member nullable
|
||||
public int parcelid;
|
||||
public string date;
|
||||
public string source;
|
||||
|
||||
Reference in New Issue
Block a user