Changeset 3658


Ignore:
Timestamp:
Sep 22, 2006, 4:21:46 PM (18 years ago)
Author:
sexton
Message:

change bounding polygon for Hobart

File:
1 edited

Legend:

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

    r3650 r3658  
    145145SEcorner = polyAll[2]
    146146
     147#Main Domain of Hobart: updated region from Alex JS 22/9/06
     148j0 = [583819.54,5193158.37]
     149j1 = [585025.05,5172148.01]
     150j2 = [583991.76,5155443.05]
     151j3 = [486000.80,5155443.05]
     152j4 = [486173.02,5165603.80]
     153j5 = [478939.94,5170770.28]
     154j6 = [479628.80,5290787.67]
     155j7 = [570731.12,5281488.00]
     156j8 = [583991.76,5266160.77]
     157j9 = [590363.75,5268399.58]
     158j10 = [597252.40,5276838.17]
     159#j11 = [602418.88,5276838.17]
     160j11 = [600000,5276838.17]
     161#j12 = [600868.93,5201924.17]
     162j12 = [597600, 5201914]
     163#j13 = [593119.21,5196241.04]
     164j13 = [590000,5196241]
     165#j14 = [583819.54,5193158.37]
     166j14 = [580000, 5193160]ZZ
     167polyAll = [j0,j1,j2,j3,j4,j5,j6,j7,j8,j9,j10,j11,j12,j13,j14]
     168
    147169# region to export for Alex to make bathymetry map
    148170e_min_area = 480000#NWcorner[0]
    149171e_max_area = 600000#SEcorner[0]
    150 n_min_area = 5156000#NWcorner[1]
    151 n_max_area = 5285000#SEcorner[1]
     172n_min_area = 5160000#NWcorner[1]
     173n_max_area = 5280000#SEcorner[1]
    152174
    153175#Interior region - Hobart city area + Glenorchy, Kingston
Note: See TracChangeset for help on using the changeset viewer.