River channels Venkatesh Merwade, University of Texas at Austin.

14
River channels Venkatesh Merwade, University of Texas at Austin

Transcript of River channels Venkatesh Merwade, University of Texas at Austin.

Page 1: River channels Venkatesh Merwade, University of Texas at Austin.

River channels

Venkatesh Merwade, University of Texas at Austin

Page 2: River channels Venkatesh Merwade, University of Texas at Austin.

Data for channels

• Bathymetry data for channels mainly include points with (x,y,z) attributes.

• Data can be collected using– Traditional methods (surveying) – Depth sounder (using a boat)– LIDAR ( Light Detection and Ranging)

– SAR (Synthetic Aperture Radar), etc.

Page 3: River channels Venkatesh Merwade, University of Texas at Austin.

Data analysis

Start with points Create surface from points

Centerline/Thalweg

Cross-sections

ProfileLines

Extract all the necessary information

How do we do this…….

Page 4: River channels Venkatesh Merwade, University of Texas at Austin.

Defining a Thalweg

Input Step 1 Step 3 Step 4 Output

User defines an arbitrary centerline over the measurement points

Thalweg tool creates a surface using the measurement points

Normals are drawn at each vertex of the centerline to locate deepest points

All the deepest points replace the vertices of the old centerline

Final result is a 3D polyline defining the thalweg

Densify the initial centerline to get more points

Old vertices

New vertices

Step 2

Page 5: River channels Venkatesh Merwade, University of Texas at Austin.

Measure in ArcGIS

A PolylineMZ can store m and z at each vertex along with x and y coordinates.

0 64.0056 112.3213

Page 6: River channels Venkatesh Merwade, University of Texas at Austin.

Coordinate Transformation

m is measure along the centerline

r is distance across the river from the centerline

Sinuous river becomes straight when transformed into (m,r) co-ordinates.x

y

m

r

Page 7: River channels Venkatesh Merwade, University of Texas at Austin.

FishNet

Points are interpolated in ArcMap to produce a continuous surface.

FishNet is generated in ArcMap using the FishNet tool.

Page 8: River channels Venkatesh Merwade, University of Texas at Austin.

3D Visualization in ArcScene

Page 9: River channels Venkatesh Merwade, University of Texas at Austin.

Surface in transformed co-ordiantes

Sinuous river

Profile line and cross-sections

Straightened river

Page 10: River channels Venkatesh Merwade, University of Texas at Austin.

Straightened River in 3D

Page 11: River channels Venkatesh Merwade, University of Texas at Austin.

Data back to x,y coordinates

Original river in X,Y Profile lines and cross-sections in (x,y) created using FishNet in (m,r).

Page 12: River channels Venkatesh Merwade, University of Texas at Austin.

FishNet comparison

Regular FishNet FishNet created in (r,m)

Page 13: River channels Venkatesh Merwade, University of Texas at Austin.

Profile Lines and Cross Sections in 3D

Bird’s eye view!

Page 14: River channels Venkatesh Merwade, University of Texas at Austin.

Measurement points Surface

Thalweg/Centerline Cross-sections

ProfileLines Fishnet

GIS for River Channels

Develop generic ways to create all the channel features from measurement points.