Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajout de données météo #24

Closed
armgilles opened this issue Sep 16, 2020 · 2 comments
Closed

Ajout de données météo #24

armgilles opened this issue Sep 16, 2020 · 2 comments
Labels
data Lié aux données sources ou transformées

Comments

@armgilles
Copy link
Owner

Ajout de données météo par jours (ou plus). La pluie joue un rôle important dans l'activité des stations Vcub.

Idées :

@armgilles armgilles added the data Lié aux données sources ou transformées label Sep 16, 2020
@armgilles
Copy link
Owner Author

How

from vcub_keeper.reader.reader import read_meteo

meteo = read_meteo()
date min_temp mean_teamp max_temp pressure_mean humidity_mean precipitation
2020-09-12 00:00:00 14.4 21.1 30 1012.3 65 0
2020-09-13 00:00:00 14.6 23.5 33.6 1014 48.3 0
2020-09-14 00:00:00 19.2 26.6 37.2 1011 40 0
2020-09-15 00:00:00 17.9 23.9 31.9 1011.7 66.5 0.5
2020-09-16 00:00:00 17.6 23.7 31.9 1012 67.1 0

@armgilles
Copy link
Owner Author

Pas de function de lecture dans reader.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Lié aux données sources ou transformées
Projects
None yet
Development

No branches or pull requests

1 participant