Changeset 5525
- Timestamp:
- Jul 18, 2008, 9:52:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/build_busselton.py
r5415 r5525 61 61 offshore_in_dir_name1 = project.offshore_in_dir_name1 62 62 offshore_in_dir_name2 = project.offshore_in_dir_name2 63 63 offshore_in_dir_name3 = project.offshore_in_dir_name3 64 64 65 65 onshore_dir_name = project.onshore_dir_name … … 69 69 offshore_dir_name1 = project.offshore_dir_name1 70 70 offshore_dir_name2 = project.offshore_dir_name2 71 offshore_dir_name3 = project.offshore_dir_name3 71 72 72 73 # creates DEM from asc data … … 94 95 G_off1 = Geospatial_data(file_name = offshore_in_dir_name1 + '.txt',verbose=True) 95 96 G_off2 = Geospatial_data(file_name = offshore_in_dir_name2 + '.txt',verbose=True) 96 97 G_off3 = Geospatial_data(file_name = offshore_in_dir_name3 + '.txt',verbose=True) 98 97 99 print'add all geospatial objects' 98 G = G1 + G2 + G3 + G_off + G_off1 + G_off2 100 G = G1 + G2 + G3 + G_off + G_off1 + G_off2 + G_off3 99 101 100 102 print'clip combined geospatial object by bounding polygon'
Note: See TracChangeset
for help on using the changeset viewer.