source: anuga_work/development/boxingday_2007/run_boundary_points.py @ 5241

Last change on this file since 5241 was 5241, checked in by sexton, 16 years ago

determining envelope of points for boxing day validation example

File size: 623 bytes
Line 
1"""Script for determining boundary envelope of points for storing output from URS.
2
3"""
4
5#------------------------------------------------------------------------------
6# Import necessary modules
7#------------------------------------------------------------------------------
8
9from anuga.shallow_water.data_manager import URS_points_needed_to_file, \
10     urs_ungridded2sww
11import project                 # Definition of file names and polygons
12
13poly = project.poly_all
14
15print "poly", poly
16print "point file stored in",project.gauges_dir
17
18URS_points_needed_to_file(project.gauges_dir+'test',poly, export_csv=True, zone=47)
Note: See TracBrowser for help on using the repository browser.