Changeset 4856 for anuga_work/production/newcastle_2006/project_slide.py
- Timestamp:
- Nov 27, 2007, 4:18:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/newcastle_2006/project_slide.py
r4853 r4856 7 7 import sys 8 8 from time import localtime, strftime, gmtime 9 from anuga.utilities.polygon import read_polygon, plot_polygons _points, polygon_area, is_inside_polygon9 from anuga.utilities.polygon import read_polygon, plot_polygons, polygon_area, is_inside_polygon 10 10 11 11 if sys.platform == 'win32': … … 98 98 poly_entrance_c0 = read_polygon(polygondir+'entrance.csv') 99 99 100 #plot_polygons _points([polyAll,poly_local,poly_newcastle],figname='fig',verbose=True)100 #plot_polygons([polyAll,poly_local,poly_newcastle],figname='fig',verbose=True) 101 101 ################################################################### 102 102 # Clipping regions for export to asc and regions for clipping data
Note: See TracChangeset
for help on using the changeset viewer.