Last change
on this file since 6806 was
5241,
checked in by sexton, 17 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 | |
---|
9 | from anuga.shallow_water.data_manager import URS_points_needed_to_file, \ |
---|
10 | urs_ungridded2sww |
---|
11 | import project # Definition of file names and polygons |
---|
12 | |
---|
13 | poly = project.poly_all |
---|
14 | |
---|
15 | print "poly", poly |
---|
16 | print "point file stored in",project.gauges_dir |
---|
17 | |
---|
18 | URS_points_needed_to_file(project.gauges_dir+'test',poly, export_csv=True, zone=47) |
---|
Note: See
TracBrowser
for help on using the repository browser.