Changeset 7128
- Timestamp:
- May 28, 2009, 4:34:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/hobart_2009/Arc_asc2raster_GDA94z55.py
r7083 r7128 33 33 time_dir6 = '20090505_151447_run_final_0_64477_None_kvanputt' 34 34 35 time_dirs = [time_dir1 ] #, time_dir2, time_dir3, time_dir4, time_dir5, time_dir6]35 time_dirs = [time_dir1, time_dir2, time_dir3, time_dir4, time_dir5, time_dir6] 36 36 37 37 for time_dir in time_dirs: … … 52 52 replicate = (('hobart', ''), ('fitting_problem', ''), 53 53 ('_', ''), ('max','_M'), ('depth','_depth'), 54 ('speed', '_speed _'), ('elevation', '_ele_'), ('stage','_stage'))54 ('speed', '_speed'), ('elevation', '_ele'), ('stage','_stage')) 55 55 56 56 generate_filename = [] 57 57 58 infile = folder + model + '_' + area + '_ elevation.asc'58 infile = folder + model + '_' + area + '_speed_max.asc' 59 59 60 60 output_DEM = os.path.basename(infile)[:-4] … … 79 79 ",PARAMETER['Latitude_Of_Origin',0.0],UNIT['Meter',1.0]]") 80 80 81 land = land_folder + '_' + area82 print 'Process: Extract by Mask'83 output_extract = output_DEM + '_E'84 print 'Output Extract ',output_extract85 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) 86 86 87 87
Note: See TracChangeset
for help on using the changeset viewer.