FFRD multidimensional gridded data concept.
Create a conda environment with the required dependencies:
conda env create -f environment.yml
conda activate ffrd-grid-concept
Get the 2D_model_output_sample_data
from PTS Innovations SharePoint, extract it, and place the contents in the data
directory.
- 01 - Preprocessing: Compile example water surface elevation grids and terrain from the sample PFRA data into a single Zarr store for analysis.
- 02 - Analysis: Estimate the depth of flooding at different recurrence intervals for each grid cell.
- 03 - Visualization: Visualize the results of the analysis.