Simplification du markdown
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 73 KiB |
@ -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"
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Humidité relative
|
|
||||||
|
|
||||||
```shell
|
|
||||||
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only humidity
|
|
||||||
```
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Pression atmosphérique
|
|
||||||
|
|
||||||
```shell
|
|
||||||
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only pressure
|
|
||||||
```
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Précipitations instantanées
|
|
||||||
|
|
||||||
```shell
|
|
||||||
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only rain_rate
|
|
||||||
```
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Luminance
|
|
||||||
|
|
||||||
```shell
|
|
||||||
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only illuminance
|
|
||||||
```
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Vitesse du vent
|
|
||||||
|
|
||||||
```shell
|
|
||||||
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only wind_speed
|
|
||||||
```
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Direction du vent
|
|
||||||
|
|
||||||
```shell
|
|
||||||
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only wind_direction
|
|
||||||
```
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Élévation solaire (si disponible après enrichissement)
|
|
||||||
|
|
||||||
```shell
|
|
||||||
python "docs/03 - Premiers graphiques/scripts/plot_basic_variables.py" --only sun_elevation
|
|
||||||
```
|
|
||||||
|
|
||||||

|

|
||||||
|
|||||||