Ignore:
Timestamp:
Oct 13, 2006, 12:24:30 PM (18 years ago)
Author:
ole
Message:

Changed references to convert_points_from_latlon_to_utm to the new convert_from_latlan_to_utm as introduced in changeset:3739

File:
1 edited

Legend:

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

    r3732 r3769  
    88from time import localtime, strftime, gmtime
    99from anuga.utilities.polygon import read_polygon, plot_polygons, polygon_area
    10 from anuga.coordinate_transforms.redfearn import degminsec2decimal_degrees, convert_points_from_latlon_to_utm
     10from anuga.coordinate_transforms.redfearn import degminsec2decimal_degrees
     11from anuga.coordinate_transforms.redfearn import convert_from_latlon_to_utm
    1112
    1213if sys.platform == 'win32':
     
    139140d2 = [north, east]
    140141d3 = [north, west]
    141 polyAll2, zone = convert_points_from_latlon_to_utm([d0, d1, d2, d3])
     142polyAll2, zone = convert_from_latlon_to_utm([d0, d1, d2, d3])
    142143refzone = zone
    143144
Note: See TracChangeset for help on using the changeset viewer.