Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 6 0 5 ? 2 0 2 4 CEN 3 4 0 : Scientific Computation Final Project WeatherScope: City - Based Weather Forecasting and

1605?2024
CEN 340: Scientific Computation Final Project
"WeatherScope": City-Based Weather Forecasting and Visualization Application
Purpose:
Develop a MATLAB App Designer application that visualizes real-time and 5-day weather forecasts for selected cities using the OpenWeatherMap API.
Requirements:
OpenWeatherMap Membership and API Key:
Visit the OpenWeatherMap website and create a user account.
Obtain your API key, which will be used to access weather data in your application.
Note: After obtaining your API key, if you experience issues accessing the data, you may need to wait for a while (2-5 minutes). The key will become active once the registration process is completed.
2. Using MATLAB App Designer:
Use MATLAB App Designer to design an interface that allows users to select and display weather data for different cities. (To open MATLAB App Designer, you can type "appdesigner" in the MATLAB Command Window."
The interface should include three separate graphs (axes) displaying temperature, humidity, and wind speed:
Temperature: 13.6C
Humidity: 56%
Wind Speed: 0.75ms
The
Note: Familiarizing yourself with the interface of this application may require some exploration. Therefore, you might encounter some initial ernors as you navigate through its features...
1605?2024
Writing Functions:
Write a MATLAB function (fetchFiveDayForecast) that retrieves city-based weather data from the OpenWeatherMap API. This function should pull data in JSON format from the API and process this data to convert it into a format that can be utilized within MATLAB.
Updating Graphs and Data:
When a user selects a city, the relevant weather data should be displayed on the graphs. There should be separate graphs for temperature, humidity, and wind speed.
The 'Get Information' button should be used to retrieve the current weather data for the selected city and display it on the interface.
To add a city, create an Edit Field (Text) and after clicking 'Add City', click 'Get Information' to see the weather data.
You need to display the 5-day weather forecast for the added city. Additionally, the values under the graphs should show the current conditions.Please write a complete program. I cannot use the UI elements by distributing them. In short, it needs to be a fully working application with its functions and UI elements.
Please write a complete program. I cannot use the UI elements by distributing them. In short, it needs to be a fully working application with its functions and UI elements.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Microsoft SQL Server 2014 Administration

Authors: Adam Jorgensen, Bradley Ball

1st Edition

111885926X, 9781118859261

More Books

Students also viewed these Databases questions