Changeset 7515
- Timestamp:
- Sep 17, 2009, 3:33:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DVD_images/update_DVD_images.py
r7390 r7515 277 277 } 278 278 279 geraldton_data = \ 280 {'jurisdiction': 'geraldton', # jurisdiction name 281 282 # paths to various source directories 283 'data_src_path': 'data/western_australia/geraldton_tsunami_scenario/anuga', 284 'arcgis_src_path': 'data/western_australia/geraldton_tsunami_scenario/ArcGIS', 285 'viz_src_path': 'data/western_australia/geraldton_tsunami_scenario/visualisations', 286 'proj_src_path': 'sandpits/jgriffin/ANUGA/anuga_work/production/wa/geraldton_2009', 287 'report_src_path': 'data/four_east_coast_communities_reporting/Professional_opinions_final', 288 289 # paths to destination directories (under 'jurisdiction' root) 290 'data_dst_path': 'data/western_australia/geraldton_tsunami_scenario/anuga', 291 'proj_dst_path': 'project', 292 'viz_dst_path': 'documents', 293 'arcgis_dst_path': 'data/western_australia/geraldton_tsunami_scenario/ArcGIS', 294 'report_dst_path': 'documents', 295 296 # copy or create whole directories 297 'make_dst_dirs': ['boundaries', 'meshes', 'outputs', 'topographies'], 298 'copy_data_dirs': ['polygons', 'gauges'], 299 300 # copy 'data' files or directories 301 'copy_data_files': ['topographies/geraldton_combined_elevation.pts', 302 #'topographies/Data_lineage.doc', 303 'outputs/2004_tsunami_validation', 304 'boundaries/wa04_val', 305 'boundaries/landward_boundary.csv', 306 'boundaries/urs_order.csv' 307 ], 308 309 # copy 'visualisations' files or directories 310 'copy_viz_files': [], 311 312 # copy 'project' files or directories 313 'copy_proj_files': ['export_results_max.py', 'file_length.py', 314 'project.py', 'run_model.py', 'build_elevation.py', 315 'get_timeseries.py', 'setup_model.py', 316 'build_urs_boundary.py' 317 ], 318 319 # copy 'arcgis' files or directories 320 'copy_arc_files': [], 321 322 # copy 'report' file 323 'copy_report_files': ['GA_record_WA_tsunami_validation.pdf'] 324 } 325 326 279 327 # dictionary mapping lower-case jurisdiction name to jurisdiction data dictionary 280 328 source_jurisdiction_path = {'hobart': hobart_data, 281 329 'batemansbay': batemans_bay_data, 282 330 'gosford': gosford_data, 283 'goldcoast': gold_coast_data 331 'goldcoast': gold_coast_data , 332 'geraldton': geraldton_data 284 333 } 285 334
Note: See TracChangeset
for help on using the changeset viewer.