Ignore:
Timestamp:
Sep 26, 2006, 9:47:06 AM (18 years ago)
Author:
sexton
Message:

constants for export results

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/hobart_2006/project.py

    r3665 r3667  
    119119eastingmax = 536000
    120120northingmin = 5245000
    121 northingmax = 5260000
     121northingmax = 5265000
     122# clipping 25m onshore data set
     123eastingmin25 = 520000
     124eastingmax25 = 580000
     125northingmin25 = 5170000
     126northingmax25 = 5260000
    122127
    123128# region to export for inundation map
    124 e_min_area = 490000
    125 e_max_area = 580000
    126 n_min_area = 5160000
    127 n_max_area = 5275000
     129e_min_area = 521000#490000
     130e_max_area = 522000#580000
     131n_min_area = 5190000#5160000
     132n_max_area = 5200000#5275000
    128133
    129134from anuga.coordinate_transforms.redfearn import degminsec2decimal_degrees, convert_points_from_latlon_to_utm
     
    133138north = degminsec2decimal_degrees(-42,30,0)
    134139west = degminsec2decimal_degrees(146,45,0)
    135 east = degminsec2decimal_degrees(148,15,0)
     140east = degminsec2decimal_degrees(148,0,0)#degminsec2decimal_degrees(148,15,0)
    136141
    137142#Main Domain of Hobart: first run JS 18/9/06
     
    143148polyAll, zone = convert_points_from_latlon_to_utm([d0, d1, d2, d3])
    144149refzone = 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
     154polyAll = [[520000, 5170000],[580000, 5170000],[580000, 5200000],[590000,5240000],[520000,5260000]] # try this is the above works
     155# bottom bright, topr, top, left
    146156
    147157# region to export for Alex to make bathymetry map
    148 e_min_area = 500000 #490000
    149 e_max_area = 560000 #580000
    150 n_min_area = 5240000#5160000
    151 n_max_area = 5260000#5270000
     158e_min_area = 560000#500000 #490000
     159e_max_area = 570000#560000 #580000
     160n_min_area = 5200000#5240000#5160000
     161n_max_area = 5230000#5260000#5270000
    152162
    153163#Interior region - Hobart city area + Glenorchy, Kingston
Note: See TracChangeset for help on using the changeset viewer.