Development of a tool to monitor crop growth and grain yield in Córdoba, Argentina Antonio de la...

12
Development of a tool to monitor crop Development of a tool to monitor crop growth and grain yield in Córdoba, growth and grain yield in Córdoba, Argentina Argentina Antonio de la Casa and Gustavo Antonio de la Casa and Gustavo Ovando Ovando Facultad de Ciencias Agropecuarias – UNC Facultad de Ciencias Agropecuarias – UNC CREAN CREAN Córdoba, Argentina Córdoba, Argentina

Transcript of Development of a tool to monitor crop growth and grain yield in Córdoba, Argentina Antonio de la...

Page 1: 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.

Development of a tool to monitor Development of a tool to monitor crop growth and grain yield in crop growth and grain yield in

Córdoba, ArgentinaCórdoba, Argentina

Antonio de la Casa and Gustavo Ovando Antonio de la Casa and Gustavo Ovando

Facultad de Ciencias Agropecuarias – UNCFacultad de Ciencias Agropecuarias – UNC

CREAN CREAN

Córdoba, ArgentinaCórdoba, Argentina

Page 2: 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.

Relevance of the topic selected

Page 3: 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.

FAO model FAO model (Doorembos and Kassam, 1979)(Doorembos and Kassam, 1979)

max1

max1

ET

ETaKy

Y

Yai

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

maxNDVI

NDVI1

max1

aKy

Y

Yai

Relative NDVI values substitutesthose of Relative evapotranspiration (Funk and Buddle, 2009)

Conceptual framework

Operative framework

Page 4: 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.

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.

Page 5: 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.

Flow diagram Flow diagram

Page 6: 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.

❶ ❶ MODIS 250 m NDVI imagesMODIS 250 m NDVI images

Page 7: 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.

❸ ❸ Image Classification

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)

Corniff(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)

Late soybean

Early soybean

Corn

Page 8: 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.

❼ ❼ YMax=∑(YMax=∑(fCov*PAR)*fCov*PAR)*ε*ε*HIHI

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,?)

Page 9: 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.

❽ ❽ Ya=Ymax-Ymax*Ky*(1-∑NDVI/∑Ya=Ymax-Ymax*Ky*(1-∑NDVI/∑NDVImax)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),?) 

Page 10: 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.

❾ ❾ Image masking Image masking

Page 11: 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.

❿ ❿ Departmental YieldDepartmental Yield

soybean corn

Page 12: 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.

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.