Changeset 3805 for anuga_work/production/hobart_2006/project.py
- Timestamp:
- Oct 17, 2006, 9:25:00 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/hobart_2006/project.py
r3795 r3805 194 194 poly_hobart5 = read_polygon(polygondir+'new_interior_region.csv') 195 195 196 plot_polygons([polyAll, poly_hobart1,poly_hobart2,poly_hobart3,poly_hobart 4],'boundingpoly2',verbose=False)196 plot_polygons([polyAll, poly_hobart1,poly_hobart2,poly_hobart3,poly_hobart5],'boundingpoly2',verbose=False) 197 197 print 'Area of interior regions', (polygon_area(poly_hobart1)+\ 198 198 polygon_area(poly_hobart2)+polygon_area(poly_hobart3)+\ … … 200 200 201 201 print 'Area of original 25m data clipping', (polygon_area(hob_clip)+polygon_area(bruny_clip))/1000000. 202 202 print 'Area of new interior region', polygon_area(poly_hobart5)/1000000.
Note: See TracChangeset
for help on using the changeset viewer.