For the complete documentation index, see llms.txt. This page is also available as Markdown.

DO.FR.07 CropDetails

DO.FR.07 CropDetails

This data object contains information on the types of crops farmers have on their land.

Attribute
Type
Cardinality
Description

activity_group

0...1

Crop production activity

crop_type

0...1

Type of crop

variety

0...1

For example, local/improved

season

0...1

For example, summer/winter or wet/dry

end_use

0...*

Purpose of the crop (for assessment of food supplies)

irrigation

0...1

Yes (1) or no (0)

irrigation_water

0...*

Source of irrigation water

fertilizer_type

0...*

Type of fertiliser applied

additional_attributes

0...*

Additional context/country specific attributes

registration_date

0...1

Date the crops details were recorded

last_updated

0...1

Date the crops details were recorded

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?