Changeset 6375


Ignore:
Timestamp:
Feb 23, 2009, 1:58:20 PM (15 years ago)
Author:
Leharne
Message:

included add_csv_header function to add headers to elevation point files automatically

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/busselton/standardised_version/project.py

    r6365 r6375  
    7272                   'XYAHD_clip.txt']            # To extend boundary
    7373
    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
    7580# Used in build_elevation.py
    7681# Format for points easting,northing (no header)
Note: See TracChangeset for help on using the changeset viewer.