Changeset 7558
- Timestamp:
- Nov 19, 2009, 10:29:53 AM (15 years ago)
- 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 82 82 G2 = None 83 83 for 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) 88 88 89 89 G += geospatial_data[key] 90 G = G + G1 + G290 #G = G + G1 + G2 91 91 92 92 print 'Export combined DEM file' -
anuga_work/production/wa/mandurah_2009/project.py
r7557 r7558 71 71 'MS0404_AHD.txt', 72 72 'YU0403HY_AHD.txt', # All data 73 'coastline .txt'] # Coastline73 'coastline_v1.txt'] # Coastline 74 74 75 75 ### Add csv header list to all files in point_filenames
Note: See TracChangeset
for help on using the changeset viewer.