Changeset 2855
- Timestamp:
- May 12, 2006, 1:37:13 PM (19 years ago)
- Location:
- production/pt_hedland_2006
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
production/pt_hedland_2006/project.py
r2848 r2855 105 105 106 106 #Interior region - Pt Hedland town 107 i0 = [ 708940.32, 7750510.33] # these are just currently,d1, d2 and d3108 i1 = [656561.15, 77 32615.11]109 i2 = [6 04415.81, 7733013.56]107 i0 = [690000, 7750510.33] # these are just currently close to d1, d2 and d3 108 i1 = [656561.15, 7750000] 109 i2 = [620000, 7733013.56] 110 110 111 111 poly_pt_hedland = [i0, i1, i2] -
production/pt_hedland_2006/run_pt_hedland.py
r2848 r2855 127 127 pt_hedland_res = 25000 128 128 # derive poly_coast from project.coast_name using alpha_shape 129 interior_regions = [ [project.poly_pt_hedland, pt_hedland_res]]#,129 interior_regions = []#[[project.poly_pt_hedland, pt_hedland_res]]#, 130 130 #[project.poly_coast, coast_res], 131 131 #[project.poly_region, region_res]]
Note: See TracChangeset
for help on using the changeset viewer.