Skip to content

Commit df7a3a6

Browse files
committed
Last commit
1 parent 97d4277 commit df7a3a6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

2_VizPage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2 class="litegreenfont">Max Temperature</h2>
5656

5757
<img src="Resources/assets/images/Fig1.png" class="img-fluid" alt="City Latitude vs Max Temperature (01/05/17)">
5858

59-
<p>
59+
<p class ="text-justify">
6060
As expected, the weather becomes significantly warmer as one approaches the equator (0 Deg. Latitude). More interestingly, however, is the fact that the southern hemisphere tends to be warmer this time of year than the northern hemisphere. This may be due to the tilt of the earth at the time of the year this data was gathered.
6161
</p>
6262

3_VizPage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2 class="litegreenfont">Humidity</h2>
5656

5757
<img src="Resources/assets/images/Fig2.png" class="img-fluid" alt="City Latitude vs Humidity (01/05/17)">
5858

59-
<p>No observable correlation between latitude and humidity is noted. However, an evident cluster of points can be noted around the 100% humidity mark across all latitudes. This could implpy that latitude does not have a bearing on humidity.</p>
59+
<p class ="text-justify">No observable correlation between latitude and humidity is noted. However, an evident cluster of points can be noted around the 100% humidity mark across all latitudes. This could implpy that latitude does not have a bearing on humidity.</p>
6060

6161
</div>
6262

4_VizPage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2 class="litegreenfont">Cloudiness</h2>
5656

5757
<img src="Resources/assets/images/Fig3.png" class="img-fluid" alt="City Latitude vs Cloudiness (01/05/17)">
5858

59-
<p>No observable trend is noted between latitude and cloudiness. However, three evident clusters can be seen here:</p>
59+
<p class ="text-justify">No observable trend is noted between latitude and cloudiness. However, three evident clusters can be seen here:</p>
6060
<ul>
6161
<li>0 % cloudiness: 20 to 75 deg latitude</li>
6262
<li>75 % cloudiness: 40 to 75 deg latitude</li>

5_VizPage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2 class="litegreenfont">Wind Speed</h2>
5656

5757
<img src="Resources/assets/images/Fig4.png" class="img-fluid" alt="City Latitude vs Wind Speed (01/05/17)">
5858

59-
<p>No observable correlation is noted between latitudea and wind speed. However, based on the provided dataset, the few cities that experience high wind speeds (20 - 35 mph range) seem to fall in the 45 to 80 degree latitudes.</p>
59+
<p class ="text-justify">No observable correlation is noted between latitudea and wind speed. However, based on the provided dataset, the few cities that experience high wind speeds (20 - 35 mph range) seem to fall in the 45 to 80 degree latitudes.</p>
6060

6161
</div>
6262

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
<h2 class="litegreenfont">Summary: Latitude vs. X</h2>
5555
<hr>
5656

57-
<img src="Resources/assets/images/Fig1.png" class="img-fluid_x" alt="City Latitude vs Max Temperature (01/05/17)">
57+
<img style="float:left" src="Resources/assets/images/Fig1.png" class="img-fluid_x" alt="City Latitude vs Max Temperature (01/05/17)">
5858

59-
<p>
59+
<p class ="pt-3 pb-5 text-justify">
6060
The purpose of this project was to analyze how weather changes as you get closer to the equator. To accomplish the analysis, we first pulled data from the OpenWeatherMap API to assemble a dataset on over 500 cities.
6161
</p>
6262

63-
<p>
63+
<p class ="text-justify">
6464
After assembling the dataset, we used Matplotlib to plot various aspects of the weather vs latitude. Factors we looked at included: temperature, cloudiness, wind speed and humidity. This site provides the source data and visualizations created as part of the analysis, as well as explanations and descriptions of any trends and correlations witnessed.
6565
</p>
6666

0 commit comments

Comments
 (0)