Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 14, 2024
1 parent 678c310 commit f286d31
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 55 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ Abaixo segue um exemplo da base disponível:

``` r
dplyr::glimpse(mananciais)
#> Rows: 56,758
#> Rows: 56,765
#> Columns: 8
#> $ data <date> 2024-10-12, 2024-10-12, 2024-10-12, 2024-10-12, 2…
#> $ data <date> 2024-10-13, 2024-10-13, 2024-10-13, 2024-10-13, 2…
#> $ sistema <chr> "Cantareira", "Alto Tietê", "Guarapiranga", "Cotia…
#> $ volume_porcentagem <dbl> 48.2, 43.8, 36.7, 35.5, 62.2, 25.0, 45.1, 48.3, 44
#> $ volume_variacao <dbl> -0.1, -0.2, -0.2, 0.0, -0.3, 0.1, 0.0, -0.2, -0.2,…
#> $ volume_operacional <dbl> 473.46216, 245.59326, 62.78116, 5.86376, 69.78799,…
#> $ pluviometria_dia <dbl> 17.9, 12.9, 13.8, 15.2, 11.8, 12.0, 13.2, 14.4, 6.…
#> $ pluviometria_mensal <dbl> 51.7, 24.1, 19.8, 25.0, 23.6, 38.4, 29.0, 33.8, 11
#> $ volume_porcentagem <dbl> 48.2, 43.7, 36.9, 35.5, 62.3, 24.8, 45.1, 48.2, 43
#> $ volume_variacao <dbl> 0.0, -0.1, 0.2, 0.0, 0.1, -0.2, 0.0, -0.1, -0.2, -
#> $ volume_operacional <dbl> 472.93490, 244.98047, 63.08926, 5.86376, 69.93246,…
#> $ pluviometria_dia <dbl> 0.0, 0.5, 0.4, 0.2, 0.2, 1.6, 0.6, 17.9, 12.9, 13.…
#> $ pluviometria_mensal <dbl> 51.7, 24.6, 20.2, 25.2, 23.8, 40.0, 29.6, 51.7, 24
#> $ pluviometria_hist <dbl> 130.3, 109.3, 114.7, 120.4, 133.1, 174.8, 144.0, 1…
```

Expand All @@ -104,13 +104,13 @@ mananciais %>%

| data | sistema | volume_porcentagem | volume_variacao | volume_operacional | pluviometria_dia | pluviometria_mensal | pluviometria_hist |
|:-----------|:-------------|-------------------:|----------------:|-------------------:|-----------------:|--------------------:|------------------:|
| 2024-10-12 | Cantareira | 48.2 | -0.1 | 473.46216 | 17.9 | 51.7 | 130.3 |
| 2024-10-12 | Alto Tietê | 43.8 | -0.2 | 245.59326 | 12.9 | 24.1 | 109.3 |
| 2024-10-12 | Guarapiranga | 36.7 | -0.2 | 62.78116 | 13.8 | 19.8 | 114.7 |
| 2024-10-12 | Cotia | 35.5 | 0.0 | 5.86376 | 15.2 | 25.0 | 120.4 |
| 2024-10-12 | Rio Grande | 62.2 | -0.3 | 69.78799 | 11.8 | 23.6 | 133.1 |
| 2024-10-12 | Rio Claro | 25.0 | 0.1 | 3.41620 | 12.0 | 38.4 | 174.8 |
| 2024-10-12 | São Lourenço | 45.1 | 0.0 | 40.08745 | 13.2 | 29.0 | 144.0 |
| 2024-10-13 | Cantareira | 48.2 | 0.0 | 472.93490 | 0.0 | 51.7 | 130.3 |
| 2024-10-13 | Alto Tietê | 43.7 | -0.1 | 244.98047 | 0.5 | 24.6 | 109.3 |
| 2024-10-13 | Guarapiranga | 36.9 | 0.2 | 63.08926 | 0.4 | 20.2 | 114.7 |
| 2024-10-13 | Cotia | 35.5 | 0.0 | 5.86376 | 0.2 | 25.2 | 120.4 |
| 2024-10-13 | Rio Grande | 62.3 | 0.1 | 69.93246 | 0.2 | 23.8 | 133.1 |
| 2024-10-13 | Rio Claro | 24.8 | -0.2 | 3.39495 | 1.6 | 40.0 | 174.8 |
| 2024-10-13 | São Lourenço | 45.1 | 0.0 | 40.08745 | 0.6 | 29.6 | 144.0 |

## Como citar o pacote

Expand Down
Binary file modified data/mananciais.rda
Binary file not shown.
82 changes: 41 additions & 41 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-10-14;Cantareira;48,0;-0,2;470,94941;0,0;51,7;130,3
2024-10-14;Alto Tietê;43,6;-0,1;244,09340;0,1;24,6;109,3
2024-10-14;Guarapiranga;36,9;0,0;63,08926;0,0;20,2;114,7
2024-10-14;Cotia;35,4;-0,1;5,84293;0,2;25,4;120,4
2024-10-14;Rio Grande;62,0;-0,3;69,57161;0,4;24,2;133,1
2024-10-14;Rio Claro;24,7;-0,1;3,38084;0,2;40,2;174,8
2024-10-14;São Lourenço;44,9;-0,2;39,91691;0,8;30,4;144,0
2024-10-13;Cantareira;48,2;0,0;472,93490;0,0;51,7;130,3
2024-10-13;Alto Tietê;43,7;-0,1;244,98047;0,5;24,6;109,3
2024-10-13;Guarapiranga;36,9;0,2;63,08926;0,4;20,2;114,7
Expand Down
Binary file modified inst/extdata/mananciais.xlsx
Binary file not shown.

0 comments on commit f286d31

Please sign in to comment.