Skip to main content

Create Flood Simulation Raster

Description

Creates a multidimensional raster dataset in cloud raster format (CRF) from multiple flood simulation raster results saved in a folder. The tool will also create a time enabled mosaic dataset. It is recommended that each output variable is treated independently. The following Flood Simulation output variables are supported:

  • Depth (single band)
  • Water surface elevation (single band)
  • Velocity (two bands – u and v)

Best practice is not to mix different variables in a single CRF. If all three variables are to be processed, run the tool three times and generate three output CRF/mosaic datasets, one for each variable.

Usage

Parameters

Parameter NameTypeDirectionData TypeDialog Reference
Input Rasters or FoldersRequiredInputWorkspace, File, DatasetInput rasters or the path to the folder containing input rasters.
Output Multidimensional RasterRequiredOutputRaster DatasetThe name of the output CRF dataset. Add the .crf file extension when specifying the name of the output raster dataset. CRF datasets cannot be stored inside geodatabases.
Target Mosaic WorkspaceRequiredInputWorkspaceGeodatabase inside which the mosaic dataset will be created.
Mosaic Dataset NameRequiredInputStringName of the new mosaic dataset.
Flood Start TimeRequiredInputDateStart date and time of the flood. This can be real date and time if simulation is related to a real event or any date that will be used to offset the resulting simulation exported time steps.
Number of BandsOptionalInputLongNumber of bands the rasters will have in the mosaic dataset and the CRF. This is an optional parameter. If not provided, tool will select based on the type of the input tif files. Typically, this is 1 for depth and water surface elevation variables and 2 for velocity.