Changeset 4856 for anuga_work/production/dampier_2006/project.py
- Timestamp:
- Nov 27, 2007, 4:18:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/dampier_2006/project.py
r4853 r4856 6 6 import sys 7 7 from time import localtime, strftime, gmtime 8 from anuga.utilities.polygon import read_polygon, plot_polygons _points, polygon_area, is_inside_polygon, number_mesh_triangles8 from anuga.utilities.polygon import read_polygon, plot_polygons, polygon_area, is_inside_polygon, number_mesh_triangles 9 9 from anuga.coordinate_transforms.redfearn import degminsec2decimal_degrees, convert_from_latlon_to_utm 10 10 from anuga.utilities.system_tools import get_user_name … … 237 237 238 238 239 #plot_polygons _points([poly_dampier,poly_karratha,poly_karratha_town,poly_delambre,239 #plot_polygons([poly_dampier,poly_karratha,poly_karratha_town,poly_delambre, 240 240 # poly_coast,poly_NWislands,poly_island0,poly_island1,poly_island2, 241 241 # poly_island3,poly_island4,poly_island5,poly_island6,
Note: See TracChangeset
for help on using the changeset viewer.