This collection of notebooks contains the steps to download, process and extract statistics as well as visualisations from a time series of inundation data contained in .tif files.
The data to be processed has been generated by Giezendanner et al. (2023).
The notebooks are organised as follow:
- Download the tif collection
0_DownloadTifCollection.ipynb - Create a zarr file
1_CreateZarr.ipynb - Download shapefile
2_DownloadShapefile.ipynb - Extract stats as a csv file for selected districts
3_ExtractDistrcitsStatsAsCSV.ipynb - Create a time series figure
4_CreateTimeSeriesVisualisation.ipynb - Use the images generate in point 5 and create a movie
5_CreateMovie.ipynb
The code generates
- a
.csvfile containing the summary statistics for the districts (example in OutputExample/DistrictInundationValues.csv). - a time series movie (example in OutputExample/timeSeries.mp4)