120 likes | 222 Views
Development of a tool to monitor crop growth and grain yield in Córdoba, Argentina. Antonio de la Casa and Gustavo Ovando. Facultad de Ciencias Agropecuarias – UNC CREAN Córdoba, Argentina. Relevance of the topic selected. FAO model ( Doorembos and Kassam , 1979). Conceptual framework.
E N D
Development of a tool to monitor crop growth and grain yield in Córdoba, Argentina Antonio de la Casa and Gustavo Ovando Facultad de Ciencias Agropecuarias – UNC CREAN Córdoba, Argentina
FAO model(Doorembos and Kassam, 1979) Conceptual framework Relative NDVI values substitutes those of Relative evapotranspiration (Funk and Buddle, 2009) Operative framework Where Ya/Ymax is the relative yield; (1-Ya/Ymax) the relative yield decrease; ETa/ETmax the relative evapotranspiration; (1-ETa/ETmax) the water stress or relative evapotranspiration deficit; Ky is the response of yield to water stress for a given environment. ∑NDVIa: actual NDVI sum for crop cycle ∑NDVImax: maximum NDVI sum for crop cycle
Objective of application • Develop a procedure to estimate corn and soybean yield in Cordoba province, Argentina. • Use different ILWIS routines to calculate FAO Model crop productivity from NDVI MODIS and local (in situ) data.
❸ Image Classification Late soybean Late soybean: iff(band_1>0.6,iff(band_7<0.3,iff(band_11>0.7,1,0),0),0) Early soybean: iff(band_1<0.3,iff(band_8>0.7,iff(band_15<0.3,1,0),0),0) Corn iff(band_1<0.3,iff(band_6>0.6,iff(band_15<0.3,1,0),0),0) iff(band_1<0.3,iff(band_7>0.7,iff(band_15<0.3,1,0),0),0) soybean:=iff((soybean_1=1 )OR (soybean_2=1),1,0) corn:=iff((corn_1=1 )OR(corn_2=1),1,0) Early soybean Corn
❼ YMax=∑(fCov*PAR)*ε*HI Ymax_soybean:=iff(soybean=1,Sum_fCov_Par_01*1.8*0.47*10,?) Ymax_corn:=iff(corn=1,Sum_fCov_Par_01*3.8*0.47*10,?)
❽ Ya=Ymax-Ymax*Ky*(1-∑NDVI/∑NDVImax) Ya_soybean:=iff(soybean=1,Ymax_soybean-Ymax_soybean*1.3*(1-ndvi_suma/7.6),?) Ya_corn:=iff(corn=1,Ymax_corn-Ymax_corn*1.5*(1-ndvi_suma/7.6),?)
❿ Departmental Yield soybean corn
Conclusions • It was estimated corn and soybean yields in Cordoba, Argentina, using only NDVI and solar radiation data as background information. • This first prototype, despite its simplified design, produce objective results to contrast with the more qualitative method currently used by the state agency. • The FAO method for estimating crop productivity structured in GIS is flexible to incorporate modular routines to calculate Ymax, ETmax and ETa using methodologies of more complexity and accuracy derived from remote sensing. • Improving the procedure at a later stage should take into account satellite imagery to evaluated the different sensitivity to water stress of crops at different phenological stages.