Application setup

This program uses calls to hosted libraries and thus requires access to the internet in order to run.
It also imports information from data files that are hosted in the github that hosts this website.
To use the application the user need only click the application button on the navigation bar at the top of the screen.
Once on the application page a map will display in the center. On the left of this map will be controls that the user can use to determine which hurricanes will be displayed.
The user can use a dropdown menu to select a year and another dropdown to pick how the hurricanes are ordered. Once the user selects a year the listboxes for Pacific and Atlantic hurricanes will populate. Below that the user can select a specific start date of a hurricane, if that information is known to the user.
When the user selects a hurricane (or multiple) they will be able to use the play button along with the speed selection dropdown in order to watch the progress of the selected hurricanes starting from the first timestamp of the earliest hurricane to the final timestamp of the latest hurricane.
Below that is a legend describing the coloring of the hurricanes on the map, based on their maximum wind speed. Finally the user will be able to filter the hurricanes by wind speed and pressure. Note that the filter looks at the max wind speed, while the legend looks at the average wind speed.
On the other side of the map the user will be presented by graphs of important information based on the selected graphs.

Libraries:
Bootstrap: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css
D3: https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js
Ajax: https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js
Leaflet: http://cdn.leafletjs.com/leaflet-0.7.5/leaflet.css
jQuery: https://code.jquery.com/jquery-1.10.2.js, https://code.jquery.com/ui/1.11.4/jquery-ui.js