Changeset 7066
- Timestamp:
- May 25, 2009, 11:01:56 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/new_south_wales/batemans_bay/Arc_asc2raster_GDA94z56.py
r7045 r7066 3 3 # with and ArcGIS licence and version 2.4.1 python. 4 4 # This script is designed to read in .asc files and deliever rasters with 5 # projection (GDA94z5 0) held in a file geodatabase (called raster)5 # projection (GDA94z56) held in a file geodatabase (called raster) 6 6 # written by Kristy Van Putten and Ross Wilson 7 7 # --------------------------------------------------------------------------- … … 22 22 gp.overwriteoutput = 1 23 23 24 scenario_dir="\\\\nas2\\gemd\\georisk_models\\inundation\\data\\new_south_wales\\ gosford_tsunami_scenario_2009\\"24 scenario_dir="\\\\nas2\\gemd\\georisk_models\\inundation\\data\\new_south_wales\\batemans_bay_tsunami_scenario_2009\\" 25 25 output_dir = "anuga\\outputs\\" 26 26 … … 29 29 ##time_dirs = [time_dir1, time_dir2] 30 30 31 time_dir1 = '20090 514_094907_run_final_0_58242_jgriffin'32 ##time_dir2 = '20090323_161308_run_final_0_58115_jgriffin'33 ##time_dir3 = '20090323_161328_run_final_0_58226_jgriffin'34 ##time_dir4 = '20090323_164424_run_final_0_58284_jgriffin'31 time_dir1 = '20090422_151142_run_final_1.0_51436_viz_jgriffin' 32 time_dir2 = '20090422_151153_run_final_1.0_58368_viz_jgriffin' 33 time_dir3 = '20090422_162054_run_final_0.0_58368_jgriffin' 34 time_dir4 = '20090422_162114_run_final_0.0_51436_jgriffin' 35 35 ##time_dir5 = '20090323_164755_run_final_0_58286_jgriffin' 36 36 ##time_dir6 = '20081031_133925_run_final_0.6_27283_alpha0.1_kvanputt' 37 37 38 38 39 time_dirs = [time_dir1 ]#, time_dir2, time_dir3, time_dir4, time_dir5]#, time_dir6]39 time_dirs = [time_dir1, time_dir2, time_dir3, time_dir4]#, time_dir5]#, time_dir6] 40 40 41 41 for time_dir in time_dirs: … … 56 56 57 57 #replication dictionary 58 replicate = ((' gosford', ''),58 replicate = (('batemans_bay', ''), 59 59 ('_', ''),('Geordie', 'Geo'),('Sorrento', 'Sor'), ('max','M_'), 60 60 ('Fremantle', 'Fre'),('Rockingham', 'Roc'),('depth','_dep_'),
Note: See TracChangeset
for help on using the changeset viewer.