-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzones.json
132 lines (132 loc) · 2.62 KB
/
zones.json
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"Sahel Savannah": {
"Soil": "Sandy Soil",
"Fertility": "Low",
"Rainfall": "Low",
"States": ["Borno", "Yobe", "Jigawa", "Katsina", "Sokoto"],
"Crops": [
"Millet",
"Sorghum",
"Groundnut",
"Cowpea",
"Sesame",
"Date Palm"
],
"N": 35,
"P": 20,
"K": 30,
"pH": 7.5,
"Note": "Slightly alkaline conditions typical of arid regions "
},
"Sudan Savannah": {
"Soil": "Sandy-Loam",
"Fertility": "Moderate",
"Rainfall": "Low to Moderate",
"States": ["Kano", "Kebbi", "Zamfara", "Bauchi", "Gombe"],
"Crops": ["Sorghum", "Maize", "Millet", "Cotton", "Groundnut", "Cowpea"],
"N": 45,
"P": 30,
"K": 45,
"pH": 6.5,
"Note": "Neutral to slightly acidic, ideal for many crops "
},
"Guinea Savannah": {
"Soil": "Loamy-Clay",
"Fertility": "High",
"Rainfall": "Moderate",
"States": [
"Kwara",
"Kogi",
"Niger",
"Benue",
"Taraba",
"Nasarawa",
"Plateau",
"FCT"
],
"Crops": [
"Maize",
"Rice",
"Yam",
"Cassava",
"Soybean",
"Guinea Corn",
"Mango",
"Cashew"
],
"N": 55,
"P": 40,
"K": 60,
"pH": 6.0,
"Note": "Slightly acidic to neutral pH ."
},
"Derived Savannah": {
"Soil": "Loamy-Clay",
"Fertility": "Humus-Rich",
"Rainfall": "Moderate to High",
"States": [
"Ekiti",
"Osun",
"Oyo",
"Ogun",
"Edo",
"Delta",
"Anambra",
"Enugu",
"Ebonyi"
],
"Crops": [
"Cocoa",
"Oil Palm",
"Cassava",
"Yam",
"Maize",
"Cashew",
"Plantain",
"Citrus"
],
"N": 60,
"P": 45,
"K": 70,
"pH": 5.5,
"Note": "Higher organic matter content leads to more acidic soils "
},
"Tropical Rainforest": {
"Soil": "Humus-Rich Loam",
"Fertility": "High",
"Rainfall": "High",
"States": [
"Cross River",
"Akwa Ibom",
"Ondo",
"Bayelsa",
"Rivers",
"Lagos"
],
"Crops": [
"Cocoa",
"Rubber",
"Oil Palm",
"Banana",
"Pineapple",
"Cassava",
"Rice"
],
"N": 70,
"P": 50,
"K": 80,
"pH": 4.5,
"Note": "Highly acidic soils typical of rainforests "
},
"Mangrove Swamps": {
"Soil": "Peaty-Clay",
"Fertility": "Waterlogged, Acidic",
"States": ["Delta", "Bayelsa", "Rivers", "Cross River", "Lagos"],
"Crops": ["Rice", "Sugarcane", "Coconut", "Oil Palm", "Water Yam"],
"N": 50,
"P": 35,
"K": 65,
"pH": 4.0,
"Note": "Acidic conditions due to waterlogging and peaty nature "
}
}