-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
352 lines (223 loc) · 11.7 KB
/
index.html
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Online 3d web to track nasa satellites,astros and ground stations</title>
<meta name="description" content="Online 3d web to track nasa satellites,astros and ground stations. Author: https://www.linkedin.com/in/sergiobesada " />
<meta name="keywords" content="satellite, Moon, Nasa, GIS, Mars, Sun postion, tracking, astros, Earth, precision, orbits, satellite orbit visualization, 3d, ground station " />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.js" integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<!-- Select2 -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/select2.min.js"></script>
<!-- jquery ui -->
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous">
</script>
<!-- Time picker -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/timepicker/1.3.5/jquery.timepicker.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/timepicker/1.3.5/jquery.timepicker.min.js"></script>
<!-- cesium -->
<script src="https://cesium.com/downloads/cesiumjs/releases/1.64/Build/Cesium/Cesium.js"></script>
<link href="https://cesium.com/downloads/cesiumjs/releases/1.64/Build/Cesium/Widgets/widgets.css" rel="stylesheet">
<!-- math -->
<script src="https://unpkg.com/[email protected]/dist/math.js"></script>
<!-- Moment -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment-with-locales.min.js"></script>
<!-- Underscore -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.9.1/underscore-min.js"></script>
<!--jscolor-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jscolor/2.0.4/jscolor.min.js"></script>
<!--excel-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.26.0/polyfill.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/exceljs/3.3.1/exceljs.js"></script>
<link rel="stylesheet" href="https://sbesada.github.io/nasa.satellite.tracking.3d/customcss.css">
<script src="https://sbesada.github.io/nasa.satellite.tracking.3d/code.min.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-161575947-1"></script>
<!-- google analitycs -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-161575947-1');
</script>
</head>
<body>
<div id="cesiumContainer"></div>
<div id="toolbar">
<button id="control" type="button" class="cesium-button mobileDisable buttonToolbar">Satellites</button>
<button id="layers" type="button" class="cesium-button buttonToolbar">Layers</button>
<img id="about" src='https://sbesada.github.io/nasa.satellite.tracking.3d/icons/about_24.png' class="cesium-button buttonToolbar about"></img>
</div>
<div id="dialog" class="container">
<div class="row">
<div class="col minHeight_40">
<label class="height_30 minWidth_70 color_white">Sat. Astro</label>
<img id="downloadSatellites" src='https://sbesada.github.io/nasa.satellite.tracking.3d/icons/xlsx_24.png'></img>
</div>
<div class="col minWidth_240 minHeight_40">
<select id="satSel" autocomplete="off" >
</select>
</div>
</div>
<div class="row">
<div class="col minHeight_40" >
<label class="height_30 minWidth_70 color_white">Start date</label>
<img src='https://sbesada.github.io/nasa.satellite.tracking.3d/icons/info2_24.png' data-toggle="tooltip" data-placement="top" title="The minimun starting point depends on each satellite"></img>
</div>
<div class="col minWidth_240 minHeight_40">
<input type="text" id="startDateDatepicker" class="width_100" autocomplete="off" >
</div>
</div>
<div class="row">
<div class="col minHeight_40">
<label id="startHour" class="height_30 minWidth_70 color_white">Start hour</label>
<img src='https://sbesada.github.io/nasa.satellite.tracking.3d/icons/info2_24.png' data-toggle="tooltip" data-placement="top" title="format:hh:mm:ss (UTC + 00:00)"></img>
</div>
<div class="col minWidth_240 minHeight_40">
<input autocomplete="off" type="text" class="form-control height_30 timePicker" id="startHourTimepicker" name="timeFormat" ng-model="model.options.timeFormat" >
</div>
</div>
<div class="row">
<div class="col minHeight_40">
<label class="height_30 minWidth_70 color_white">End date</label>
<img src='https://sbesada.github.io/nasa.satellite.tracking.3d/icons/info2_24.png' data-toggle="tooltip" data-placement="top" title="The maximun end point depends on each satellite"></img>
</div>
<div class="col minWidth_240 minHeight_40">
<input autocomplete="off" type="text" id="endDateDatepicker" class="width_100">
</div>
</div>
<div class="row">
<div class="col minHeight_40">
<label class="height_30 minWidth_70 color_white">End hour</label>
<img src='https://sbesada.github.io/nasa.satellite.tracking.3d/icons/info2_24.png' data-toggle="tooltip" data-placement="top" title="format:hh:mm:ss (UTC + 00:00)"></img>
</div>
<div class="col minWidth_240 minHeight_40">
<input autocomplete="off" type="text" class="form-control height_30 timePicker" id="endHourTimepicker" name="timeFormat" ng-model="model.options.timeFormat">
</div>
</div>
<div class="row">
<div class="col minHeight_40">
<label class="height_30 minWidth_70 color_white">Color</label>
<img src='https://sbesada.github.io/nasa.satellite.tracking.3d/icons/info2_24.png' data-toggle="tooltip" data-placement="top" title="Orbit color"></img>
</div>
<div class="col minWidth_240 minHeight_40 color_white">
<input autocomplete="off" id="inputColor" class="jscolor colorSize" value="094BAB">
</div>
</div>
<div class="row">
<div class="col minHeight_40">
<label class="height_30 minWidth_70 color_white">Orbit type</label>
<img src='https://sbesada.github.io/nasa.satellite.tracking.3d/icons/info2_24.png' data-toggle="tooltip" data-placement="top" title="Orbit or Projection on the Earth"></img>
</div>
<div class="col minWidth_240 minHeight_40">
<select id="orbitType" autocomplete="off" >
<option value="1">Projection</option>
<option value="2">Orbit</option>
</select>
</div>
</div>
<div class="row">
<div class="col minHeight_40">
<button id="clean" type="button" class="height_30 cesium-button">Clean All</button>
</div>
<div class="col minWidth_240 minHeight_40">
<button id="add" type="button" class="height_30 cesium-button">Add to map</button>
</div>
</div>
</div>
<div id="layersDialog" class="container">
<div class="row">
<div class="col">
<label class="height_30 color_white">Ground Stations</label>
<img src='https://sbesada.github.io/nasa.satellite.tracking.3d/icons/groundStation_24.png'></img>
</div>
<div class="col minHeight_40">
<input type="checkbox" id="groundStation" name="stations" class="checkbox">
</div>
</div>
<div class="row">
<div class="col">
<label class="height_30 color_white">Sat. in real time</label>
<img src='https://sbesada.github.io/nasa.satellite.tracking.3d/icons/info2_24.png' data-toggle="tooltip" data-placement="top" title="Satellites & Astros in real time. Positions are updated each minute"></img>
</div>
<div class="col minHeight_40">
<input type="checkbox" id="satRealTime" name="stations" class="checkbox">
</div>
</div>
<div class="row">
<div class="col">
<label class="height_30 color_white">Earth Today</label>
<img src='https://sbesada.github.io/nasa.satellite.tracking.3d/icons/info2_24.png' data-toggle="tooltip" data-placement="top" title="Earth near real time"></img>
</div>
<div class="col minHeight_40">
<input type="checkbox" id="earthToday" name="earthToday" class="checkbox">
</div>
</div>
<div class="row">
<div class="col">
<label class="height_30 color_white">Earth at night</label>
</div>
<div class="col minHeight_40">
<input type="checkbox" id="nightEarth" name="nightEarth" class="checkbox">
</div>
</div>
<div class="row">
<div class="col">
<label class="height_30 color_white">Open Stret Map</label>
</div>
<div class="col minHeight_40">
<input type="checkbox" id="openStreet" name="openStreet" class="checkbox">
</div>
</div>
<div class="row">
<div class="col">
<label class="height_30 color_white">ESRI World</label>
</div>
<div class="col minHeight_40">
<input type="checkbox" id="esriWorld" name="esriWorld" class="checkbox">
</div>
</div>
<div class="row">
<div class="col minHeight_40">
<button id="cleanAllLayers" type="button" class="height_30 cesium-button">Clean All</button>
</div>
<div class="col minHeight_40">
<button id="addLayers" type="button" class="height_30 cesium-button">Add to map</button>
</div>
</div>
</div>
<div id="aboutDialog" class="container">
<div class="row">
<div class="col">
<p class="color_white"><a href="https://www.linkedin.com/in/sergiobesada/"><img src="https://sbesada.github.io/nasa.satellite.tracking.3d/icons/linkedIn_24.png"></a> Sergio Besada</p>
</div>
</div>
<div class="row">
<div class="col">
<p class="color_white" ><a href="https://github.com/sbesada"><img src="https://sbesada.github.io/nasa.satellite.tracking.3d/icons/github_24.png"></a> [email protected]</p>
</div>
</div>
<div class="row">
<div class="col">
<p class="color_white" ><img src="https://sbesada.github.io/nasa.satellite.tracking.3d/icons/info2_24.png"> Choose a satellite or astro and do click on the satellite or double click on the Moon to see the details</p>
</div>
</div>
<div class="row">
<div class="col">
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H2CQS6ZAFUT9Q&source=url"><img src="https://www.paypalobjects.com/en_US/ES/i/btn/btn_donateCC_LG.gif" alt="Donate"></a> or <img src="https://sbesada.github.io/CodigoQR.png" alt="Donate"></p>
</div>
</div>
</div>
<div id="satelliteDetail" class="d-none min_height_200"></div>
<div id="satelliteDetailInit" class="d-none min_height_200"></div>
<div id="alert"></div>
</body>
</html>