-
Notifications
You must be signed in to change notification settings - Fork 5
Description
@YSaedi, we're updating a CLEWs model of Sri Lanka using this workflow for the crop data. From FAOSTAT, the 10 main crops are:
Rice; Coconuts, in shell; Tea leaves; Natural rubber in primary forms; Other fibre crops, raw, n.e.c.; Maize (Corn); Plantains and cooking bananas; Pepper (Pipper spp.), raw; Cinnamon and cinnamon-free flowers, raw; Mangoes, guavas and mangosteens
In the Crop_code.csv, in the 'Name' column, some of those (among the above) that are available are named differently. Because of the exact matching condition in block 2.1.2, they do not get picked up for further analysis. Is there some way around this? I suppose a 'contains' condition is hard, because that wouldn't work with crops like rice (there's both dryland and wetland). Maybe then we need to review the Name column to match exactly all categories from FAOSTAT?