Ignore:
Timestamp:
Oct 4, 2006, 5:32:17 PM (17 years ago)
Author:
sexton
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/hobart_2006/project.py

    r3683 r3695  
    7676polygondir = home+sep+state+sep+scenario_dir_name+sep+'anuga'+sep+'polygons'+sep
    7777
    78 gauge_filename = gaugedir + 'hobart_gauges.xya'
     78gauge_filename = gaugedir + 'hobart_gauges.csv'
    7979buildings_filename = gaugedir + 'hobart_res.csv'
    8080buildings_filename_damage_out = 'hobart_res_modified.csv'
     
    170170northingmax = 5265000
    171171
     172### clipping 25m data set - Hobart
     173##eastingmin25  = 522000
     174##eastingmax25  = 555000
     175##northingmin25 = 5234000
     176##northingmax25 = 5260000
     177
    172178# clipping 25m data set - Hobart
    173 eastingmin25 = 524208.387
    174 eastingmax25 = 554867.24
     179eastingmin25  = 524208.387
     180eastingmax25  = 554867.24
    175181northingmin25 = 5229154.555
    176182northingmax25 = 5258511.857
     183
    177184
    178185# clipping 25m data set - Bruny
     
    218225poly_hobart2 = read_polygon(polygondir+'Hob_poly2.csv')
    219226poly_hobart3 = read_polygon(polygondir+'Hob_poly3.csv')
    220 
    221 plot_polygons([polyAll, poly_hobart1,poly_hobart2,poly_hobart3],'boundingpoly2',verbose=False)
     227poly_hobart4 = read_polygon(polygondir+'Hob_poly4.csv')
     228
     229plot_polygons([polyAll, poly_hobart1,poly_hobart2,poly_hobart3, poly_hobart4],'boundingpoly2',verbose=False)
Note: See TracChangeset for help on using the changeset viewer.