- Timestamp:
- Feb 23, 2009, 1:58:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/standardised_version/project.py
r6365 r6375 72 72 'XYAHD_clip.txt'] # To extend boundary 73 73 74 # BOUNDING POLYGON - for data clipping and estimate of triangles in mesh 74 ### Add csv header list to all files in point_filenames 75 ##headerlist = ['x', 'y', 'elevation'] 76 ##for f in point_filenames: 77 ## add_csv_header(join(topographies_folder, f), headerlist) 78 79 # BOUNDING POLYGON - for data clipping and estimate of triangles in mesh 75 80 # Used in build_elevation.py 76 81 # Format for points easting,northing (no header)
Note: See TracChangeset
for help on using the changeset viewer.