├── LICENSE ├── README.md ├── data ├── monthly.csv └── prcphq.046037.month.txt ├── ex0-Calculate Precipitation-based Agricultural Drought Indices with Python.ipynb ├── ex1-Calculate Decile Index (DI) with Python.ipynb ├── ex2-Calculate Hutchinson Drought Index (HDI).ipynb ├── ex3-Calculate Percent of Normal Index (PNI) with Python.ipynb ├── ex4-Calculate Z-Score Index (ZSI) with Python.ipynb ├── ex5-Calculate China-Z Index (CZI) with Python.ipynb ├── ex6-Calculate Modified China-Z Index (MCZI) with Python.ipynb └── ex7-Calculate Rainfall Anomaly Index (RAI) with Python.ipynb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Calculate-Precipitation-based-Agricultural-Drought-Indices-with-Python/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Calculate-Precipitation-based-Agricultural-Drought-Indices-with-Python/HEAD/README.md -------------------------------------------------------------------------------- /data/monthly.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Calculate-Precipitation-based-Agricultural-Drought-Indices-with-Python/HEAD/data/monthly.csv -------------------------------------------------------------------------------- /data/prcphq.046037.month.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Calculate-Precipitation-based-Agricultural-Drought-Indices-with-Python/HEAD/data/prcphq.046037.month.txt -------------------------------------------------------------------------------- /ex0-Calculate Precipitation-based Agricultural Drought Indices with Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Calculate-Precipitation-based-Agricultural-Drought-Indices-with-Python/HEAD/ex0-Calculate Precipitation-based Agricultural Drought Indices with Python.ipynb -------------------------------------------------------------------------------- /ex1-Calculate Decile Index (DI) with Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Calculate-Precipitation-based-Agricultural-Drought-Indices-with-Python/HEAD/ex1-Calculate Decile Index (DI) with Python.ipynb -------------------------------------------------------------------------------- /ex2-Calculate Hutchinson Drought Index (HDI).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Calculate-Precipitation-based-Agricultural-Drought-Indices-with-Python/HEAD/ex2-Calculate Hutchinson Drought Index (HDI).ipynb -------------------------------------------------------------------------------- /ex3-Calculate Percent of Normal Index (PNI) with Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Calculate-Precipitation-based-Agricultural-Drought-Indices-with-Python/HEAD/ex3-Calculate Percent of Normal Index (PNI) with Python.ipynb -------------------------------------------------------------------------------- /ex4-Calculate Z-Score Index (ZSI) with Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Calculate-Precipitation-based-Agricultural-Drought-Indices-with-Python/HEAD/ex4-Calculate Z-Score Index (ZSI) with Python.ipynb -------------------------------------------------------------------------------- /ex5-Calculate China-Z Index (CZI) with Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Calculate-Precipitation-based-Agricultural-Drought-Indices-with-Python/HEAD/ex5-Calculate China-Z Index (CZI) with Python.ipynb -------------------------------------------------------------------------------- /ex6-Calculate Modified China-Z Index (MCZI) with Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Calculate-Precipitation-based-Agricultural-Drought-Indices-with-Python/HEAD/ex6-Calculate Modified China-Z Index (MCZI) with Python.ipynb -------------------------------------------------------------------------------- /ex7-Calculate Rainfall Anomaly Index (RAI) with Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royalosyin/Calculate-Precipitation-based-Agricultural-Drought-Indices-with-Python/HEAD/ex7-Calculate Rainfall Anomaly Index (RAI) with Python.ipynb --------------------------------------------------------------------------------