Answer To: Homework #3 CIS 3120 HOMEWORK 3 APIs, Data frames 1. Select an API of your choice. Make at least 10...
Rushendra answered on May 17 2021
weather/weather-analysis.docx
Weather Analysis
The program generates random latitude and longitude and gets 10 cities
Then it request openweather api and gets weather report of 10 cities
They are stored in pandas frame
They are exported to weather.csv file
Analysis of pandas frame is displayed
Applications
We can specify 10 particular geographically closer cities and perform the same analysis
With this we can predict the temperature in the region
With this we can predict the rainfall in the region
With this we can predict the cyclone in the region
We can signal warning for cyclone for farmers and fisherman at the regions
Future Work
Similar data can be used to plat temperature graph
Similar data can be used to plat rainfall graph
Similar data can be used to plat weather graph
weather/weather.csv
City,Cloudiness,Country,Date,Humidity,Lat,Lng,Max Temp,Wind Speed
Tasiilaq,9,GL,1621228862,68,65.6145,-37.6368,26.6,3.44
East London,0,ZA,1621228862,71,-33.0153,27.9116,51.8,8.05
Kodinsk,43,RU,1621228862,24,58.6881,99.1844,46.17,8.46
Young,0,UY,1621228862,89,-32.6833,-57.6333,50.0,1.99
Bilma,0,NE,1621228863,13,18.6853,12.9164,85.12,12.17
Berlevåg,100,NO,1621228863,97,70.8578,29.0864,36.82,14.99
George...