Skip to content

Commit 9c99d49

Browse files
committed
images2
1 parent 3c9f6b7 commit 9c99d49

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

images/.DS_Store

6 KB
Binary file not shown.

images/Comparison.jpg

-78.6 KB
Binary file not shown.

images/Humidity.jpg

75.5 KB
Loading

images/Landing Page.jpg

-44.4 KB
Binary file not shown.

images/Landing-Page.jpg

134 KB
Loading

index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,16 @@
6060
<h1 class="display-4">Summary: Latitude vs. X</h1>
6161
<hr class="my-4">
6262
<img src="assets/Fig1.png" style="width:400px;height:400px;" >
63-
<p class="lead">The purpose of this project was to analyze how the weather
64-
changes as you get closer to the equator.
63+
<p class="lead">The objective of this project is to analyze how the weather
64+
changes as one gets closer to the equator.<br>
65+
<br>
6566
To accomplish this analysis, we first pulled data from the
66-
OpenWeatherMap API to assemble a dataset on over 500 cities.<br>
67-
<br>
67+
OpenWeatherMap API to assemble a dataset on over 500 cities.
6868
After assembling the dataset, we used Matplotlib to plot various
6969
aspects of the weather vs. latitude. Factors we looked at included:
70-
temperature, cloudiness, wind speed, and humidity. This site
71-
provides the source data and visualization created as part of the
70+
temperature, cloudiness, wind speed, and humidity.<br>
71+
<br>
72+
This site provides the source data and visualization created as part of the
7273
analysis, as well as explanations and descriptions of any trends
7374
and correlations witnessed.</p>
7475
</div>

0 commit comments

Comments
 (0)