Agricultural Understanding API Sample data
ALU
Full response
JSON
{
"landscape": {
"dataVersion": {
"version": "1"
},
"geojson": "{\"type\": \"FeatureCollection\", \"features\": [{\"type\": \"Feature\", \"id\": \"7M2JHHF6+MFWC\", \"geometry\": {\"type\": \"MultiPolygon\", \"coordinates\": [[[[92.5612194, 10.574164699999999], [92.5612194, 10.5742008], [92.5612559, 10.5742551], [92.5612467, 10.574291299999997], [92.5612192, 10.5743094], [92.5611644, 10.574300199999998], [92.56114620000001, 10.574273100000001], [92.56114629999999, 10.574200699999999], [92.5611646, 10.5741555], [92.5612194, 10.574164699999999]]]]}, \"properties\": {\"alu_type\": \"trees\", \"area_sq_m\": 149.7001, \"class_confidence\": 1.0, \"capture_timestamp_sec\": 1697353200}}, {\"type\": \"Feature\", \"id\": \"7M2JHHF6+W4X9\", \"geometry\": {\"type\": \"MultiPolygon\", \"coordinates\": [[[[92.5603869, 10.5746971], [92.56042339999999, 10.574724299999998], [92.560469, 10.574832899999997], [92.56045060000001, 10.5748781], [92.5604505, 10.574950399999999], [92.56040469999999, 10.5750046], [92.5603316, 10.5750045], [92.56029509999999, 10.5749864], [92.5602768, 10.5749592], [92.56027689999999, 10.574868799999999], [92.5603137, 10.574733199999999], [92.5603412, 10.574696999999999], [92.5603869, 10.5746971]]]]}, \"properties\": {\"alu_type\": \"field\", \"area_sq_m\": 554.6408, \"class_confidence\": 0.7303, \"capture_timestamp_sec\": 1558422000}}, {\"type\": \"Feature\", \"id\": \"7M2JHHF6+QR94\", \"geometry\": {\"type\": \"MultiPolygon\", \"coordinates\": [[[[92.56214240000001, 10.5743378], [92.56216979999999, 10.574364899999999], [92.5621697, 10.5744644], [92.56211479999999, 10.574473399999999], [92.5620509, 10.574428099999999], [92.56204179999999, 10.574373800000002], [92.56206929999999, 10.5743467], [92.56214240000001, 10.5743378]]]]}, \"properties\": {\"alu_type\": \"trees\", \"area_sq_m\": 166.312, \"class_confidence\": 1.0, \"capture_timestamp_sec\": 1697353200}}]}"
}
}
Parsed GeoJSON
JSON
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": "7M2JHHF6+MFWC",
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
92.5612194,
10.574164699999999
],
[
92.5612194,
10.5742008
],
[
92.5612559,
10.5742551
],
[
92.5612467,
10.574291299999997
],
[
92.5612192,
10.5743094
],
[
92.5611644,
10.574300199999998
],
[
92.56114620000001,
10.574273100000001
],
[
92.56114629999999,
10.574200699999999
],
[
92.5611646,
10.5741555
],
[
92.5612194,
10.574164699999999
]
]
]
]
},
"properties": {
"alu_type": "trees",
"area_sq_m": 149.7001,
"class_confidence": 1.0,
"capture_timestamp_sec": 1697353200
}
},
{
"type": "Feature",
"id": "7M2JHHF6+W4X9",
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
92.5603869,
10.5746971
],
[
92.56042339999999,
10.574724299999998
],
[
92.560469,
10.574832899999997
],
[
92.56045060000001,
10.5748781
],
[
92.5604505,
10.574950399999999
],
[
92.56040469999999,
10.5750046
],
[
92.5603316,
10.5750045
],
[
92.56029509999999,
10.5749864
],
[
92.5602768,
10.5749592
],
[
92.56027689999999,
10.574868799999999
],
[
92.5603137,
10.574733199999999
],
[
92.5603412,
10.574696999999999
],
[
92.5603869,
10.5746971
]
]
]
]
},
"properties": {
"alu_type": "field",
"area_sq_m": 554.6408,
"class_confidence": 0.7303,
"capture_timestamp_sec": 1558422000
}
},
{
"type": "Feature",
"id": "7M2JHHF6+QR94",
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
92.56214240000001,
10.5743378
],
[
92.56216979999999,
10.574364899999999
],
[
92.5621697,
10.5744644
],
[
92.56211479999999,
10.574473399999999
],
[
92.5620509,
10.574428099999999
],
[
92.56204179999999,
10.574373800000002
],
[
92.56206929999999,
10.5743467
],
[
92.56214240000001,
10.5743378
]
]
]
]
},
"properties": {
"alu_type": "trees",
"area_sq_m": 166.312,
"class_confidence": 1.0,
"capture_timestamp_sec": 1697353200
}
}
]
}