Spaces:
Runtime error
Runtime error
File size: 3,872 Bytes
21cb9b6 | 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 | {
"Abutilon theophrasti": {
"fertilizer": "2,4-D Amine Salt",
"quantity": "500 ml per acre",
"frequency": "Spray once after weed emergence"
},
"Cotton": {
"fertilizer": "Urea (46% N)",
"quantity": "60 kg per acre",
"frequency": "Split into 2 to 3 doses during crop cycle"
},
"Digitaria sanguinalis": {
"fertilizer": "Atrazine 50% WP",
"quantity": "0.5 to 1.0 kg per acre",
"frequency": "Apply pre-emergence, once"
},
"Field bindweed": {
"fertilizer": "Glyphosate 41% SL",
"quantity": "1.5 liters per acre",
"frequency": "Apply once every 30 days until controlled"
},
"Lambsquarters": {
"fertilizer": "Metribuzin 70% WP",
"quantity": "200 to 300 g per acre",
"frequency": "Spray once post-emergence"
},
"Xanthium strumarium": {
"fertilizer": "Atrazine 50% WP",
"quantity": "0.5 kg per acre",
"frequency": "Apply pre-emergence, once"
},
"unknown weed": {
"fertilizer": "General Glyphosate 41% SL",
"quantity": "1 liter per acre",
"frequency": "Apply once as a broad-spectrum spray"
},
"Crabgrass": {
"fertilizer": "Pendimethalin 30% EC",
"quantity": "1 liter per acre",
"frequency": "Pre-emergence, once"
},
"Eclipta": {
"fertilizer": "Butachlor 50% EC",
"quantity": "1.25 liters per acre",
"frequency": "Apply within 3 days of sowing"
},
"Goosegrass": {
"fertilizer": "Oxadiazon 25% EC",
"quantity": "500 ml per acre",
"frequency": "Apply once post-emergence"
},
"Morningglory": {
"fertilizer": "2,4-D Amine Salt",
"quantity": "0.5 to 0.7 liters per acre",
"frequency": "Apply once after emergence"
},
"Nutsedge": {
"fertilizer": "Halosulfuron",
"quantity": "67 g per acre",
"frequency": "Apply once, repeat after 30 days if regrowth occurs"
},
"PalmerAmaranth": {
"fertilizer": "Metolachlor + Atrazine",
"quantity": "1 liter per acre",
"frequency": "Apply once early post-emergence"
},
"Prickly Sida": {
"fertilizer": "Imazethapyr",
"quantity": "500 ml per acre",
"frequency": "Apply once post-emergence"
},
"Ragweed": {
"fertilizer": "Glyphosate 41% SL",
"quantity": "1.2 liters per acre",
"frequency": "Apply twice, 20 days apart"
},
"Sicklepod": {
"fertilizer": "Imazethapyr",
"quantity": "400 to 500 ml per acre",
"frequency": "Apply once post-emergence"
},
"Spottedspurge": {
"fertilizer": "Atrazine 50% WP",
"quantity": "0.4 to .6 kg per acre",
"frequency": "Apply once after weed emergence"
},
"Spottedsqurge": {
"fertilizer": "Atrazine 50% WP",
"quantity": "0.4 to 0.6 kg per acre",
"frequency": "Apply once after weed emergence"
},
"SqurredAnoda": {
"fertilizer": "Metolachlor",
"quantity": "1 liter per acre",
"frequency": "Apply once pre-emergence"
},
"Swinecress": {
"fertilizer": "2,4-D Amine Salt",
"quantity": "0.5 liters per acre",
"frequency": "Apply once after weed emergence"
},
"Waterhemp": {
"fertilizer": "Acetochlor 50% EC",
"quantity": "1 liter per acre",
"frequency": "Apply once early post-emergence"
},
"p": {
"fertilizer": "General Glyphosate 41% SL",
"quantity": "1 liter per acre",
"frequency": "Apply once"
},
"purslane": {
"fertilizer": "Paraquat dichloride 24% SL",
"quantity": "500 ml per acre",
"frequency": "Spray once post-emergence"
},
"cotton": {
"fertilizer": "NPK (12:32:16)",
"quantity": "100 kg per acre",
"frequency": "Apply in 2 splits during crop growth"
},
"weed": {
"fertilizer": "General Glyphosate 41% SL",
"quantity": "1 liter per acre",
"frequency": "Apply once as a broad-spectrum spray"
}
}
|