1

Simplification du markdown

This commit is contained in:
Richard Dern 2025-11-19 17:16:39 +01:00
parent 9fdf9b4268
commit 79603b7c3e
9 changed files with 1 additions and 45 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View File

@ -4,66 +4,22 @@ On peut désormais tracer nos premiers graphiques simples et bruts.
S'ils ne sont pas très instructifs par rapport à ce que nous fournissent Home Assistant et InfluxDB, ils nous permettent au moins de nous assurer que tout fonctionne, et que les données semblent cohérentes. S'ils ne sont pas très instructifs par rapport à ce que nous fournissent Home Assistant et InfluxDB, ils nous permettent au moins de nous assurer que tout fonctionne, et que les données semblent cohérentes.
Les fichiers CSV correspondant à chaque figure sont conservés dans `data/` dans ce dossier. Les fichiers CSV correspondant à chaque figure sont conservés dans `data/` dans ce dossier.
## Température
```shell ```shell
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only temperature python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py"
``` ```
![](figures/temperature_last_7_days.png) ![](figures/temperature_last_7_days.png)
## Humidité relative
```shell
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only humidity
```
![](figures/humidity_last_7_days.png) ![](figures/humidity_last_7_days.png)
## Pression atmosphérique
```shell
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only pressure
```
![](figures/pressure_last_7_days.png) ![](figures/pressure_last_7_days.png)
## Précipitations instantanées
```shell
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only rain_rate
```
![](figures/rain_rate_last_7_days.png) ![](figures/rain_rate_last_7_days.png)
## Luminance
```shell
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only illuminance
```
![](figures/illuminance_last_7_days.png) ![](figures/illuminance_last_7_days.png)
## Vitesse du vent
```shell
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only wind_speed
```
![](figures/wind_speed_last_7_days.png) ![](figures/wind_speed_last_7_days.png)
## Direction du vent
```shell
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only wind_direction
```
![](figures/wind_direction_last_7_days.png) ![](figures/wind_direction_last_7_days.png)
## Élévation solaire (si disponible après enrichissement)
```shell
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only sun_elevation
```
![](figures/sun_elevation_last_7_days.png) ![](figures/sun_elevation_last_7_days.png)