Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anquetos/meteoviz-streamlit-app
Source of Streamlit application for French weather data requests and visualization
https://github.com/anquetos/meteoviz-streamlit-app
api climate-data geopy pandas python3 requests streamlit visualization
Last synced: 2 months ago
JSON representation
Source of Streamlit application for French weather data requests and visualization
- Host: GitHub
- URL: https://github.com/anquetos/meteoviz-streamlit-app
- Owner: anquetos
- Created: 2024-02-07T09:31:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T07:15:01.000Z (8 months ago)
- Last Synced: 2024-06-13T10:19:30.712Z (8 months ago)
- Topics: api, climate-data, geopy, pandas, python3, requests, streamlit, visualization
- Language: Python
- Homepage:
- Size: 3.29 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://meteoviz-app.streamlit.app/)
## MétéoViz:fr:
Depuis le 1er janvier 2024 toutes les données publiques de Météo-France disposent d'une possibilité d'accès par API sans aucun frais et sont gratuitement réutilisables.
MétéoViz est une application développée avec le *framework* Streamlit permettant de visualiser les **données publiques d'observation ou de climatologie pour la France** à partir des API de Météo-France.
Pour une station d'observation spécifique, il possible de :
1. visualiser en temps réel les observations les plus récentes ;
1. visualiser les données d'observation à une date et une heure antérieures ;
1. visualiser et afficher les statistiques des données d'observation pour une année complète.:uk:
Since 1 January 2024, all Météo-France public data can be accessed via API at no cost and can be reused free of charge.
MétéoViz is an application developed with the Streamlit *framework* that lets you view **public observation or climatological data for France** using Météo-France APIs.
For a specific observation station, it is possible to :
1. view the most recent observations in real time ;
1. view observation data for a previous date and time;
1. view and display observation data statistics for a full year.## Observations en temps réel / *Real time observations*
![demo-01](./images/demo-01.gif)
## Observations à une autre date et heure / *Other date and time observations*
![demo-02](./images/demo-02.gif)
## Observations sur une année complète / *Observations for an entire year*
![demo-03](./images/demo-03.gif)