Changeset 4066 for anuga_work/production/dampier_2006/project.py
- Timestamp:
- Dec 7, 2006, 9:49:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/dampier_2006/project.py
r4063 r4066 160 160 #west_boundary = degminsec2decimal_degrees(116,0,0) 161 161 #east_boundary = degminsec2decimal_degrees(118,00,0) 162 west_boundary = degminsec2decimal_degrees(116, 10,0)163 east_boundary = degminsec2decimal_degrees(117, 15,0)162 west_boundary = degminsec2decimal_degrees(116,00,0) 163 east_boundary = degminsec2decimal_degrees(117,20,0) 164 164 165 165 … … 178 178 #bounding_polygon, zone =\ 179 179 # convert_from_latlon_to_utm([p1, p2, p3, p4, p5, p6, p7]) 180 print bounding_polygon 180 181 refzone = zone 181 182 from anuga.utilities.polygon import read_polygon, plot_polygons, polygon_area, is_inside_polygon
Note: See TracChangeset
for help on using the changeset viewer.