File size: 2,239 Bytes
b9e0ad7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
  "type": "FeatureCollection",
  "properties": {
    "farm_id": "FARM_001",
    "farm_name": "Green Valley Farm",
    "owner": "John Doe",
    "created_at": "2026-04-22T10:00:00Z",
    "pump_hp": 5.0,
    "centralized": false,
    "headland_buffer_m": 1.5,
    "override_lateral_spacing_m": null
  },
  "features": [
    {
      "type": "Feature",
      "properties": {
        "type": "farm_boundary",
        "name": "Main Farm Boundary"
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [77.5946, 12.9716],
            [77.5960, 12.9716],
            [77.5960, 12.9730],
            [77.5946, 12.9730],
            [77.5946, 12.9716]
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "type": "pump",
        "name": "Main Pump",
        "pump_hp": 5.0,
        "horsepower": 5.0
      },
      "geometry": {
        "type": "Point",
        "coordinates": [77.5946, 12.9716]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "type": "crop_zone",
        "crop": "tomato",
        "name": "Tomato Plot A",
        "planting_date": "2026-03-15"
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [77.5948, 12.9718],
            [77.5954, 12.9718],
            [77.5954, 12.9724],
            [77.5948, 12.9724],
            [77.5948, 12.9718]
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "type": "crop_zone",
        "crop": "lettuce",
        "name": "Lettuce Plot B",
        "planting_date": "2026-04-01"
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [77.5954, 12.9718],
            [77.5958, 12.9718],
            [77.5958, 12.9724],
            [77.5954, 12.9724],
            [77.5954, 12.9718]
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "type": "elevation",
        "min_elevation_m": 920,
        "max_elevation_m": 923,
        "source": "google_elevation_api"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [77.5953, 12.9723]
      }
    }
  ]
}