-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeployments.xml
70 lines (70 loc) · 2.41 KB
/
deployments.xml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<xml>
<!--
Control file for Jeremy Kasper's PacificGyre Microstar ice tracking drifters
-->
<Deployment>
<id>SFOS-IT-0021</id>
<drifter>SFOS-IT-0021</drifter>
<name>Ice Tracking Drifter #SFOS-IT-0022, Spring 2017</name>
<start>2017-03-01 20:00:00</start>
<latitude>71.3636</latitude>
<longitude>-156.2414</longitude>
<area>Chukchi Sea</area>
<purpose>To test the use of low cost GPS drifters for tracking oiled ice (BOEM).</purpose>
<tag>IceTracker2017</tag>
<status>OK</status>
<color>FF00FF00</color>
</Deployment>
<Deployment>
<id>SFOS-IT-0022</id>
<drifter>SFOS-IT-0022</drifter>
<name>Ice Tracking Drifter #SFOS-IT-0023, Spring 2017</name>
<start>2017-03-01 21:00:00</start>
<latitude>71.3495</latitude>
<longitude>-156.2474</longitude>
<area>Chukchi Sea</area>
<purpose>To test the use of low cost GPS drifters for tracking oiled ice (BOEM).</purpose>
<tag>IceTracker2017</tag>
<status>OK</status>
<color>FF00FF00</color>
</Deployment>
<Deployment>
<id>SFOS-IT-0023</id>
<drifter>SFOS-IT-0023</drifter>
<name>Ice Tracking Drifter #SFOS-IT-0023, Spring 2017</name>
<start>2017-03-01 21:00:00</start>
<latitude>71.3378</latitude>
<longitude>-156.2441</longitude>
<area>Chukchi Sea</area>
<purpose>To test the use of low cost GPS drifters for tracking oiled ice (BOEM).</purpose>
<tag>IceTracker2017</tag>
<status>OK</status>
<color>FF00FF00</color>
</Deployment>
<Deployment>
<id>SFOS-IT-0024</id>
<drifter>SFOS-IT-0024</drifter>
<name>Ice Tracking Drifter #SFOS-IT-0024, Spring 2017</name>
<start>2017-03-01 21:00:00</start>
<latitude>71.3197</latitude>
<longitude>-156.2497</longitude>
<area>Chukchi Sea</area>
<purpose>To test the use of low cost GPS drifters for tracking oiled ice (BOEM).</purpose>
<tag>IceTracker2017</tag>
<status>OK</status>
<color>FF00FF00</color>
</Deployment>
<Deployment>
<id>SFOS-IT-0025</id>
<drifter>SFOS-IT-0025</drifter>
<name>Ice Tracking Drifter #SFOS-IT-0025, Spring 2017</name>
<start>2017-03-01 21:00:00</start>
<latitude>71.3066</latitude>
<longitude>-156.2475</longitude>
<area>Chukchi Sea</area>
<purpose>To test the use of low cost GPS drifters for tracking oiled ice (BOEM).</purpose>
<tag>IceTracker2017</tag>
<status>OK</status>
<color>FF00FF00</color>
</Deployment>
</xml>