DO.FR.04 CropDetails

DO.FR.04 CropDetails

This data object contains information on the crop type the farmers performs in his land

Attribute
Type
Cardinality
Description

activity_group

0...1

Crop production activity

crop_type

0...1

The type of crop

variety

0...1

for example, local/improved

season

0...1

or example, summer/winter or wet/dry

end_use

0...*

The purpose of the crop (to assessment of food supplies )

irrigation

0...1

Yes (1) or No (0).

irrigation_water

0...*

Source of irrigation water

fertilizer_type

0...*

The type of fertilizer applied

additional_attributes

0...*

Additional context/country specific attributes

registration_date

0...1

The date the crops details were recorded

last_updated

0...1

The 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?