Changeset 3897
- Timestamp:
- Oct 31, 2006, 11:42:17 AM (19 years ago)
- Location:
- anuga_work/production
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/broome_2006/project.py
r3881 r3897 151 151 152 152 # broome digitized polygons 153 poly_broome1 = read_polygon(polygondir+'Broome_Local_Polygon .csv')154 poly_broome2 = read_polygon(polygondir+'Broome_Close2 .csv')155 poly_broome3 = read_polygon(polygondir+'Broome_Coast .csv')156 poly_broome4 = read_polygon(polygondir+'Cable_Beach_revised.csv')153 poly_broome1 = read_polygon(polygondir+'Broome_Local_Polygon_update.csv') 154 poly_broome2 = read_polygon(polygondir+'Broome_Close2_update.csv') 155 poly_broome3 = read_polygon(polygondir+'Broome_Coast_update.csv') 156 #poly_broome4 = read_polygon(polygondir+'Cable_Beach_revised.csv') 157 157 158 plot_polygons([polyAll,poly_broome1,poly_broome2,poly_broome3 ,poly_broome4],'boundingpoly2',verbose=False)158 plot_polygons([polyAll,poly_broome1,poly_broome2,poly_broome3],'boundingpoly2',verbose=False) 159 159 print 'Area of local polygon', polygon_area(poly_broome1)/1000000.0 160 160 print 'Area of close polygon', polygon_area(poly_broome2)/1000000.0 161 161 print 'Area of coastal polygon', polygon_area(poly_broome3)/1000000.0 162 print 'Area of cable beach polygon', polygon_area(poly_broome4)/1000000.0162 #print 'Area of cable beach polygon', polygon_area(poly_broome4)/1000000.0 163 163 164 164 for i in poly_broome3: -
anuga_work/production/broome_2006/run_broome.py
r3881 r3897 115 115 broome_res = 5000 116 116 coast_res = 500 117 beach_res = 500118 117 interior_regions = [[project.poly_broome1, local_res], 119 118 [project.poly_broome2, broome_res], 120 [project.poly_broome3, coast_res], 121 [project.poly_broome4, beach_res]] 119 [project.poly_broome3, coast_res]] 122 120 123 121 from project import number_mesh_triangles -
anuga_work/production/hobart_2006/project.py
r3886 r3897 192 192 eastingmin_kingston = 525500 #525905.49 193 193 eastingmax_kingston = 527773.42 194 northingmin_kingston = #5240256.71194 northingmin_kingston = 5240256.71 195 195 northingmax_kingston = 5242300 #5242148.58 196 196
Note: See TracChangeset
for help on using the changeset viewer.