Ignore:
Timestamp:
Apr 18, 2007, 1:19:31 PM (17 years ago)
Author:
nick
Message:

updates to exmouth

File:
1 edited

Legend:

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

    r4228 r4399  
    2727
    2828# onshore data provided by WA DLI
    29 #onshore_name = # original
     29onshore_name =  'first' # original
    3030
    3131# AHO + DPI data
     
    130130
    131131# bounding polygon for study area
    132 polyAll = read_polygon(polygondir+'extent.csv')
     132poly_all = read_polygon(polygondir+'extent_zone50a.csv')
    133133
    134134# plot bounding polygon and make sure BC info surrounds it
    135 #plot_polygons([polyAll, poly_bc],'boundingpoly',verbose=False)
    136 print 'Area of bounding polygon', polygon_area(polyAll)/1000000.0
     135#plot_polygons([poly_all, poly_bc],'boundingpoly',verbose=False)
     136print 'Area of bounding polygon', polygon_area(poly_all)/1000000.0
    137137
    138138###################################################################
     
    149149# Interior region definitions
    150150###############################
    151 
     151'''
    152152# exmouth digitized polygons
    153153poly_exmouth1 = read_polygon(polygondir+'exmouth_Local_Polygon_update.csv')
     
    156156#poly_exmouth4 = read_polygon(polygondir+'Cable_Beach_revised.csv')
    157157
    158 plot_polygons([polyAll,poly_exmouth1,poly_exmouth2,poly_exmouth3],'boundingpoly2',verbose=False)
     158plot_polygons([poly_all,poly_exmouth1,poly_exmouth2,poly_exmouth3],'boundingpoly2',verbose=False)
    159159print 'Area of local polygon', polygon_area(poly_exmouth1)/1000000.0
    160160print 'Area of close polygon', polygon_area(poly_exmouth2)/1000000.0
     
    179179    no_triangles += area/remainder_res
    180180    return int(no_triangles/0.7)
     181'''
Note: See TracChangeset for help on using the changeset viewer.