Drainage Connectivity Characterization

506
0
09-30-2023 03:42 PM
Labels (2)
Lroat
by
New Contributor

I have been testing the same workflow on several different locations of the same DEM. The current extent of the DEM that I am attempting to process is Top: 1823546.09235, Left: 1136672.44933, Right: 1156673.44933, Bottom: 1798546.09235. The DEM is one foot by one foot horizontal resolution, ESRI GRID, 32-bit floating point projected in Illinois State Plane East (WKID 6455) coordinate system. Here are links to the data source on AGOL and the REST service:

https://lrgis.maps.arcgis.com/home/item.html?id=9822f2550aec43199f3a20d4b401b704

https://gis.cookcountyil.gov/imagery/rest/services/CookDEM2017/ImageServer

The workflow is pretty closely based upon the "Basic Combined Terrain Processing" model in the Terrain Preprocessing Workflow toolbox. I have only successfully run the workflow once or twice, otherwise, I get the same error message at the same step in the workflow when the Drainage Connectivity Characterization tool is run. This is the error message from the current area I am attempting to process:

Generating final drainage link between pitted drainage areas for 4222 drainage boundary lines. (dt= 539s)

System.Runtime.InteropServices.COMException (0x80041055): The cursor has been invalidated because the edit operation has stopped.

   at ESRI.ArcGIS.Geodatabase.IFeatureCursor.UpdateFeature(IFeature Object)

   at ESRI.APWR.ApHydro.ArcHydroOp.DrainageConnectivityCharacterization(ApLayers apLayers, Int32 debug, ITrackCancel& trackcancel, IGPMessages& messages, String& exMessage, Int32 maxInputFeaturesToProcess, Int32 FishNetRowColumnCountDivider) in C:\Build_Az\2\s\ArcHydroTools\src\ApHydro\ArcHydroOp.vb:line 21258

Failed to execute (DrainageConnectivityCharacterization).

Failed at Thu Sep 28 00:32:03 2023 (Elapsed Time: 9 minutes 1 seconds)

Is there anything in this error message that may indicate what the problem is?

0 Replies