├── .gitattributes ├── .vscode ├── launch.json └── settings.json ├── Corrmap Display with lucc.js ├── LICENSE ├── README.md ├── SPEI viewer.js ├── SPEI vs NDVI MODIS Growth Season.js ├── SPEI vs NDVI MODIS.js ├── SPEI vs NDVI time series MODIS.js ├── SPEI vs NDVI time series analysis.js ├── SPEI vs NDVI.js ├── Soil Moisture vs NDVI.js ├── Water Balance NOAH vs NDVI.js ├── doc └── EGU2019-19137_Drought Analysis.pdf └── pic ├── corrmap.png ├── draw.png └── interface.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/.gitattributes -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /Corrmap Display with lucc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/Corrmap Display with lucc.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/README.md -------------------------------------------------------------------------------- /SPEI viewer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/SPEI viewer.js -------------------------------------------------------------------------------- /SPEI vs NDVI MODIS Growth Season.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/SPEI vs NDVI MODIS Growth Season.js -------------------------------------------------------------------------------- /SPEI vs NDVI MODIS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/SPEI vs NDVI MODIS.js -------------------------------------------------------------------------------- /SPEI vs NDVI time series MODIS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/SPEI vs NDVI time series MODIS.js -------------------------------------------------------------------------------- /SPEI vs NDVI time series analysis.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/SPEI vs NDVI time series analysis.js -------------------------------------------------------------------------------- /SPEI vs NDVI.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/SPEI vs NDVI.js -------------------------------------------------------------------------------- /Soil Moisture vs NDVI.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/Soil Moisture vs NDVI.js -------------------------------------------------------------------------------- /Water Balance NOAH vs NDVI.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/Water Balance NOAH vs NDVI.js -------------------------------------------------------------------------------- /doc/EGU2019-19137_Drought Analysis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/doc/EGU2019-19137_Drought Analysis.pdf -------------------------------------------------------------------------------- /pic/corrmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/pic/corrmap.png -------------------------------------------------------------------------------- /pic/draw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/pic/draw.png -------------------------------------------------------------------------------- /pic/interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsn1995/Drought-Analysis/HEAD/pic/interface.png --------------------------------------------------------------------------------