Changeset 6686
- Timestamp:
- Apr 1, 2009, 2:53:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/asc2raster_WGS84z47N.py
r6390 r6686 26 26 27 27 28 time_dir1 = '20090 213_142042_run_final_0.8_buildings_onielsen'28 time_dir1 = '20090323_192017_run_final_0.8_mux_small_final_onielsen' 29 29 #time_dir2 = '20090204_143421_run_final_0.8_buildings_transmissive_onielsen' 30 30 … … 50 50 51 51 generate_filename = [] 52 input_ascii = glob.glob(folder + '* depth.asc')52 input_ascii = glob.glob(folder + '*speed.asc') 53 53 54 54 for infile in input_ascii: … … 74 74 ",PARAMETER['Latitude_Of_Origin',0.0],UNIT['Meter',1.0]]") 75 75 76 output_extract = output_DEM + 'E'77 print 'Output Extract ',output_extract78 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) 80 80 81 81
Note: See TracChangeset
for help on using the changeset viewer.