I'm following the tutorial "Creating Flood Depth Rasters for Flood Impact Analysis" from June 2023 with ArcHydro, and twice I have made it all the way through the tutorial and get stuck on the Creating HAND based on Distance with Catchment Raster step. Here is the text of the error message that I am getting. Looks like its having an issue with "Nibble", any suggestions?
I would use the "Create Hand Based on Flow Direction" tool, but I don't know what to use for the "minimum raster"
Machine LT-SMikkelsen.mema.state.md.us has = 20 processors.
Exe: C:\Program Files\ArcGIS\Pro\bin\ArcGISPro.exe
Python version: 3.11.10 (main, Sep 20 2024, 18:44:55) [MSC v.1938 64 bit (AMD64)]
Running c:\program files\arcgis\pro\Resources\ArcToolbox\Scripts\ArcHydro\createhandbasedondistancewithcatchmentraster.py. 2025-06-06 16:32:07
arcpy.env.scratchWorkspace=C:\Users\smikkelsen\Documents\ArcGIS\FloodImpactAnalysis\FloodImpactAnalysis.gdb
arcpy.env.scratchFolder=C:\Users\smikkelsen\Documents\ArcGIS\FloodImpactAnalysis\scratch
arcpy.env.scratchGDB=C:\Users\smikkelsen\Documents\ArcGIS\FloodImpactAnalysis\scratch.gdb
parent_folder=C:\Users\smikkelsen\Documents\ArcGIS\FloodImpactAnalysis\RasterLayers
pid=34164 exe=C:\Program Files\ArcGIS\Pro\bin\ArcGISPro.exe memory=4094.7MB. 2025-06-06 16:32:07
dem=C:\Users\smikkelsen\Documents\ArcGIS\FloodImpactAnalysis\RasterLayers\GCDEMbsf_culv.tif cellSize=1.0 nCols=22462 nRows=34567 zUnit=Unknown z2xy_factor=1.0
cellSize=1.0 demFullPath=C:\Users\smikkelsen\Documents\ArcGIS\FloodImpactAnalysis\RasterLayers\GCDEMbsf_culv.tif, rdem.catalogPath=C:\Users\smikkelsen\Documents\ArcGIS\FloodImpactAnalysis\RasterLayers\GCDEMbsf_culv.tif
Applying multiplier (100) to GCDEMbsf_culv.tif.
Completed, Applying multiplier (100) to GCDEMbsf_culv.tif., dt=0.05s.
Applying int on the multiplied raster.
Completed, Applying int on the multiplied raster., dt=0.02s.
Applying Nibble operation on the int_dem with StrLnk.tif as mask and Cat.tif as zone grids.
ERROR 010658: Failure in raster analytics operation.
Failed to execute (Nibble).
('line 193', 'c:\\program files\\arcgis\\pro\\Resources\\ArcToolbox\\Scripts\\ArcHydro\\createhandbasedondistancewithcatchmentraster.py', '')
arcpy.env.workspace=C:\Users\smikkelsen\Documents\ArcGIS\FloodImpactAnalysis\FloodImpactAnalysis.gdb
arcpy.env.cellSize=MAXOF
arcpy.env.snapRaster=None
arcpy.env.overwriteOutput=True
arcpy.env.addOutputsToMap=False
arcpy.env.parallelProcessingFactor=None
Finished at 2025-06-06 16:35:07.
Failed script Create HAND based on Distance with Catchment Raster...
Failed to execute (createhandbasedondistancewithcatchmentraster).