Batch
Last updated
Last updated
Create multiple plots that share the same commodities. The plots will be owned by your business.
What crops (among the relevant commodities) are grown on these fields (currently).
["oil palm","rubber"]
Filename used to upload Plots in batch.
The geometries of the Plots as key-value pairs. Each value should be a geometry. Each key is used to identify the geometry/plot in the response and stored as name of the plot
{"plot1":{"type":"Polygon","coordinates":[[[30,10],[40,40],[20,40],[10,20],[30,10]]]},"plot2":{"type":"MultiPolygon","coordinates":[[[[30,20],[45,40],[10,40],[30,20]]],[[[15,5],[40,10],[10,20],[5,10],[15,5]]]]}}