In code below we try to assess if monthly remotely sensed snow indicators have predictive power on vegetative indicators Agriculture Stress Index (ASI) and Vegetative Health Index (FAO) over the March-April-May (MAM) planting season in Afghanistan.
Data Sources
Normalized Difference Snow Index (NDSI): MODIS Terra Satellite
Snow Water Equivalent (SWE): Famine Early Warning Systems Network (FEWS NET) Land Data Assimilation System (FLDAS)
Agricultural Stress Index (ASI): FAO
Vegetative Health Index (VHI): FAO
4.2 Results
These results concur with the previous analysis of Faryab province that indicated a low correlation/predictive between driest SWE years and least healthy ASI years within
Feb-Mar snow indicators (SWE & NDSI) show a more intuitive relationship with ASI than Dec-Jan snow indicators. This could indicate that later season hydro-dynamics play a more important role in agricultural MAM drought than the actual the total quantity of snow detected in the heart of the winter months (D-J).
SWE & NDSI are moderately correlated with each other as expected
4.3 Discussion & Next Steps
Simple N-D-J aggregated snow indicators (NDSI & SWE) do not appear to be useful in trigger design.
To confirm or support the importance of late-season hydro-dynamics we may consider further integrating snow-melt dynamics into the analysis as started output here
quick check to make sure VHI and ASI are reasonably aligned. Here is a scatter plot of the two indicators for all provinces. It makes sense
Code
# quick comparison of VHI vs ASI - makes sensedf_fao_yr |>pivot_wider(id_cols =c("adm1_code","adm1_name","yr_date"),names_from ="type", values_from ="mam_mean_value" ) |>ggplot(aes(x= vhi, y= asi) )+geom_point()+labs(title ="VHI vs ASI (average MAM value)",subtitle ="Afghanistan - All provinces" )
Here we see the correlation between monthly NDSI values and the cumulative ASI value for june (3rd dekad)
Code
lps_ndsi_asi$`Snow: value vs Vegetation: june_last_value`
Figure 4.4
Here we see the correlation between monthly NDSI values and the cumulative ASI value for May (3rd dekad)
Code
lps_ndsi_asi$`Snow: value vs Vegetation: may_last_value`
Figure 4.5
4.6.2 SWE vs ASI
We see the same relation ship when we look at SWE
Code
lps_swe_asi$`Snow: value vs Vegetation: june_last_value`
Figure 4.6
Code
lps_swe_asi$`Snow: value vs Vegetation: may_last_value`
Figure 4.7
4.6.3 Snow Discussion
Oddly the Dec & Jan snow indicators seem if anything positively correlated with ASI which is the exact opposite of the hypothesis. The charts above show that higher snow fractions/and snow water equivalents are associated with higher end of season agricultural stress (May & June).
There could be a variety of factors that causing this unexpected relationship. A few hypothesized below:
More Dec & Jan snow associated with later planting season - poor vegetative outcomes
More Dec & Jan snow associated with colder seasons - less productive harvests
More Dec & Jan snow associated with warmer springs - earlier snow melt
More Dec & Jan snow associated with less spring rains
It does seem like the Feb-Mar the relationship shifts back to the directionality we would expect: More snow:less stress. This could indicate that it’s not simply the total snowfall impacting water availability and crop health, but perhaps there is a later season dynamic (snow melt?) that impacts water availability. Perhaps if there is some (x?) amount of snow available, it keeps a consistent supply of water to crops, but if it disappears too early, than the agriculture suffers