Hi Alvaro
I have come up with a solution, based on my discussions with Dean Djokic from the Arc Hydro Team. I'll firstly try to explain what I was trying to accomplish.
I'm currently working on two railway alignment projects, the one is within Liberia/Guinea which is +/- 760 km in length and the second is within Malawi/Mozambique which is +/- 1000 km in length
The engineers have supplied us locations where structures (Bridges/Culverts) are required based on there preliminary assessment using a strip survey +/- 100m on either side on the alignment.
We were tasked to determine the hydrology characteristics for each structure as well as identify where additional structures would be required. In order to determine the catchment characteristics (Catchment Area; 10/85 Slope; Length to Centroid; Longest Water Course & Average Slope) for each structure, we used the SRTM 90m DEM.
We originally ran the entire terrain preprocessing steps within Arc Hydro and then used a manual approach, using the Trace Flow Path tool which is found within the Arc Hydro toolbar to identify additional flow paths in order to determine where the structures (Bridges/Culverts) should be placed and to calculate the catchment characteristics. This was tedious and very slow.
Our new approach involves the following steps
1: Convert Railway Alignment Polyline into a Raster Grid
2: Convert the Railway Alignment Grid into a Point Feature Class
3: Interpolate to shape the FAC (Flow Accumulation Values) based on the location of the points
4: Filter out the points that have a FAC (Flow Accumulation Value) which is 0 or is below a predetermined threshold
5: Load the FAC Points into the BatchPoint Feature Class
6: Generate Watersheds based on the new BatchPoint's
7: Eliminate unnecessary Watersheds based on Visual Inspection
8: Generate the remainder of the Catchment Characteristics for the Watersheds
Regards