DO.FR.04 CropDetails
DO.FR.04 CropDetails
This data object contains information on the types of crops farmers have on their land.
Attribute
Type
Cardinality
Description
variety
0...1
For example, local/improved
Example of JSON Data Structure for a CropType
{
"activity_group":"perennial crops",
"crop_type":"Fruit and nuts",
"variety":"local",
"season":"winter",
"end_use":["Food for human consumption"],
"irrigation":true,
"irrigation_water":["Mixed surface water and groundwater"],
"fertilizer_type":["Organic fertilizers"],
"registration_date": "2023-01-10T00:00:00Z",
"last_updated": "2023-09-20T00:00:00Z"
}
Last updated
Was this helpful?