Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 30, 2024
1 parent 77e7f14 commit 164d790
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 51 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ Abaixo segue um exemplo da base disponível:

``` r
dplyr::glimpse(mananciais)
#> Rows: 56,443
#> Rows: 56,450
#> Columns: 8
#> $ data <date> 2024-08-28, 2024-08-28, 2024-08-28, 2024-08-28, 2…
#> $ data <date> 2024-08-29, 2024-08-29, 2024-08-29, 2024-08-29, 2…
#> $ sistema <chr> "Cantareira", "Alto Tietê", "Guarapiranga", "Cotia…
#> $ volume_porcentagem <dbl> 58.0, 53.9, 45.6, 49.4, 70.9, 28.5, 60.7, 58.2, 54
#> $ volume_variacao <dbl> -0.2, -0.2, -0.4, -0.3, -0.1, -0.2, -0.4, -0.2, -0…
#> $ volume_operacional <dbl> 569.68620, 301.85377, 78.03221, 8.15222, 79.53164,…
#> $ pluviometria_dia <dbl> 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, …
#> $ volume_porcentagem <dbl> 57.9, 53.7, 45.3, 49.1, 70.6, 28.4, 60.3, 58.0, 53
#> $ volume_variacao <dbl> -0.1, -0.2, -0.3, -0.3, -0.3, -0.1, -0.4, -0.2, -0…
#> $ volume_operacional <dbl> 568.20742, 300.88135, 77.59042, 8.10238, 79.22099,…
#> $ pluviometria_dia <dbl> 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, …
#> $ pluviometria_mensal <dbl> 45.9, 36.3, 52.0, 42.2, 51.2, 72.2, 55.0, 45.9, 36…
#> $ pluviometria_hist <dbl> 33.9, 29.6, 39.7, 40.0, 48.3, 100.6, 60.8, 33.9, 2…
```
Expand All @@ -104,13 +104,13 @@ mananciais %>%

| data | sistema | volume_porcentagem | volume_variacao | volume_operacional | pluviometria_dia | pluviometria_mensal | pluviometria_hist |
|:-----------|:-------------|-------------------:|----------------:|-------------------:|-----------------:|--------------------:|------------------:|
| 2024-08-28 | Cantareira | 58.0 | -0.2 | 569.68620 | 0.0 | 45.9 | 33.9 |
| 2024-08-28 | Alto Tietê | 53.9 | -0.2 | 301.85377 | 0.0 | 36.3 | 29.6 |
| 2024-08-28 | Guarapiranga | 45.6 | -0.4 | 78.03221 | 0.0 | 52.0 | 39.7 |
| 2024-08-28 | Cotia | 49.4 | -0.3 | 8.15222 | 0.2 | 42.2 | 40.0 |
| 2024-08-28 | Rio Grande | 70.9 | -0.1 | 79.53164 | 0.0 | 51.2 | 48.3 |
| 2024-08-28 | Rio Claro | 28.5 | -0.2 | 3.89281 | 0.0 | 72.2 | 100.6 |
| 2024-08-28 | São Lourenço | 60.7 | -0.4 | 53.90843 | 0.0 | 55.0 | 60.8 |
| 2024-08-29 | Cantareira | 57.9 | -0.1 | 568.20742 | 0 | 45.9 | 33.9 |
| 2024-08-29 | Alto Tietê | 53.7 | -0.2 | 300.88135 | 0 | 36.3 | 29.6 |
| 2024-08-29 | Guarapiranga | 45.3 | -0.3 | 77.59042 | 0 | 52.0 | 39.7 |
| 2024-08-29 | Cotia | 49.1 | -0.3 | 8.10238 | 0 | 42.2 | 40.0 |
| 2024-08-29 | Rio Grande | 70.6 | -0.3 | 79.22099 | 0 | 51.2 | 48.3 |
| 2024-08-29 | Rio Claro | 28.4 | -0.1 | 3.87723 | 0 | 72.2 | 100.6 |
| 2024-08-29 | São Lourenço | 60.3 | -0.4 | 53.54012 | 0 | 55.0 | 60.8 |

## Como citar o pacote

Expand Down
Binary file modified data/mananciais.rda
Binary file not shown.
76 changes: 38 additions & 38 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions inst/extdata/mananciais.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
data;sistema;volume_porcentagem;volume_variacao;volume_operacional;pluviometria_dia;pluviometria_mensal;pluviometria_hist
2024-08-30;Cantareira;57,7;-0,2;566,83241;0,0;45,9;33,9
2024-08-30;Alto Tietê;53,5;-0,2;299,46389;0,2;36,5;29,6
2024-08-30;Guarapiranga;44,9;-0,4;76,92932;0,2;52,2;39,7
2024-08-30;Cotia;48,8;-0,3;8,05272;0,0;42,2;40,0
2024-08-30;Rio Grande;70,3;-0,3;78,91103;0,2;51,4;48,3
2024-08-30;Rio Claro;28,2;-0,2;3,85394;0,0;72,2;100,6
2024-08-30;São Lourenço;59,9;-0,4;53,17261;0,0;55,0;60,8
2024-08-29;Cantareira;57,9;-0,1;568,20742;0,0;45,9;33,9
2024-08-29;Alto Tietê;53,7;-0,2;300,88135;0,0;36,3;29,6
2024-08-29;Guarapiranga;45,3;-0,3;77,59042;0,0;52,0;39,7
Expand Down
Binary file modified inst/extdata/mananciais.xlsx
Binary file not shown.

0 comments on commit 164d790

Please sign in to comment.