Changeset 4856 for anuga_work/production/perth_2006/project.py
- Timestamp:
- Nov 27, 2007, 4:18:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth_2006/project.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, is_inside_polygon, number_mesh_triangles9 from anuga.utilities.polygon import read_polygon, plot_polygons, is_inside_polygon, number_mesh_triangles 10 10 #from anuga.coordinate_transforms.redfearn import degminsec2decimal_degrees, convert_points_from_latlon_to_utm 11 11 from anuga.utilities.system_tools import get_user_name … … 118 118 # Domain definitions 119 119 ############################### 120 from anuga.utilities.polygon import read_polygon, plot_polygons _points, polygon_area, is_inside_polygon120 from anuga.utilities.polygon import read_polygon, plot_polygons, polygon_area, is_inside_polygon 121 121 122 122 poly_all = read_polygon(polygons_dir+'bounding_poly.csv')
Note: See TracChangeset
for help on using the changeset viewer.