diff --git a/FarmmapsPoten/Data/PlantingSampleDataLutum.zip b/FarmmapsPoten/Data/PlantingSampleDataLutum.zip new file mode 100644 index 0000000..2c83115 Binary files /dev/null and b/FarmmapsPoten/Data/PlantingSampleDataLutum.zip differ diff --git a/FarmmapsPoten/PotenInput.json b/FarmmapsPoten/PotenInput.json new file mode 100644 index 0000000..e67acba --- /dev/null +++ b/FarmmapsPoten/PotenInput.json @@ -0,0 +1,24 @@ +[ + { + "File": "PlantingSampleDataLutum.zip", + //"File": "Lutum_SampleDataPlanting.zip", + "OutputFileName": "vraPoten_SampleData", + "FieldName": "lutum", + "PlantingYear": 2020, + "MeanDensity": "30", + "Variation": "20", + "UseShadow": false, + "geometryJson": { + "type": "Polygon", + "coordinates": [ + [ + [ 5.66886041703652044, 52.52929999060298627 ], + [ 5.6716230923214912, 52.52946316399909676 ], + [ 5.67185376229668581, 52.5280565894154563 ], + [ 5.66903207841337231, 52.52790646510525363 ], + [ 5.66886041703652044, 52.52929999060298627 ] + ] + ] + } + } +]