Changeset 3667
- Timestamp:
- Sep 26, 2006, 9:47:06 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/hobart_2006/project.py
r3665 r3667 119 119 eastingmax = 536000 120 120 northingmin = 5245000 121 northingmax = 5260000 121 northingmax = 5265000 122 # clipping 25m onshore data set 123 eastingmin25 = 520000 124 eastingmax25 = 580000 125 northingmin25 = 5170000 126 northingmax25 = 5260000 122 127 123 128 # region to export for inundation map 124 e_min_area = 490000125 e_max_area = 5 80000126 n_min_area = 51 60000127 n_max_area = 52 75000129 e_min_area = 521000#490000 130 e_max_area = 522000#580000 131 n_min_area = 5190000#5160000 132 n_max_area = 5200000#5275000 128 133 129 134 from anuga.coordinate_transforms.redfearn import degminsec2decimal_degrees, convert_points_from_latlon_to_utm … … 133 138 north = degminsec2decimal_degrees(-42,30,0) 134 139 west = degminsec2decimal_degrees(146,45,0) 135 east = degminsec2decimal_degrees(148, 15,0)140 east = degminsec2decimal_degrees(148,0,0)#degminsec2decimal_degrees(148,15,0) 136 141 137 142 #Main Domain of Hobart: first run JS 18/9/06 … … 143 148 polyAll, zone = convert_points_from_latlon_to_utm([d0, d1, d2, d3]) 144 149 refzone = zone 145 polyAll = [[500000, 5200000],[520000, 5200000],[520000, 5400000],[500000,5400000]] 150 #polyAll = [[500000, 5200000],[580000, 5200000],[580000, 5270000],[500000,5270000]] #073937 151 #polyAll = [[500000, 5160000],[580000, 5160000],[580000, 5270000],[500000,5270000]] # try this is the above works 152 #polyAll = [[510000, 5170000],[570000, 5170000],[570000, 5250000],[510000,5250000]] # try this is the above works 153 #polyAll = [[520000, 5160000],[580000, 5170000],[580000, 5200000],[600000,5260000],[510000,5280000]] # try this is the above works 154 polyAll = [[520000, 5170000],[580000, 5170000],[580000, 5200000],[590000,5240000],[520000,5260000]] # try this is the above works 155 # bottom bright, topr, top, left 146 156 147 157 # region to export for Alex to make bathymetry map 148 e_min_area = 5 00000 #490000149 e_max_area = 5 60000 #580000150 n_min_area = 52 40000#5160000151 n_max_area = 52 60000#5270000158 e_min_area = 560000#500000 #490000 159 e_max_area = 570000#560000 #580000 160 n_min_area = 5200000#5240000#5160000 161 n_max_area = 5230000#5260000#5270000 152 162 153 163 #Interior region - Hobart city area + Glenorchy, Kingston
Note: See TracChangeset
for help on using the changeset viewer.