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

Added dem data for Perth (Swan River) + script to convert to pts format

File size: 254 bytes
Line 
1"""Generate TIN (triangular mesh) from Swan river elevation data
2
3Ole Nielsen, GA 2005
4"""
5
6from pyvolution.data_manager import hecras_cross_sections2pts
7
8filename = 'cross_sections'
9hecras_cross_sections2pts(filename, verbose = True)
10
11
12   
Note: See TracBrowser for help on using the repository browser.