- Timestamp:
- Mar 2, 2010, 2:31:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/bunbury_storm_surge_2009/build_elevation.py
r7613 r7647 84 84 keylist = project.ascii_grid_filenames + project.point_filenames 85 85 86 G1 = geospatial_data['swwa_10m '].clip_outside(project.elevation_clip_box)87 G2 = geospatial_data['bunbury_5m '].clip(project.elevation_clip_box)86 G1 = geospatial_data['swwa_10m_IC'].clip_outside(project.elevation_clip_box) 87 G2 = geospatial_data['bunbury_5m_IC'].clip(project.elevation_clip_box) 88 88 #~ G2 = geospatial_data['bunbury_nth_a'].clip(project.elevation_clip_box) 89 89 #~ G3 = geospatial_data['bunbury_nth_b'].clip(project.elevation_clip_box) … … 94 94 G5 = geospatial_data['Busselton_NavyFinal_Clip_ss.txt'] 95 95 G6 = geospatial_data['Leschenault_TIN.txt'] 96 G7 = geospatial_data['DPI5U1A02_01a_edited.txt'] 97 G8 = geospatial_data['DPI5U1A02_01b_edited.txt'] 98 G9 = geospatial_data['DPI5U1A02_01c_edited.txt'] 99 G10 = geospatial_data['DPI5U1A02_01d_edited.txt'] 100 G11 = geospatial_data['DPI5U1A02_01e_edited.txt'] 96 G7 = geospatial_data['Leschenault_Inlet_TIN.txt'] 97 G8 = geospatial_data['DPI5U1A02_01a_edited.txt'] 98 G9 = geospatial_data['DPI5U1A02_01b_edited.txt'] 99 G10 = geospatial_data['DPI5U1A02_01c_edited.txt'] 100 G11 = geospatial_data['DPI5U1A02_01d_edited.txt'] 101 G12 = geospatial_data['DPI5U1A02_01e_edited.txt'] 101 102 102 103 #~ G_list = [G1, G2, G3, G4, G5, G6, G7, G8, G9, G10] … … 113 114 #~ print 'G10', G10.attributes 114 115 115 G = G1 + G2 + G3 + G4 + G5 + G6 + G7 + G8 + G9 + G10 + G11 116 G = G1 + G2 + G3 + G4 + G5 + G6 + G7 + G8 + G9 + G10 + G11 + G12 116 117 117 118 # G = None … … 145 146 G10.export_points_file(join(project.topographies_folder, keylist[9] +'_export.txt')) 146 147 G11.export_points_file(join(project.topographies_folder, keylist[10] +'_export.txt')) 148 G12.export_points_file(join(project.topographies_folder, keylist[11] +'_export.txt'))
Note: See TracChangeset
for help on using the changeset viewer.