-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathmdr.json
47 lines (47 loc) · 893 Bytes
/
mdr.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"na": {
"color": "red",
"name": "North Atlantic",
"shortname": "NA",
"lat_min": 7.5,
"lat_max": 32.5,
"lon_min": -95.0,
"lon_max": -50.0
},
"enp": {
"color": "darkgreen",
"name": "Eastern North Pacific",
"shortname": "ENP",
"lat_min": 2.5,
"lat_max": 17.5,
"lon_min": -170.0,
"lon_max": -90.0
},
"wnp": {
"color": "blue",
"name": "Western North Pacific",
"shortname": "WNP",
"lat_min": 2.5,
"lat_max": 17.5,
"lon_min": 130.0,
"lon_max": 180.0
},
"ni": {
"color": "gold",
"name": "North Indian",
"shortname": "NI",
"lat_min": 2.5,
"lat_max": 22.5,
"lon_min": 50.0,
"lon_max": 110.0
},
"sh": {
"color": "black",
"name": "Sothern Hemisphere",
"shortname": "SH",
"lat_min": -20.0,
"lat_max": -2.5,
"lon_min": 60.0,
"lon_max": 180.0
}
}