Ignore:
Timestamp:
Nov 27, 2007, 4:18:39 PM (17 years ago)
Author:
sexton
Message:

rename plot_polygons_points to original name of plot_polygons

File:
1 edited

Legend:

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

    r4853 r4856  
    55from os import sep, environ, getenv, getcwd,umask
    66from os.path import expanduser, basename
    7 from anuga.utilities.polygon import read_polygon, plot_polygons_points, polygon_area, is_inside_polygon, number_mesh_triangles
     7from anuga.utilities.polygon import read_polygon, plot_polygons, polygon_area, is_inside_polygon, number_mesh_triangles
    88import sys
    99from anuga.coordinate_transforms.redfearn import degminsec2decimal_degrees
     
    154154# Domain definitions
    155155###############################
    156 from anuga.utilities.polygon import read_polygon, plot_polygons_points, polygon_area, is_inside_polygon
     156from anuga.utilities.polygon import read_polygon, plot_polygons, polygon_area, is_inside_polygon
    157157
    158158poly_all = read_polygon(polygons_dir+'extent_more_points.csv')
     
    222222###################################################################
    223223
    224 # exporting asc grid
     224# exporting asc grid - Exmouth town area
    225225eastingmin = 200663
    226226eastingmax = 207500
    227227northingmax = 7574000
    228228northingmin = 7564500
     229
     230# exporting asc grid - carparks etc on NW peninsula
     231e_min_area = 192700
     232e_max_area = 203755
     233n_max_area = 7587330
     234n_min_area = 7579460
Note: See TracChangeset for help on using the changeset viewer.