Changeset 5753


Ignore:
Timestamp:
Sep 9, 2008, 2:16:04 PM (16 years ago)
Author:
kristy
Message:

data changed

File:
1 edited

Legend:

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

    r5655 r5753  
    6464offshore_in_dir_name1 = project.offshore_in_dir_name1
    6565offshore_in_dir_name2 = project.offshore_in_dir_name2
     66offshore_in_dir_name3 = project.offshore_in_dir_name3
    6667
    6768
     
    7576offshore_dir_name1 = project.offshore_dir_name1
    7677offshore_dir_name2 = project.offshore_dir_name2
     78offshore_dir_name3 = project.offshore_dir_name3
    7779
    7880# creates DEM from asc data
     
    114116print'create Geospatial data7 objects from topographies'
    115117G_off = Geospatial_data(file_name = offshore_in_dir_name + '.txt')
    116 print'create Geospatial data7 objects from topographies'
     118print'create Geospatial data8 objects from topographies'
    117119G_off1 = Geospatial_data(file_name = offshore_in_dir_name1 + '.txt')
    118 print'create Geospatial data7 objects from topographies'
     120print'create Geospatial data9 objects from topographies'
    119121G_off2 = Geospatial_data(file_name = offshore_in_dir_name2 + '.txt')
     122print'create Geospatial data10 objects from topographies'
     123G_off3 = Geospatial_data(file_name = offshore_in_dir_name3 + '.txt')
    120124
    121125
    122126print'add all geospatial objects'
    123 G = G1 + G2 + G3 + G4 + G5 + G6 + G_off + G_off1 + G_off2
     127G = G1 + G2 + G3 + G4 + G5 + G6 + G_off + G_off1 + G_off2 + G_off3
    124128
    125129print'clip combined geospatial object by bounding polygon'
Note: See TracChangeset for help on using the changeset viewer.