Changeset 5524
- Timestamp:
- Jul 18, 2008, 9:51:59 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth/build_perth.py
r5497 r5524 66 66 island_in_dir_name3 = project.island_in_dir_name3 67 67 offshore_in_dir_name = project.offshore_in_dir_name 68 offshore_in_dir_name1 = project.offshore_in_dir_name1 69 offshore_in_dir_name2 = project.offshore_in_dir_name2 68 70 69 71 … … 75 77 island_dir_name3 = project.island_dir_name3 76 78 offshore_dir_name = project.offshore_dir_name 79 offshore_dir_name1 = project.offshore_dir_name1 80 offshore_dir_name2 = project.offshore_dir_name2 77 81 78 82 # creates DEM from asc data … … 114 118 print'create Geospatial data7 objects from topographies' 115 119 G_off = Geospatial_data(file_name = offshore_in_dir_name + '.txt') 120 print'create Geospatial data7 objects from topographies' 121 G_off1 = Geospatial_data(file_name = offshore_in_dir_name1 + '.txt') 122 print'create Geospatial data7 objects from topographies' 123 G_off2 = Geospatial_data(file_name = offshore_in_dir_name2 + '.txt') 116 124 117 125 118 126 print'add all geospatial objects' 119 G = G1 + G2 + G3 + G4 + G5 + G6 + G_off 127 G = G1 + G2 + G3 + G4 + G5 + G6 + G_off + G_off1 + G_off2 120 128 121 129 print'clip combined geospatial object by bounding polygon'
Note: See TracChangeset
for help on using the changeset viewer.