Welcome to Viso

Data analytics and visualization website brought to you by aspiring data analyst.


The site visualizes some of the graphs plotted using the cities data set. The purpose of this project was to analyze how weather changes as you get closer to the equator.

LEARN MORE

Summary: Latitude vs X

The purpose of this project was to analyze how whether changes as you get closer to the equator. To accomplish this analysis we first pulled data from OpenWhetherMap API to assemble a dataset on over 500 cities.

After assembling the dataset, we used Matplotlib to plot various aspects of the whether 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 explanation and description of any trends and correlation witnessed

VIEW LATITUDE VS TEMPERATURE GRAPH

VISUALIZATION OF LATITUDE

VS HUMIDITY


latitude vs humidity image

The graph represents a scatter plot drawn for datapoints of latitude vs humidity.

VS CLOUDINESS


latitude vs cloudiness image

The graph represents a scatter plot drawn for datapoints of latitude vs cloudiness.

VS WINDSPEED


latitude vs wind speed image

The graph represents a scatter plot drawn for datapoints of latitude vs windspeed.