Ignore:
Timestamp:
May 30, 2008, 10:52:58 AM (15 years ago)
Author:
kristy
Message:

update scripts

File:
1 edited

Legend:

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

    r5149 r5381  
    7272print "creates DEMs from ascii data"
    7373convert_dem_from_ascii2netcdf(onshore_in_dir_name, basename_out=onshore_dir_name, use_cache=True, verbose=True)
    74 #convert_dem_from_ascii2netcdf(island_in_dir_name, basename_out=island_dir_name, use_cache=True, verbose=True)
    7574
    7675#creates pts file for onshore DEM
     
    111110#G_all=Geospatial_data(file_name = project.combined_dir_name + '.txt')
    112111print'split'
    113 G_all_1, = G.split(.10)
     112G_all_1 = G.split(.10)
    114113print'export 1'
    115114G_all_1.export_points_file(project.combined_dir_name+'_small' + '.txt')
Note: See TracChangeset for help on using the changeset viewer.