-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvisualizations_1.html
144 lines (134 loc) · 6.24 KB
/
visualizations_1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Latitude vs. Temperature</title>
<!-- Bootstrap CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">Python API Project</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Plots
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="visualizations_1.html">Temperature</a>
<a class="dropdown-item" href="visualizations_2.html">Humidity</a>
<a class="dropdown-item" href="visualizations_3.html">Cloud Cover</a>
<a class="dropdown-item" href="visualizations_4.html">Wind Speed</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="visualizations_5.html">Northern Hemisphere Temp vs. Lat</a>
<a class="dropdown-item" href="visualizations_6.html">Southern Hemisphere Temp vs. Lat</a>
<a class="dropdown-item" href="visualizations_7.html">Global Heatmap</a>
<a class="dropdown-item" href="visualizations_8.html">Specific Hotel Locations</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="comparisons.html">Comparisons</a>
</li>
<li class="nav-item">
<a class="nav-link" href="data.html">Data</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="box white">
<h2>Temperature</h2>
<hr>
<img src="Resources\assets\images\lat_vs_temp.png" class="img-fluid"
alt="Plot of Latitude vs. Temperature" align="Left">
The plot of Latitude and Max Temperature matches what we expect: as the latitude moves towards the Equator,
the maximum temperature increases.
<br>
<br>
We can also tell the season in the northern and southern hemispheres (minus the date).
Notice that the southern hemisphere max temperatures are higher than the northern
hemisphere. Though we are in spring, the southern hemisphere is still warmer, coming out of their
summer months.
</div>
</div>
</div>
<div class="box white">
<h2>Visualizations</h2>
<hr>
<div class="row">
<div class="col-md-3">
<a href="visualizations_1.html">
<img src="Resources\assets\images\lat_vs_temp.png" class="img-fluid imageNav-photo active"
alt="Plot of Latitude vs. Temperature" style="width:200px;height:150px;">
</a>
</div>
<div class="col-md-3">
<a href="visualizations_2.html">
<img src="Resources\assets\images\lat_vs_humidity.png" class="img-fluid"
alt="Plot of Latitude vs. Humidity" style="width:200px;height:150px;">
</a>
</div>
<div class="col-md-3">
<a href="visualizations_3.html">
<img src="Resources\assets\images\lat_vs_clouds.png" class="img-fluid"
alt="Plot of Latitude vs. Cloud Cover" style="width:200px;height:150px;">
</a>
</div>
<div class="col-md-3">
<a href="visualizations_4.html">
<img src="Resources\assets\images\lat_vs_windSpeed.png" class="img-fluid"
alt="Plot of Latitude vs. Wind Speed" style="width:200px;height:150px;">
</a>
</div>
</div>
<div class="row">
<div class="col-md-6">
<a href="visualizations_5.html">
<img src="Resources\assets\images\north_temp_vs_lat.png" class="img-fluid"
alt="A plot of temperature against latitude in the Northern hemisphere">
</a>
</div>
<div class="col-md-6">
<a href="visualizations_6.html">
<img src="Resources\assets\images\south_temp_vs_lat.png" class="img-fluid"
alt="A plot of temperature against latitude in the Southern hemisphere">
</a>
</div>
</div>
<div class="row">
<div class="col-md-6">
<a href="visualizations_7.html">
<img src="Resources\assets\images\heat_map.png" class="img-fluid"
alt="A heat map using specified weather values to find the most comfortable places to vacation">
</a>
</div>
<div class="col-md-6">
<a href="visualizations_8.html">
<img src="Resources\assets\images\map_with_icon.png" class="img-fluid"
alt="Map using weather data and Google API to locate hotels in best vacation spots">
</a>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>