Changeset 3695 for anuga_work/production/hobart_2006/project.py
- Timestamp:
- Oct 4, 2006, 5:32:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/hobart_2006/project.py
r3683 r3695 76 76 polygondir = home+sep+state+sep+scenario_dir_name+sep+'anuga'+sep+'polygons'+sep 77 77 78 gauge_filename = gaugedir + 'hobart_gauges. xya'78 gauge_filename = gaugedir + 'hobart_gauges.csv' 79 79 buildings_filename = gaugedir + 'hobart_res.csv' 80 80 buildings_filename_damage_out = 'hobart_res_modified.csv' … … 170 170 northingmax = 5265000 171 171 172 ### clipping 25m data set - Hobart 173 ##eastingmin25 = 522000 174 ##eastingmax25 = 555000 175 ##northingmin25 = 5234000 176 ##northingmax25 = 5260000 177 172 178 # clipping 25m data set - Hobart 173 eastingmin25 = 524208.387174 eastingmax25 = 554867.24179 eastingmin25 = 524208.387 180 eastingmax25 = 554867.24 175 181 northingmin25 = 5229154.555 176 182 northingmax25 = 5258511.857 183 177 184 178 185 # clipping 25m data set - Bruny … … 218 225 poly_hobart2 = read_polygon(polygondir+'Hob_poly2.csv') 219 226 poly_hobart3 = read_polygon(polygondir+'Hob_poly3.csv') 220 221 plot_polygons([polyAll, poly_hobart1,poly_hobart2,poly_hobart3],'boundingpoly2',verbose=False) 227 poly_hobart4 = read_polygon(polygondir+'Hob_poly4.csv') 228 229 plot_polygons([polyAll, poly_hobart1,poly_hobart2,poly_hobart3, poly_hobart4],'boundingpoly2',verbose=False)
Note: See TracChangeset
for help on using the changeset viewer.