Hi, I have 3 layers in ArcGIS Pro:
- lines representing contours (height stored in a field)
- points representing elevation peaks (height stored in a field)
- lines representing a river (height stored as the Z-value of each vertex)
I would like to create a raster digital elevation model from this data. I've tried the "Topo to Raster" GP tool, but it doesn't seem to take into account the Z-values of the vertices of the line (stream) - it only observes the shape of the line and the slope (river flowing down). The Z-values of the river were precisely measured so I'd like to include this data in the DEM computation.
Please does anyone know how to create a raster elevation model from 3D lines as streams (with Z-values)?