source:
production/swan_river_tin_2005/generate_tin.py
@
2378
Last change on this file since 2378 was 2010, checked in by , 19 years ago | |
---|---|
File size: 254 bytes |
Rev | Line | |
---|---|---|
[2010] | 1 | """Generate TIN (triangular mesh) from Swan river elevation data |
2 | ||
3 | Ole Nielsen, GA 2005 | |
4 | """ | |
5 | ||
6 | from pyvolution.data_manager import hecras_cross_sections2pts | |
7 | ||
8 | filename = 'cross_sections' | |
9 | hecras_cross_sections2pts(filename, verbose = True) | |
10 | ||
11 | ||
12 |
Note: See TracBrowser
for help on using the repository browser.