100% found this document useful (1 vote)
320 views

Synopsis P

This document provides a project synopsis for a Python weather forecasting application called P-WF. The application will use APIs from OpenWeatherMap to retrieve current and 7-day forecast weather data for user-entered cities. It will display metrics like temperature, pressure, humidity, wind speed on a GUI built with Tkinter. The goals are to provide accurate and reliable weather information to help users plan travel and activities. The methodology involves importing necessary libraries, obtaining an API key, calling the OpenWeatherMap API to retrieve JSON weather data for a city, and displaying the results.

Uploaded by

Pooja Choudhary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
320 views

Synopsis P

This document provides a project synopsis for a Python weather forecasting application called P-WF. The application will use APIs from OpenWeatherMap to retrieve current and 7-day forecast weather data for user-entered cities. It will display metrics like temperature, pressure, humidity, wind speed on a GUI built with Tkinter. The goals are to provide accurate and reliable weather information to help users plan travel and activities. The methodology involves importing necessary libraries, obtaining an API key, calling the OpenWeatherMap API to retrieve JSON weather data for a city, and displaying the results.

Uploaded by

Pooja Choudhary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

P-WF

PYTHON - WEATHER FORCASTING

PROJECT SYNOPSIS OF
P-WF

BACHELOROFTECHNOLOGY
COMPUTERSCIENCEANDENGINEERING

SUBMITTEDBY: GUIDEDBY:
POOJA CHOUDHARY
MDU Registration No.:1913170277
Class RollNo.:35

SAT KABIR INSTITUTE OF TECHNOLOGY AND


MANAGEMENT
(CollegeOfEngineering)
Ladrawan, Bahadurgarh, Haryana
Table of Content required

Sr. Topic Page


Number number
1. INTRODUCTION 1
2. PROBLEM STATEMENT 1
3. TECHNOLOGIES USED 1,2

4. FEATURES 2
5. GOALS/OBJECTIVE 2
6. DATA SET 3
7. METHODOLOGY 3
8. FACILITES USED 4

9. REFERENCES 4
INTRODUCTION:
Weather forecasting is the prediction of the state of the atmosphere for a given
location using the application of science and technology. This includes
temperature, rain, cloudiness, wind , speed, and humidity. Weather warnings are
a special kind of short-range forecast carried out for the protection of human
life.Weather apps can give urgent alerts too.

PROBLEM STATEMENT :

What problems are associated with long-term weather forecasts? Forecasts


become less reliable when they attempt to predict long-term changes in weather.
This is because the computer programs (called weather models) that
calculate the forecasts don't have data from the future, so they have to rely
on assumptions and estimates to make the predictions. The atmosphere is
constantly changing, so these estimates become less reliable the further into the
future one projects.

Technologies Used:

➢ Language used:
Python

➢ Libraries used:
• tkinter

• json

• requests
• PIL
➢ Version Control
Github

Features:

1. Temperature
2. Air (Atmospheric) Pressure
3. Wind (Speed & Direction.
4. Humidity
5. Visibility
6. Clouds (Type & Cover)
7. Sunshine Duration

Goals/Objectives:

1. Temperature Update
2. Last 7 days data Predict
3. Provide accurate data information about weather.
4. User can search weather anytime and anywhere.
5. Any places data can be search and provide information
as according to weather.
6. Help user to travel.
7. Help User to future plans for holidays.
DATA SET:

Methodology/Planning of work

The methodology for the project will be to do in backend only. First import all
the libraries and take api key from openweathermap api site to get exact weather
data, as much as information gathered about the current weather and state of
atmosphere. The data set stored in json file so we just add the name of city and
gets the weather information ,such as temperature, pressure, humidity and
wind speed.
Facilities required for proposed work

Pycharm
PythonIDLE

References
1. https://www.geeksforgeeks.org/create-a-gui-for-weather-forecast-using-
openweathermap-api-in-python/
2. https://www.youtube.com/watch?v=Sz0_2fp27Q0

You might also like