Ignore:
Timestamp:
Oct 17, 2006, 9:25:00 AM (18 years ago)
Author:
sexton
Message:

boundary fig/report update

File:
1 edited

Legend:

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

    r3795 r3805  
    194194poly_hobart5 = read_polygon(polygondir+'new_interior_region.csv')
    195195
    196 plot_polygons([polyAll, poly_hobart1,poly_hobart2,poly_hobart3,poly_hobart4],'boundingpoly2',verbose=False)
     196plot_polygons([polyAll, poly_hobart1,poly_hobart2,poly_hobart3,poly_hobart5],'boundingpoly2',verbose=False)
    197197print 'Area of interior regions', (polygon_area(poly_hobart1)+\
    198198      polygon_area(poly_hobart2)+polygon_area(poly_hobart3)+\
     
    200200
    201201print 'Area of original 25m data clipping', (polygon_area(hob_clip)+polygon_area(bruny_clip))/1000000.
    202 
     202print 'Area of new interior region', polygon_area(poly_hobart5)/1000000.
Note: See TracChangeset for help on using the changeset viewer.