Ignore:
Timestamp:
Dec 1, 2006, 2:46:11 PM (17 years ago)
Author:
sexton
Message:

slide updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/sydney_2006/project_slide.py

    r4045 r4046  
    6666
    6767# bounding polygon for study area
    68 polyAll = read_polygon(polygondir+'extent.csv')
     68polyAll = read_polygon(polygondir+'extent2.csv')
    6969
    70 # plot bounding polygon and make sure BC info surrounds it
    71 #plot_polygons([polyAll, poly_bc],'boundingpoly',verbose=False)
    7270print 'Area of bounding polygon', polygon_area(polyAll)/1000000.0
    7371
     
    7775
    7876# sydney digitized polygons
    79 interior_regions = []
    80 area = 0.
    81 coast_res = 500.
    82 for i in range(1,10):
    83     poly = read_polygon(polygondir+'poly'+str(i)+'.csv')
    84     area += polygon_area(poly)
    85     #interior_regions.append([poly,coast_res])
    86 
     77poly_coast = read_polygon(polygondir+'coast.csv')
    8778poly_syd1 = read_polygon(polygondir+'local.csv')
    88 local_res = 50000.
    89 interior_regions.append([poly_syd1,local_res])
    9079
    9180print 'Area of local polygon', polygon_area(poly_syd1)/1000000.0
    92 print 'Area of local polygon', area/1000000.0
     81print 'Area of coastal polygon', polygon_area(poly_coast)/1000000.0
    9382
    9483###################################################################
     
    129118###################################################################
    130119
    131 #slide_origin = [,]
     120slide_origin_a = [352928.37,6188303.94]
     121slide_origin_b = [393301.80,6253255.08]
     122slide_origin_c = [446025.35,6330307.46]
     123
    132124bulli_depth = 2087.0
    133125bulli_length = 16840.0
     
    135127bulli_width = 8860.0
    136128bulli_density = 1.46
     129bulli_slope = 4.0
    137130bulli_alpha = 126.0 + 90.0
    138131
     
    142135shovel_width = 4350.0
    143136shovel_density = 1.49
     137shove_slope = 4.0
    144138shovel_alpha = 118.0 + 90.0
    145139
     
    149143yacaaba_width = 3080.0
    150144yacaaba_density = 1.48
     145yacaaba_slope = 3.0
    151146yacaaba_alpha = 133.0 + 90.0
Note: See TracChangeset for help on using the changeset viewer.