forked from Track-Gen/TrackGen
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
381 lines (346 loc) · 16.2 KB
/
index.html
File metadata and controls
381 lines (346 loc) · 16.2 KB
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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TrackGen</title>
<meta name="author" content="Coding-Cactus, StrawberryMaster">
<meta name="description" content="Generate track maps from tropical cyclone data">
<meta name="keywords"
content="trackgen, track generator, tropical cyclone, track map, hurricane, typhoon, cyclone, storm, weather, meteorology, data visualization, open source">
<meta name="theme-color" content="#fbaf00">
<meta name="title" content="TrackGen">
<meta property="og:title" content="TrackGen">
<meta property="og:type" content="website">
<meta property="og:image" content="https://strawberrymaster.github.io/TrackGen/static/media/cyclone.png">
<meta property="og:url" content="https://strawberrymaster.github.io/TrackGen/">
<meta property="og:description" content="Generate track maps from tropical cyclone data.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="TrackGen">
<meta name="twitter:description" content="Generate track maps from tropical cyclone data.">
<meta name="twitter:image" content="https://strawberrymaster.github.io/TrackGen/static/media/cyclone.png">
<link href="static/css/style.css" rel="stylesheet" type="text/css" />
<link href="static/media/favicon.png" rel="icon" />
<link rel="manifest" href="manifest.webmanifest" crossorigin="anonymous">
<link rel="canonical" href="https://strawberrymaster.github.io/TrackGen/" />
</head>
<body>
<a href="https://github.com/StrawberryMaster/TrackGen" class="github-corner" aria-label="View source on Github"><svg
width="80" height="80" viewBox="0 0 250 250"
style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true">
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path
d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"
fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path>
<path
d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"
fill="currentColor" class="octo-body"></path>
</svg></a>
<style>
.github-corner:hover .octo-arm {
animation: octocat-wave 560ms ease-in-out
}
@keyframes octocat-wave {
0%,
100% {
transform: rotate(0)
}
20%,
60% {
transform: rotate(-25deg)
}
40%,
80% {
transform: rotate(10deg)
}
}
@media (max-width:500px) {
.github-corner:hover .octo-arm {
animation: none
}
.github-corner .octo-arm {
animation: octocat-wave 560ms ease-in-out
}
}
</style>
<div id="map-indicator">
<ion-icon name="map-outline" aria-label="Map indicator" title="Map indicator"></ion-icon>
<div class="loader" style="display: none;">
<svg class="circular-loader" viewBox="25 25 50 50">
<circle class="loader-path" cx="50" cy="50" r="20" fill="none" stroke="#fff" stroke-width="5" />
</svg>
</div>
</div>
<main>
<h1>TrackGen</h1>
<div id="input-type">
<button type="submit" class="selected">Manual Input</button>
<button type="submit">BT File</button>
</div>
<div class="page">
<div id="headers">
<h3>Name</h3>
<h3>Latitude</h3>
<h3>Longitude</h3>
<h3>Wind Speed</h3>
<h3>Stage</h3>
</div>
<form>
<div id="inputs">
<div class="point">
<div>
<label>
<span>Name: </span>
<input type="text" class="name" aria-label="Name" name="storm-name">
</label>
</div>
<div>
<label>
<span>Latitude: </span>
<input type="number" step="any" class="latitude" min="0" max="90" aria-label="Latitude"
name="latitude" required>
</label>
<select class="latitude" name="latitude-format" aria-label="Latitude format">
<option value="°N">°N</option>
<option value="°S">°S</option>
</select>
</div>
<div>
<label>
<span>Longitude: </span>
<input type="number" step="any" class="longitude" min="0" max="180"
aria-label="Longitude" name="longitude" required>
</label>
<select class="longitude" name="longitude-format" aria-label="Longitude format">
<option value="°E">°E</option>
<option value="°W">°W</option>
</select>
</div>
<div>
<label>
<span>Wind Speed: </span>
<input type="number" step="any" min="0" class="speed" aria-label="Wind Speed"
name="speed">
</label>
<select class="speed" name="speed-format" aria-label="Wind speed format">
<option value="kph">kph</option>
<option value="mph">mph</option>
<option value="kt">kt</option>
</select>
</div>
<div>
<label>
<span>Stage: </span>
<select class="stage" name="stage">
<option value="Extratropical cyclone">Extratropical cyclone</option>
<option value="Subtropical cyclone">Subtropical cyclone</option>
<option value="Tropical cyclone">Tropical cyclone</option>
</select>
</label>
</div>
<div>
<button type="button" class="remove"><ion-icon name="close-circle-outline"
aria-hidden="true"></ion-icon>
<span>Remove Point</span></button>
</div>
</div>
</div>
<button type="button" id="new-point"><ion-icon name="add-circle-outline" aria-hidden="true"></ion-icon>
<span>New
Point</span></button>
<div id="gens">
<button class="generate" type="submit">
<ion-icon name="analytics-outline" aria-hidden="true"></ion-icon>
<span>Generate Map</span>
</div>
<div id="gens-ie">
<div class="export-column">
<button type="button" id="export-data">
<ion-icon name="download-outline" aria-hidden="true"></ion-icon>
<span>Export Data</span>
</button>
<div id="export-options" class="hidden">
<div class="formats-container">
<button type="button" id="export-standard">
<ion-icon name="document-outline" aria-hidden="true"></ion-icon>
<span>Standard JSON</span>
</button>
<div class="compress-option">
<input type="checkbox" id="compress-json" checked>
<label for="compress-json">Compress JSON</label>
</div>
<button type="button" id="export-hurdat">
<ion-icon name="document-text-outline" aria-hidden="true"></ion-icon>
<span>HURDAT Format</span>
</button>
</div>
</div>
</div>
<div class="import-column">
<button type="button" id="import-data">
<ion-icon name="download-outline" aria-hidden="true"></ion-icon>
<span>Import Data</span>
</button>
</div>
</div>
</form>
<div id="options-container">
<fieldset>
<legend>General options</legend>
<input type="checkbox" id="accessible" /><label for="accessible"
title="Uses the new, accessible Wikipedia color scheme.">Use accessible colours</label><br />
<input type="checkbox" id="compute-ace" /><label for="compute-ace"
title="Compute and display ACE (may increase generation time).">Compute ACE</label><br />
<input type="checkbox" id="smaller-dots" /><label for="smaller-dots"
title="Uses smaller dot sizes on the generated maps. Intended for summary maps only.">Use
smaller dot sizes (summary maps only)</label><br />
<input type="checkbox" id="autosave" /><label for="autosave"
title="Automatically save and restore manual input and BT file data.">Autosave inputted content</label><br />
<div id="clear-buttons-wrapper">
<button type="button" id="clear-all-data">Clear all data</button>
<button type="button" id="clear-storm-data">Clear this storm</button>
</div>
</fieldset>
<fieldset>
<legend>Map settings</legend>
<label for="map-selector"
title="Select map type (default is normal). Large and extra large maps are slower to generate.">
<ion-icon name="information-circle-outline" aria-hidden="true"
style="margin: .2rem 0; vertical-align: text-bottom"></ion-icon>
Select map type:</label>
<select id="map-selector">
<option value="normal" title="The original Blue Marble (2002) map.">Normal</option>
<option value="large" title="A larger version of the Blue Marble (2002) map.">Large</option>
<option value="xlarge"
title="A very large version of the Blue Marble (2002) map. Not recommended unless you're only a really fast connection.">
Extra large (slow)</option>
<option value="large-nxtgen"
title="Large version of the Blue Marble: Next Generation (July 2005) map.">Next Gen</option>
<option value="blkmar" title="A night light map, Black Marble (2016).">Black Marble</option>
</select>
<div id="custom-map-upload-section">
<label for="custom-map-upload" title="[EXPERIMENTAL] Upload a custom map of your choice.">
<ion-icon name="cloud-upload-outline" aria-hidden="true"
style="margin: .2rem 0; vertical-align: text-bottom"></ion-icon>
Upload custom map:</label>
<input type="file" id="custom-map-upload" accept="image/*">
</div>
<div>
<input type="checkbox" id="enable-custom-bounds" /><label for="enable-custom-bounds"
title="[EXPERIMENTAL] Define custom map boundaries instead of auto-cropping.">Use custom map boundaries</label>
</div>
<div id="custom-bounds-inputs">
<div>
<label for="min-lat">Min lat:</label><input type="number" id="min-lat" step="any" min="-90" max="90">
<label for="max-lat">Max lat:</label><input type="number" id="max-lat" step="any" min="-90" max="90">
</div>
<div>
<label for="min-lng">Min lng:</label><input type="number" id="min-lng" step="any" min="-180" max="180">
<label for="max-lng">Max lng:</label><input type="number" id="max-lng" step="any" min="-180" max="180">
</div>
</div>
<!-- size controls -->
<div id="size-controls" style="margin-top:.5rem;">
<label for="dot-size-mult" title="Multiplier applied to point (dot) sizes">Dot size:</label>
<input id="dot-size-mult" type="range" min="0.5" max="3" step="0.05" value="1" />
<input id="dot-size-mult-num" type="number" min="0.5" max="3" step="0.05" value="1" style="width:6ch; margin-left:.5rem; padding: 3px 2px;" />
<label for="line-size-mult" style="margin-left:1rem;" title="Multiplier applied to track line widths">Line size:</label>
<input id="line-size-mult" type="range" min="0.5" max="3" step="0.05" value="1" />
<input id="line-size-mult-num" type="number" min="0.5" max="3" step="0.05" value="1" style="width:6ch; margin-left:.5rem; padding: 3px 2px;" />
</div>
</fieldset>
<fieldset id="custom-scale-section">
<legend>Scale settings</legend>
<label for="scale-selector">Category scale:</label>
<select id="scale-selector">
<option value="default">Default</option>
<option value="accessible">Accessible</option>
</select>
<button type="button" id="delete-scale" style="display:none;">Delete scale</button>
<div id="scale-editor" style="margin-top:1em;">
<h4>Create/edit custom scales</h4>
<div id="scale-speed-unit-selector">
<label for="scale-speed-unit">Speed unit:</label>
<select id="scale-speed-unit">
<option value="kt">kt</option>
<option value="mph">mph</option>
<option value="kph">kph</option>
</select>
</div>
<div id="scale-entries"></div>
<button type="button" id="add-scale-entry">Add entry</button>
<button type="button" id="save-scale">Save scale</button>
<input type="text" id="scale-name" placeholder="Scale name" />
</div>
</fieldset>
</div>
</div>
<div class="page">
<div id="file-format-wrapper">
<label for="file-format">File format: </label>
<select id="file-format">
<option>HURDAT</option>
<option>ATCF</option>
<option>IBTrACS</option>
<option>RSMC</option>
<option>STORMS</option>
</select>
</div>
<div id="page2-content">
<form id="paste-upload">
<textarea placeholder="Paste BT file here" name="bt-file" required></textarea>
<button type="submit" class="generate"><ion-icon name="analytics-outline"
aria-hidden="true"></ion-icon> <span>Generate
Map</span></button>
</form>
<form id="file-upload">
<div class="separator">OR</div>
<label for="file-input" class="generate"><ion-icon name="folder-outline"
aria-hidden="true"></ion-icon> <span>Upload
File</span></label>
<input type="file" id="file-input" multiple>
</form>
</div>
</div>
</main>
<div id="image-container" class="hidden">
<img id="loader" src="static/media/cyclone.png" alt="loading" loading="lazy" />
<img id="output" alt="generated track map" class="hidden" />
<button type="submit" id="close" title="Close">
<ion-icon name="close-outline" aria-hidden="true"></ion-icon>
</button>
</div>
<!-- ACE results panel -->
<div id="ace-results" class="ace-card hidden-2" aria-live="polite">
<h3>ACE</h3>
<div class="ace-total">Total: —</div>
<ul class="ace-list"></ul>
</div>
<script src="static/js/sw.js"></script>
<script src="static/js/pages.js"></script>
<script src="static/js/generate.js"></script>
<script src="static/js/new_point.js"></script>
<script src="static/js/atcf.js"></script>
<script src="static/js/rsmc.js"></script>
<script src="static/js/hurdat.js"></script>
<script src="static/js/ibtracs.js"></script>
<script src="static/js/storms.js"></script>
<script src="static/js/file_upload.js"></script>
<script src="static/js/manual_input.js"></script>
<script src="static/js/export.js"></script>
<script src="static/js/export-hurdat.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/ionicons@latest/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://cdn.jsdelivr.net/npm/ionicons@latest/dist/ionicons/ionicons.js"></script>
<noscript>
<style>
#map-indicator {
display: none;
}
</style>
<div id="no-js">
<h1>TrackGen</h1>
<p>TrackGen requires JavaScript to run. Please enable JavaScript and refresh the page.</p>
</div>
</noscript>
</body>
</html>