- Timestamp:
- Aug 20, 2009, 9:20:31 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/carnarvon/carnarvon_rerun/Arc_asc2raster_GDA94z49.py
r6984 r7385 32 32 time_dir6 = '20090327_160753_run_final_0_27283_Bt_kvanputt' 33 33 34 time_dirs = [time_dir1 , time_dir2, time_dir3, time_dir4, time_dir5, time_dir6]34 time_dirs = [time_dir1] #, time_dir2, time_dir3, time_dir4, time_dir5, time_dir6] 35 35 36 36 for time_dir in time_dirs: … … 55 55 56 56 generate_filename = [] 57 input_ascii = glob.glob(folder + '* depth_max.asc')57 input_ascii = glob.glob(folder + '*elevation.asc') 58 58 59 59 for infile in input_ascii: … … 80 80 81 81 82 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)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.