Changeset 5525


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

updated data input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/busselton/build_busselton.py

    r5415 r5525  
    6161offshore_in_dir_name1 = project.offshore_in_dir_name1
    6262offshore_in_dir_name2 = project.offshore_in_dir_name2
    63 
     63offshore_in_dir_name3 = project.offshore_in_dir_name3
    6464
    6565onshore_dir_name = project.onshore_dir_name
     
    6969offshore_dir_name1 = project.offshore_dir_name1
    7070offshore_dir_name2 = project.offshore_dir_name2
     71offshore_dir_name3 = project.offshore_dir_name3
    7172
    7273# creates DEM from asc data
     
    9495G_off1 = Geospatial_data(file_name = offshore_in_dir_name1 + '.txt',verbose=True)
    9596G_off2 = Geospatial_data(file_name = offshore_in_dir_name2 + '.txt',verbose=True)
    96 
     97G_off3 = Geospatial_data(file_name = offshore_in_dir_name3 + '.txt',verbose=True)
     98                         
    9799print'add all geospatial objects'
    98 G = G1 + G2 + G3 + G_off + G_off1 + G_off2
     100G = G1 + G2 + G3 + G_off + G_off1 + G_off2 + G_off3
    99101
    100102print'clip combined geospatial object by bounding polygon'
Note: See TracChangeset for help on using the changeset viewer.