Changeset 2855


Ignore:
Timestamp:
May 12, 2006, 1:37:13 PM (18 years ago)
Author:
sexton
Message:

updates

Location:
production/pt_hedland_2006
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • production/pt_hedland_2006/project.py

    r2848 r2855  
    105105
    106106#Interior region - Pt Hedland town
    107 i0 = [708940.32, 7750510.33] # these are just currently, d1, d2 and d3
    108 i1 = [656561.15, 7732615.11]
    109 i2 = [604415.81, 7733013.56]
     107i0 = [690000, 7750510.33] # these are just currently close to d1, d2 and d3
     108i1 = [656561.15, 7750000]
     109i2 = [620000, 7733013.56]
    110110
    111111poly_pt_hedland = [i0, i1, i2]
  • production/pt_hedland_2006/run_pt_hedland.py

    r2848 r2855  
    127127pt_hedland_res = 25000
    128128# derive poly_coast from project.coast_name using alpha_shape
    129 interior_regions = [[project.poly_pt_hedland, pt_hedland_res]]#,
     129interior_regions = []#[[project.poly_pt_hedland, pt_hedland_res]]#,
    130130                    #[project.poly_coast, coast_res],
    131131                    #[project.poly_region, region_res]]
Note: See TracChangeset for help on using the changeset viewer.