0% found this document useful (0 votes)
137 views3 pages

ABSTRACT

The document describes the objectives and modules of a weather forecasting application. The objectives are to provide timely weather updates including temperature, the last 7 days of data, hourly updates, accurate location-based information, and help users plan travel and holidays. The introduction explains how weather forecasts are made by collecting data and running models on supercomputers. The modules include admin functions like adding locations and complaint types, and user functions like viewing details, sending complaints and feedback. The front end uses HTML, CSS, Bootstrap and JavaScript, while the back end uses Django and SQLite3.

Uploaded by

JEEVA P G
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
137 views3 pages

ABSTRACT

The document describes the objectives and modules of a weather forecasting application. The objectives are to provide timely weather updates including temperature, the last 7 days of data, hourly updates, accurate location-based information, and help users plan travel and holidays. The introduction explains how weather forecasts are made by collecting data and running models on supercomputers. The modules include admin functions like adding locations and complaint types, and user functions like viewing details, sending complaints and feedback. The front end uses HTML, CSS, Bootstrap and JavaScript, while the back end uses Django and SQLite3.

Uploaded by

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

ABSTRACT

OBJECTIVE

1. Time to time update weather


2. Temperature Update
3. Last 7 days data Predict
4. change weather in every hours as according to weather changes.
5. provide accurate data information about weather.
6. user can search weather anytime and anywhere.
7. any places data can be search and provide information as according to weather.
8. help user to travel.
9. help User to future plans for holidays.

INTRODUCTION

Weather forecasts are made by collecting as much data as possible about the current state of
the atmosphere (particularly the temperature, humidity and wind) and using understanding of
atmospheric processes (through meteorology) to determine how the atmosphere evolves in
the future. However, the chaotic nature of the atmosphere and incomplete understanding of
the processes mean that forecasts become less accurate as the range of the forecast increases.
Traditional observations made at the surface of atmospheric pressure, temperature, wind
speed, wind direction, humidity, precipitation are collected routinely from trained observers,
automatic weather stations or buoys.

During the data assimilation process, information gained from


the observations is used in conjunction with a numerical model's most recent forecast for the
time that observations were made to produce the meteorological analysis. Numerical weather
prediction models are computer simulations of the atmosphere. They take the analysis as the
starting point and evolve the state of the atmosphere forward in time using understanding of
physics and fluid dynamics. The complicated equations which govern how the state of a
fluid changes with time require supercomputers to solve them. The output from the model
provides the basis of the weather forecast.
MODULES
1) ADMIN
2) USER

ADMIN
▪ LOGIN

▪ ADD PLACE
▪ ADD LOCATION
▪ ADD CERTIFICATE TYPE
▪ ADD COMPLAINT TYPE
▪ UPDATE CHARGES
▪ VIEW FEEDBACKS
▪ VIEW USER COMPLAINTS
▪ SEND REPLAY
▪ VIEW USER APPLICATION REQUEST
▪ UPDATE PROCESS STATUS
▪ VIEW AND VERIFY DETAILS

USER
▪ LOGIN
▪ SEND COMPLAINTS
▪ VIEW VILLAGE OFFICE DETAILS
▪ VEIW CERTIFICATES
▪ SEND APPLICATION FORM
▪ VIEW APPLICATION STATUS
▪ REGISTER FEED BACK
▪ SEND PAYMENTS
FRONT END:

1. * HTML
2. * CSS
3. * Bootstrap
4. * JavaScript

BACK END:

1. * Django
2. * SQLite 3

You might also like