Changeset 853 for inundation/ga/storm_surge/alpha_shape/alpha_shape.py
- Timestamp:
- Feb 9, 2005, 3:51:20 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/alpha_shape/alpha_shape.py
r710 r853 4 4 import exceptions 5 5 from Numeric import array, Float, divide_safe, sqrt 6 from load_mesh.loadASCII import load_ xya_file, export_boundary_file6 from load_mesh.loadASCII import load_points_file, export_boundary_file 7 7 import random 8 8 … … 16 16 from load_mesh.loadASCII import load_xya_file 17 17 18 point_dict = load_ xya_file(point_file)18 point_dict = load_points_file(point_file) 19 19 points = point_dict['pointlist'] 20 20 #title_string = point_dict['title']
Note: See TracChangeset
for help on using the changeset viewer.