Changeset 5753
- Timestamp:
- Sep 9, 2008, 2:16:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth/build_perth.py
r5655 r5753 64 64 offshore_in_dir_name1 = project.offshore_in_dir_name1 65 65 offshore_in_dir_name2 = project.offshore_in_dir_name2 66 offshore_in_dir_name3 = project.offshore_in_dir_name3 66 67 67 68 … … 75 76 offshore_dir_name1 = project.offshore_dir_name1 76 77 offshore_dir_name2 = project.offshore_dir_name2 78 offshore_dir_name3 = project.offshore_dir_name3 77 79 78 80 # creates DEM from asc data … … 114 116 print'create Geospatial data7 objects from topographies' 115 117 G_off = Geospatial_data(file_name = offshore_in_dir_name + '.txt') 116 print'create Geospatial data 7objects from topographies'118 print'create Geospatial data8 objects from topographies' 117 119 G_off1 = Geospatial_data(file_name = offshore_in_dir_name1 + '.txt') 118 print'create Geospatial data 7objects from topographies'120 print'create Geospatial data9 objects from topographies' 119 121 G_off2 = Geospatial_data(file_name = offshore_in_dir_name2 + '.txt') 122 print'create Geospatial data10 objects from topographies' 123 G_off3 = Geospatial_data(file_name = offshore_in_dir_name3 + '.txt') 120 124 121 125 122 126 print'add all geospatial objects' 123 G = G1 + G2 + G3 + G4 + G5 + G6 + G_off + G_off1 + G_off2 127 G = G1 + G2 + G3 + G4 + G5 + G6 + G_off + G_off1 + G_off2 + G_off3 124 128 125 129 print'clip combined geospatial object by bounding polygon'
Note: See TracChangeset
for help on using the changeset viewer.