Ignore:
Timestamp:
Feb 24, 2009, 9:18:06 AM (15 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/patong/asc2raster_WGS84z47N.py

    r6273 r6390  
    2626
    2727
    28 time_dir1 = '20090130_135044_run_final_0.8_buildings_onielsen'
    29 time_dir2 = '20090123_135355_run_final_0.8_buildings_onielsen'
     28time_dir1 = '20090213_142042_run_final_0.8_buildings_onielsen'
     29#time_dir2 = '20090204_143421_run_final_0.8_buildings_transmissive_onielsen'
    3030
    3131time_dirs = [time_dir1] #, time_dir2]
    32 
     32 
    3333for time_dir in time_dirs:
    3434
     
    5050
    5151    generate_filename = []
    52     input_ascii = glob.glob(folder + '*speed.asc')
     52    input_ascii = glob.glob(folder + '*depth.asc')
    5353
    5454    for infile in input_ascii:
     
    7474                                                   ",PARAMETER['Latitude_Of_Origin',0.0],UNIT['Meter',1.0]]")
    7575
    76 ##        output_extract = output_DEM + 'E'
    77 ##        print 'Output Extract ',output_extract
    78 ##        print 'Process: Extract by Mask'
    79 ##        gp.ExtractByMask_sa(output_DEM, land, output_extract)
     76        output_extract = output_DEM + 'E'
     77        print 'Output Extract ',output_extract
     78        print 'Process: Extract by Mask'
     79        gp.ExtractByMask_sa(output_DEM, land, output_extract)
    8080
    8181
Note: See TracChangeset for help on using the changeset viewer.