Changeset 7128


Ignore:
Timestamp:
May 28, 2009, 4:34:47 PM (15 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/hobart_2009/Arc_asc2raster_GDA94z55.py

    r7083 r7128  
    3333time_dir6 = '20090505_151447_run_final_0_64477_None_kvanputt'
    3434
    35 time_dirs = [time_dir1] #, time_dir2, time_dir3, time_dir4, time_dir5, time_dir6]
     35time_dirs = [time_dir1, time_dir2, time_dir3, time_dir4, time_dir5, time_dir6]
    3636 
    3737for time_dir in time_dirs:
     
    5252        replicate = (('hobart', ''), ('fitting_problem', ''),
    5353                     ('_', ''), ('max','_M'), ('depth','_depth'),
    54                      ('speed', '_speed_'), ('elevation', '_ele_'), ('stage','_stage'))
     54                     ('speed', '_speed'), ('elevation', '_ele'), ('stage','_stage'))
    5555
    5656        generate_filename = []
    5757
    58         infile = folder + model + '_' + area + '_elevation.asc'
     58        infile = folder + model + '_' + area + '_speed_max.asc'
    5959               
    6060        output_DEM = os.path.basename(infile)[:-4]
     
    7979                                       ",PARAMETER['Latitude_Of_Origin',0.0],UNIT['Meter',1.0]]")
    8080
    81         land = land_folder + '_' + area
    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)
     81##        land = land_folder + '_' + area
     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.