Changeset 7558


Ignore:
Timestamp:
Nov 19, 2009, 10:29:53 AM (14 years ago)
Author:
sexton
Message:

minor updates to Mandurah scripts

Location:
anuga_work/production/wa/mandurah_2009
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/wa/mandurah_2009/build_elevation.py

    r7557 r7558  
    8282G2 = None
    8383for key in geospatial_data:
    84     if key == 'extract_m_peel':
    85         G1 = geospatial_data[key].clip(project.clip_box)
    86     if key == 'm_peel_10m':
    87         G2 = geospatial_data[key].clip_outside(project.clip_box)
     84    #if key == 'extract_m_peel':
     85    #    G1 = geospatial_data[key].clip(project.clip_box)
     86    #if key == 'm_peel_10m':
     87    #    G2 = geospatial_data[key].clip_outside(project.clip_box)
    8888
    8989    G += geospatial_data[key]
    90 G = G + G1 + G2
     90#G = G + G1 + G2
    9191   
    9292print 'Export combined DEM file'
  • anuga_work/production/wa/mandurah_2009/project.py

    r7557 r7558  
    7171                   'MS0404_AHD.txt',
    7272                   'YU0403HY_AHD.txt', # All data
    73                    'coastline.txt']    # Coastline
     73                   'coastline_v1.txt']    # Coastline
    7474
    7575### Add csv header list to all files in point_filenames
Note: See TracChangeset for help on using the changeset viewer.