Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burakahmet/city-based-weather-forecasting-and-visualization-application
A MATLAB App Designer application that visualizes real-time and 5-day weather forecasts for selected cities using the OpenWeatherMap API.
https://github.com/burakahmet/city-based-weather-forecasting-and-visualization-application
Last synced: 19 days ago
JSON representation
A MATLAB App Designer application that visualizes real-time and 5-day weather forecasts for selected cities using the OpenWeatherMap API.
- Host: GitHub
- URL: https://github.com/burakahmet/city-based-weather-forecasting-and-visualization-application
- Owner: BurakAhmet
- License: apache-2.0
- Created: 2024-05-20T15:52:36.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T16:16:21.000Z (7 months ago)
- Last Synced: 2024-05-31T00:02:01.838Z (7 months ago)
- Language: MATLAB
- Size: 516 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# City-Based-Weather-Forecasting-and-Visualization-Application
A MATLAB App Designer application that visualizes real-time and 5-day weather forecasts for selected cities using the OpenWeatherMap API.## Overview
![Overview](https://github.com/BurakAhmet/City-Based-Weather-Forecasting-and-Visualization-Application/assets/89780902/0fd90b64-5414-482b-aa18-afcf1810e6bc)
---
![City List](https://github.com/BurakAhmet/City-Based-Weather-Forecasting-and-Visualization-Application/assets/89780902/8c65eff0-813f-4405-9a03-5a570e393541)
---
## Error Handling
If you try to add a city that is already added:
![City already in the list](https://github.com/BurakAhmet/City-Based-Weather-Forecasting-and-Visualization-Application/assets/89780902/85edc717-913a-4ff1-8452-c24010172bd4)
---
If you don't select any city and try to get weather forecast:
![Selected City can not be blank](https://github.com/BurakAhmet/City-Based-Weather-Forecasting-and-Visualization-Application/assets/89780902/e713f3f7-5d89-42b6-9c09-9156c8379675)
---
If you try to get weather forecast for unknown city:
![There is no city](https://github.com/BurakAhmet/City-Based-Weather-Forecasting-and-Visualization-Application/assets/89780902/978c8ea1-e315-47fb-a2c0-4e3e98367242)
---