source:
production/swan_river_tin_2005/generate_tin.py
@
2240
Last change on this file since 2240 was 2010, checked in by ole, 19 years ago | |
---|---|
File size: 254 bytes |
Line | |
---|---|
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.