File size: 1,486 Bytes
9bc98d9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | {
"plot_area_size (ha)": {
"1": "< 0.5",
"2": "0.5 ~ 1",
"3": "1 ~ 10",
"4": "> 10",
"8": "Not Relevant"
},
"tree_height_maturity (m)": {
"1": "< 5",
"2": "> 5",
"8": "Not Relevant"
},
"sign_of_grazing": {
"1": "Yes",
"2": "No",
"8": "Not Relevant"
},
"sign_of_ploughing": {
"1": "Yes",
"2": "No",
"8": "Not Relevant"
},
"cover_of_residual_crop (%)": {
"1": "< 10",
"2": "10 ~ 25",
"3": "25 ~ 50",
"4": "> 50",
"8": "Not Relevant"
},
"cover_of_stones (%)": {
"1": "< 10",
"2": "10 ~ 25",
"3": "25 ~ 50",
"4": "> 50",
"8": "Not Relevant"
},
"water_management_measure": {
"1": "Irrigation",
"2": "Potential irrigation",
"3": "Drainage",
"4": "Irrigation and drainage",
"5": "No visible water management",
"8": "Not relevant"
},
"water_management_irrigation_source": {
"1": "Well",
"2": "Pond/Lake/Reservoir",
"3": "Stream/Canal/Ditch",
"4": "Lagoon/Wastewater",
"5": "Other / not identifiable",
"8": "Not relevant"
},
"water_management_irrigation_type": {
"1": "Gravity",
"2": "Pressure: sprinkler irrigation",
"3": "Pressure: micro-irrigation",
"4": "Gravity/Pressure",
"5": "Other / not identifiable",
"8": "Not relevant"
},
"water_management_delivery": {
"1": "Canal",
"2": "Ditch",
"3": "Pipeline",
"5": "Other / not identifiable",
"8": "Not relevant"
}
}
|