Changeset 855 for inundation/ga/storm_surge/alpha_shape/alpha_shape.py
- Timestamp:
- Feb 9, 2005, 3:59:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/alpha_shape/alpha_shape.py
r853 r855 13 13 14 14 def alpha_shape_via_files(point_file, boundary_file, alpha= None): 15 16 from load_mesh.loadASCII import load_xya_file17 15 18 16 point_dict = load_points_file(point_file)
Note: See TracChangeset
for help on using the changeset viewer.