Changeset 5796
- Timestamp:
- Sep 30, 2008, 1:03:02 PM (16 years ago)
- Location:
- anuga_work/production
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/project.py
r5792 r5796 108 108 coast_name1 = 'Busselton_BeachSurvey.txt' 109 109 # bathymetry: format x,y,elevation (with title) 110 offshore_name = 'Busselton_NavyFinal '111 offshore_name1 = 'Busselton_Chart '112 offshore_name2 = 'Busselton_Digitised '113 offshore_name3 = 'Busselton_250m ' # for areas that were heading to zero - 2005 Bathymetry grid114 offshore_name4 = 'Bunbury_TIN ' # for area within Bunbury 500 mesh less than zero generated from TIN115 offshore_name5 = 'Busselton_TIN ' # for area within Busselton 500 mesh less than zero generated from TIN110 offshore_name = 'Busselton_NavyFinal.txt' 111 offshore_name1 = 'Busselton_Chart.txt' 112 offshore_name2 = 'Busselton_Digitised.txt' 113 offshore_name3 = 'Busselton_250m.txt' # for areas that were heading to zero - 2005 Bathymetry grid 114 offshore_name4 = 'Bunbury_TIN.txt' # for area within Bunbury 500 mesh less than zero generated from TIN 115 offshore_name5 = 'Busselton_TIN.txt' # for area within Busselton 500 mesh less than zero generated from TIN 116 116 117 117 # gauges - used in get_timeseries.py … … 123 123 # Check the run_busselton.py for boundary_tags 124 124 # thinned ordering file from Hazard Map: format is index,latitude,longitude (with title) 125 order_filename = 'thinned_boundary_ordering. txt'125 order_filename = 'thinned_boundary_ordering.csv' 126 126 #landward bounding points 127 landward = 'landward_bounding_polygon. txt'127 landward = 'landward_bounding_polygon.csv' 128 128 129 129 #------------------------------------------------------------------------------ -
anuga_work/production/carnarvon/project.py
r5790 r5796 100 100 # Check the run_carnarvon.py for boundary_tags 101 101 # thinned ordering file from Hazard Map: format is index,latitude,longitude (with title) 102 order_filename = 'thinned_boundary_ordering. txt'102 order_filename = 'thinned_boundary_ordering.csv' 103 103 #landward bounding points 104 landward = 'landward_bounding_polygon. txt'104 landward = 'landward_bounding_polygon.csv' 105 105 106 106 #------------------------------------------------------------------------------ -
anuga_work/production/geraldton/project.py
r5789 r5796 103 103 # Check the run_geraldton.py for boundary_tags 104 104 # thinned ordering file from Hazard Map: format is index,latitude,longitude (with title) 105 order_filename = 'thinned_boundary_ordering. txt'105 order_filename = 'thinned_boundary_ordering.csv' 106 106 #landward bounding points 107 landward = 'landward_bounding_polygon. txt'107 landward = 'landward_bounding_polygon.csv' 108 108 109 109 #------------------------------------------------------------------------------ -
anuga_work/production/perth/project.py
r5783 r5796 106 106 # Check the run_perth.py for boundary_tags 107 107 # thinned ordering file from Hazard Map: format is index,latitude,longitude (with title) 108 order_filename = 'thinned_boundary_ordering. txt'108 order_filename = 'thinned_boundary_ordering.csv' 109 109 #landward bounding points 110 landward = 'landward_bounding_polygon. txt'110 landward = 'landward_bounding_polygon.csv' 111 111 112 112 #------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.