Ignore:
Timestamp:
Dec 19, 2006, 6:20:47 PM (17 years ago)
Author:
ole
Message:

Compliance with style guide, cleanup and change of the way create_mesh_from_regions uses caching.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/demos/cairns/project.py

    r4063 r4100  
    1515
    1616# bounding polygon for study area
    17 polyAll = read_polygon('extent.csv')
     17bounding_polygon = read_polygon('extent.csv')
    1818
    19 print 'Area of bounding polygon', polygon_area(polyAll)/1000000.0
     19print 'Area of bounding polygon', polygon_area(bounding_polygon)/1000000.0
    2020
    2121###############################
     
    3131poly_shallow = read_polygon('shallow.csv')
    3232
    33 #plot_polygons([polyAll,poly_cairns,poly_island0,poly_island1,\
     33#plot_polygons([bounding_polygon,poly_cairns,poly_island0,poly_island1,\
    3434#               poly_island2,poly_island3,poly_shallow],\
    3535#              'boundingpoly',verbose=False)
Note: See TracChangeset for help on using the changeset viewer.