Changeset 6686


Ignore:
Timestamp:
Apr 1, 2009, 2:53:41 PM (15 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

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

    r6390 r6686  
    2626
    2727
    28 time_dir1 = '20090213_142042_run_final_0.8_buildings_onielsen'
     28time_dir1 = '20090323_192017_run_final_0.8_mux_small_final_onielsen'
    2929#time_dir2 = '20090204_143421_run_final_0.8_buildings_transmissive_onielsen'
    3030
     
    5050
    5151    generate_filename = []
    52     input_ascii = glob.glob(folder + '*depth.asc')
     52    input_ascii = glob.glob(folder + '*speed.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.