The project has visualisation of weather data.
git clone https://github.com/sumanjyoti/Real-time-weather-graphs.git
Install Python 3
https://www.python.org/downloads/
Jupyter-notebook:
http://jupyter.org/install.html
pip install requests
pip install plotly
pip install pandas
pip install ipywidgets
pip install datetime
pip install time
pip install pytemperature
pip install gmplot
http://openweathermap.org/ obtain an api key from this website.
python Script_1_Cleaning_and_calling_api.py
python Script_2+Plotting+of+graphs+using+widgets+and+plotly.py
python Script_3+Map+graph+using+Gmplot+library.py
Temprature, Pressure, Humidity, Wind_Speed data in csv are sample data and can be used by the terms and conditions of http://openweathermap.org/
This bundle is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code.