Changeset 3897


Ignore:
Timestamp:
Oct 31, 2006, 11:42:17 AM (19 years ago)
Author:
sexton
Message:

polygon updates to Broome

Location:
anuga_work/production
Files:
3 edited

Legend:

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

    r3881 r3897  
    151151
    152152# 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')
     153poly_broome1 = read_polygon(polygondir+'Broome_Local_Polygon_update.csv')
     154poly_broome2 = read_polygon(polygondir+'Broome_Close2_update.csv')
     155poly_broome3 = read_polygon(polygondir+'Broome_Coast_update.csv')
     156#poly_broome4 = read_polygon(polygondir+'Cable_Beach_revised.csv')
    157157
    158 plot_polygons([polyAll,poly_broome1,poly_broome2,poly_broome3,poly_broome4],'boundingpoly2',verbose=False)
     158plot_polygons([polyAll,poly_broome1,poly_broome2,poly_broome3],'boundingpoly2',verbose=False)
    159159print 'Area of local polygon', polygon_area(poly_broome1)/1000000.0
    160160print 'Area of close polygon', polygon_area(poly_broome2)/1000000.0
    161161print 'Area of coastal polygon', polygon_area(poly_broome3)/1000000.0
    162 print 'Area of cable beach polygon', polygon_area(poly_broome4)/1000000.0
     162#print 'Area of cable beach polygon', polygon_area(poly_broome4)/1000000.0
    163163
    164164for i in poly_broome3:
  • anuga_work/production/broome_2006/run_broome.py

    r3881 r3897  
    115115broome_res = 5000
    116116coast_res = 500
    117 beach_res = 500
    118117interior_regions = [[project.poly_broome1, local_res],
    119118                    [project.poly_broome2, broome_res],
    120                     [project.poly_broome3, coast_res],
    121                     [project.poly_broome4, beach_res]]
     119                    [project.poly_broome3, coast_res]]
    122120
    123121from project import number_mesh_triangles
  • anuga_work/production/hobart_2006/project.py

    r3886 r3897  
    192192eastingmin_kingston = 525500 #525905.49
    193193eastingmax_kingston = 527773.42
    194 northingmin_kingston = #5240256.71
     194northingmin_kingston = 5240256.71
    195195northingmax_kingston = 5242300 #5242148.58
    196196
Note: See TracChangeset for help on using the changeset viewer.