Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 873 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 873 Bytes

World Weather Analysis

Overview of the World Weather Analysis

Purpose

The purpose of Module Six and the World Weather Analysis is to utilize Python and Jupyter Notebook in conjunction with decision and repetition statements, data structures, Pandas, Matplotlib, NumPy, CitiPy, and SciPy statistics to retrieve and use data from OpenWeatherMap and Google Map API's. In this module, the API's are used to "get" request from a server, retrieve and store values from a JSON array, use try and except blocks to resolve errors, create and format scatter plots using Matplotlib, perform linear regression and add regression lines to scatter plots while simultaneously determining favorable vacation destinations for customers based on weather conditions.