Changeset 6398 for anuga_work/production/australia_ph2/ceduna/run_model.py
- Timestamp:
- Feb 24, 2009, 12:28:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/ceduna/run_model.py
r6370 r6398 60 60 # Read in boundary from ordered sts file 61 61 event_sts = create_sts_boundary(project.event_sts) 62 print 'HELLO event_sts', event_sts 62 63 63 64 # Reading the landward defined points, this incorporates the original clipping 64 65 # polygon minus the 100m contour 65 66 landward_boundary = read_polygon(project.landward_boundary) 67 print 'landward boundary', landward_boundary 66 68 67 69 # Combine sts polyline with landward points 68 70 bounding_polygon_sts = event_sts + landward_boundary 71 print 'bounding polygon', bounding_polygon_sts 69 72 70 73 # Number of boundary segments
Note: See TracChangeset
for help on using the changeset viewer.