soil-moisture-sensor-optimizer / examples /example_field.geojson
zolokiala's picture
first commit
24a3e9a
raw
history blame contribute delete
496 Bytes
{
"type": "FeatureCollection",
"name": "maize_plot",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 29.41615879752257, -25.16715608758226 ], [ 29.41620615076128, -25.166933132750003 ], [ 29.417591232993541, -25.166964701575807 ], [ 29.417486661258057, -25.167392853775809 ], [ 29.41615879752257, -25.16715608758226 ] ] ] ] } }
]
}