Changeset 6028 for anuga_work/production/patong/asc2raster_WGS84z47N.py
- Timestamp:
- Nov 28, 2008, 11:50:28 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/asc2raster_WGS84z47N.py
r5971 r6028 26 26 27 27 28 time_dir1 = '2008111 3_153848_run_final_0_kvanputt'28 time_dir1 = '20081117_142008_run_final_0_kvanputt' 29 29 30 30 time_dirs = [time_dir1] … … 38 38 39 39 # Process: Create File GDB... 40 gp.CreateFileGDB_management(folder, "raster")40 # gp.CreateFileGDB_management(folder, "raster") 41 41 42 42 gp.Workspace = raster_gbd … … 49 49 50 50 generate_filename = [] 51 input_ascii = glob.glob(folder + '* .asc')51 input_ascii = glob.glob(folder + '*ion.asc') 52 52 53 53 for infile in input_ascii:
Note: See TracChangeset
for help on using the changeset viewer.