Ignore:
Timestamp:
May 25, 2009, 11:01:56 AM (15 years ago)
Author:
jgriffin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/new_south_wales/batemans_bay/Arc_asc2raster_GDA94z56.py

    r7045 r7066  
    33# with and ArcGIS licence and version 2.4.1 python.
    44# This script is designed to read in .asc files and deliever rasters with
    5 # projection (GDA94z50) held in a file geodatabase (called raster)
     5# projection (GDA94z56) held in a file geodatabase (called raster)
    66# written by Kristy Van Putten and Ross Wilson
    77# ---------------------------------------------------------------------------
     
    2222gp.overwriteoutput = 1
    2323
    24 scenario_dir="\\\\nas2\\gemd\\georisk_models\\inundation\\data\\new_south_wales\\gosford_tsunami_scenario_2009\\"
     24scenario_dir="\\\\nas2\\gemd\\georisk_models\\inundation\\data\\new_south_wales\\batemans_bay_tsunami_scenario_2009\\"
    2525output_dir = "anuga\\outputs\\"
    2626
     
    2929##time_dirs = [time_dir1, time_dir2]
    3030
    31 time_dir1 = '20090514_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'
     31time_dir1 = '20090422_151142_run_final_1.0_51436_viz_jgriffin'
     32time_dir2 = '20090422_151153_run_final_1.0_58368_viz_jgriffin'
     33time_dir3 = '20090422_162054_run_final_0.0_58368_jgriffin'
     34time_dir4 = '20090422_162114_run_final_0.0_51436_jgriffin'
    3535##time_dir5 = '20090323_164755_run_final_0_58286_jgriffin'
    3636##time_dir6 = '20081031_133925_run_final_0.6_27283_alpha0.1_kvanputt'
    3737
    3838
    39 time_dirs = [time_dir1]#, time_dir2, time_dir3, time_dir4, time_dir5]#, time_dir6]
     39time_dirs = [time_dir1, time_dir2, time_dir3, time_dir4]#, time_dir5]#, time_dir6]
    4040
    4141for time_dir in time_dirs:
     
    5656   
    5757    #replication dictionary
    58     replicate = (('gosford', ''),
     58    replicate = (('batemans_bay', ''),
    5959                 ('_', ''),('Geordie', 'Geo'),('Sorrento', 'Sor'), ('max','M_'),
    6060                 ('Fremantle', 'Fre'),('Rockingham', 'Roc'),('depth','_dep_'),
Note: See TracChangeset for help on using the changeset viewer.