Skip to content

Commit d83e12f

Browse files
committed
Added python file to find if point is in polygon
Added python file for universal transformation function Added other files for universal transformation function
1 parent 735a86a commit d83e12f

File tree

6 files changed

+15576
-0
lines changed

6 files changed

+15576
-0
lines changed
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
* EEZ_australia_approx.dig
2+
* Approximate boundaries of Australia's EEZ
3+
* Includes 200nm of coast and shelf boundaries for:
4+
* 1. Mainland Australia (MA)
5+
* 2. Cocos Island (CO)
6+
* 3. Christmas Island (CH)
7+
* 4. Norfolk Island
8+
* 5. Macquarie Island (MQ)
9+
* PLATE ID (two char)
10+
* Longitude, Latitude
11+
* …
12+
* *** end of line segment ***
13+
MA
14+
142.058, -9.259
15+
144.362, -9.334
16+
149.490, -13.71
17+
156.67, -14.08
18+
158.78, -15.75
19+
156.37, -19.38
20+
158.61, -25.14
21+
163.74, -26.36
22+
173.98, -25.60
23+
172.01, -27.14
24+
172.06, -30.45
25+
168.65, -32.56
26+
165.37, -31.74
27+
163.01, -33.16
28+
163.33, -36.65
29+
160.69, -37.99
30+
156.17, -34.08
31+
152.97, -40.38
32+
153.78, -49.28
33+
152.19, -50.17
34+
145.17, -50.33
35+
142.21, -45.68
36+
139.83, -41.57
37+
131.91, -37.57
38+
125.13, -37.54
39+
115.05, -38.28
40+
111.79, -36.45
41+
107.88, -36.0
42+
108.03, -31.7
43+
111.24, -31.6
44+
109.63, -28.01
45+
105.52, -24.98
46+
111.49, -14.66
47+
114.76, -13.23
48+
118.17, -13.06
49+
121.99, -11.6
50+
134.11, -8.51
51+
139.60, -10.72
52+
142.058, -9.259
53+
*** end of line segment ***
54+
CO
55+
96.96, -8.41
56+
100.28, -10.84
57+
99.04, -14.94
58+
94.41, -14.64
59+
93.61, -10.41
60+
96.96, -8.41
61+
*** end of line segment ***
62+
CH
63+
106.42, -8.79
64+
109.09, -11.09
65+
107.87, -13.4
66+
103.95, -13.6
67+
102.17, -11.35
68+
102.59, -8.81
69+
106.42, -8.79
70+
*** end of line segment ***
71+
MQ
72+
160.62, -51.08
73+
165.05, -54.12
74+
164.17, -56.42
75+
162.93, -57.52
76+
163.26, -58.3
77+
160.8, -60.33
78+
157.75, -60.49
79+
155.43, -58.03
80+
153.0, -56.15
81+
153.22, -52.24
82+
160.62, -51.08
83+
*** end of line segment ***
84+

0 commit comments

Comments
 (0)