Changeset 5524 for anuga_work/production


Ignore:
Timestamp:
Jul 18, 2008, 9:51:59 AM (16 years ago)
Author:
kristy
Message:

input more bathymetry data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/perth/build_perth.py

    r5497 r5524  
    6666island_in_dir_name3 = project.island_in_dir_name3
    6767offshore_in_dir_name = project.offshore_in_dir_name
     68offshore_in_dir_name1 = project.offshore_in_dir_name1
     69offshore_in_dir_name2 = project.offshore_in_dir_name2
    6870
    6971
     
    7577island_dir_name3 = project.island_dir_name3
    7678offshore_dir_name = project.offshore_dir_name
     79offshore_dir_name1 = project.offshore_dir_name1
     80offshore_dir_name2 = project.offshore_dir_name2
    7781
    7882# creates DEM from asc data
     
    114118print'create Geospatial data7 objects from topographies'
    115119G_off = Geospatial_data(file_name = offshore_in_dir_name + '.txt')
     120print'create Geospatial data7 objects from topographies'
     121G_off1 = Geospatial_data(file_name = offshore_in_dir_name1 + '.txt')
     122print'create Geospatial data7 objects from topographies'
     123G_off2 = Geospatial_data(file_name = offshore_in_dir_name2 + '.txt')
    116124
    117125
    118126print'add all geospatial objects'
    119 G = G1 + G2 + G3 + G4 + G5 + G6 + G_off
     127G = G1 + G2 + G3 + G4 + G5 + G6 + G_off + G_off1 + G_off2
    120128
    121129print'clip combined geospatial object by bounding polygon'
Note: See TracChangeset for help on using the changeset viewer.