Ignore:
Timestamp:
Aug 20, 2009, 9:20:31 AM (15 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/carnarvon/carnarvon_rerun/Arc_asc2raster_GDA94z49.py

    r6984 r7385  
    3232time_dir6 = '20090327_160753_run_final_0_27283_Bt_kvanputt'
    3333
    34 time_dirs = [time_dir1, time_dir2, time_dir3, time_dir4, time_dir5, time_dir6]   
     34time_dirs = [time_dir1] #, time_dir2, time_dir3, time_dir4, time_dir5, time_dir6]   
    3535
    3636for time_dir in time_dirs:
     
    5555
    5656    generate_filename = []
    57     input_ascii = glob.glob(folder + '*depth_max.asc')
     57    input_ascii = glob.glob(folder + '*elevation.asc')
    5858
    5959    for infile in input_ascii:
     
    8080
    8181 
    82         print 'Process: Extract by Mask'
    83         output_extract = output_DEM + '_E'
    84         print 'Output Extract ',output_extract
    85         gp.ExtractByMask_sa(output_DEM, land, output_extract)
     82##        print 'Process: Extract by Mask'
     83##        output_extract = output_DEM + '_E'
     84##        print 'Output Extract ',output_extract
     85##        gp.ExtractByMask_sa(output_DEM, land, output_extract)
    8686
    8787
Note: See TracChangeset for help on using the changeset viewer.