source: production/swan_river_tin_2005/generate_tin.py @ 3514

Last change on this file since 3514 was 3514, checked in by duncan, 18 years ago

Hi all,
I'm doing a change in the anuga structure, moving the code to

\anuga_core\source\anuga

After you have done an svn update, the PYTHONPATH has to be changed to;
PYTHONPATH = anuga_core/source/

This is part of changes required to make installation of anuga quicker and reducing the size of our sandpits.

If any imports are broken, try fixing them. With adding anuga. to them for example. If this seems to have really broken things, email/phone me.

Cheers
Duncan

File size: 260 bytes
Line 
1"""Generate TIN (triangular mesh) from Swan river elevation data
2
3Ole Nielsen, GA 2005
4"""
5
6from anuga.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.