Git Product home page Git Product logo

weather-data-explorer's Introduction

Weather Data Explorer and Web App

This project is a simple Python-based application that retrieves weather data, performs data analysis, and presents the results through data visualization and a web application built with Flask.

Features

  • Data retrieval: The application fetches weather data from an external source (https://public.opendatasoft.com/explore/?sort=modified).
  • User interaction: Users can enter a station name and a date for retrieving specific weather data.
  • Data processing: The station name is converted to uppercase, and the date input is validated.
  • Data loading and storage: The retrieved weather data is stored in both JSON and CSV formats.
  • Data visualization: The application generates a bar chart using the temperature data and displays it using the matplotlib library.
  • Web application: The application includes a Flask web application.

Prerequisites

Python 3.x Required Python libraries: datetime, json, requests, os, csv, matplotlib, pandas, Flask Installation Clone or download the project repository. Install the required Python libraries using pip:

pip install datetime json requests matplotlib pandas Flask

note that in this project I am working on the data of a city (Nantes), of course we can change the city (the python code provided in the beginning to enter the name of the station). also note that you must change the path where the data folder will be created (add the appropriate path for your computer).

weather-data-explorer's People

Contributors

aymane-maghouti avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.