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 11, 2024
1 parent 0123094 commit 49844a4
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 59 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,737
#> Rows: 56,744
#> Columns: 8
#> $ data <date> 2024-10-09, 2024-10-09, 2024-10-09, 2024-10-09, 2…
#> $ data <date> 2024-10-10, 2024-10-10, 2024-10-10, 2024-10-10, 2…
#> $ sistema <chr> "Cantareira", "Alto Tietê", "Guarapiranga", "Cotia…
#> $ volume_porcentagem <dbl> 48.8, 44.4, 37.2, 36.1, 62.9, 25.4, 46.0, 49.0, 44…
#> $ volume_variacao <dbl> -0.2, -0.3, -0.2, -0.3, -0.3, -0.3, -0.5, -0.2, -0…
#> $ volume_operacional <dbl> 478.95595, 248.88846, 63.70701, 5.94751, 70.58464,…
#> $ 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> 19.4, 3.6, 2.6, 6.2, 7.4, 13.2, 6.6, 19.4, 3.6, 2.
#> $ volume_porcentagem <dbl> 48.5, 44.2, 37.0, 35.8, 62.7, 25.0, 45.5, 48.8, 44…
#> $ volume_variacao <dbl> -0.3, -0.2, -0.2, -0.3, -0.2, -0.4, -0.5, -0.2, -0…
#> $ volume_operacional <dbl> 476.38012, 247.72319, 63.39787, 5.90556, 70.36687,…
#> $ pluviometria_dia <dbl> 0.0, 1.2, 1.4, 1.4, 3.4, 3.0, 2.0, 0.0, 0.0, 0.0, …
#> $ pluviometria_mensal <dbl> 19.4, 4.8, 4.0, 7.6, 10.8, 16.2, 8.6, 19.4, 3.6, 2…
#> $ 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-09 | Cantareira | 48.8 | -0.2 | 478.95595 | 0 | 19.4 | 130.3 |
| 2024-10-09 | Alto Tietê | 44.4 | -0.3 | 248.88846 | 0 | 3.6 | 109.3 |
| 2024-10-09 | Guarapiranga | 37.2 | -0.2 | 63.70701 | 0 | 2.6 | 114.7 |
| 2024-10-09 | Cotia | 36.1 | -0.3 | 5.94751 | 0 | 6.2 | 120.4 |
| 2024-10-09 | Rio Grande | 62.9 | -0.3 | 70.58464 | 0 | 7.4 | 133.1 |
| 2024-10-09 | Rio Claro | 25.4 | -0.3 | 3.46615 | 0 | 13.2 | 174.8 |
| 2024-10-09 | São Lourenço | 46.0 | -0.5 | 40.85681 | 0 | 6.6 | 144.0 |
| 2024-10-10 | Cantareira | 48.5 | -0.3 | 476.38012 | 0.0 | 19.4 | 130.3 |
| 2024-10-10 | Alto Tietê | 44.2 | -0.2 | 247.72319 | 1.2 | 4.8 | 109.3 |
| 2024-10-10 | Guarapiranga | 37.0 | -0.2 | 63.39787 | 1.4 | 4.0 | 114.7 |
| 2024-10-10 | Cotia | 35.8 | -0.3 | 5.90556 | 1.4 | 7.6 | 120.4 |
| 2024-10-10 | Rio Grande | 62.7 | -0.2 | 70.36687 | 3.4 | 10.8 | 133.1 |
| 2024-10-10 | Rio Claro | 25.0 | -0.4 | 3.42330 | 3.0 | 16.2 | 174.8 |
| 2024-10-10 | São Lourenço | 45.5 | -0.5 | 40.42900 | 2.0 | 8.6 | 144.0 |

## Como citar o pacote

Expand Down
Binary file modified data/mananciais.rda
Binary file not shown.
90 changes: 45 additions & 45 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-11;Cantareira;48,3;-0,2;474,53098;14,4;33,8;130,3
2024-10-11;Alto Tietê;44,0;-0,2;246,78132;6,4;11,2;109,3
2024-10-11;Guarapiranga;36,9;-0,1;63,08926;2,0;6,0;114,7
2024-10-11;Cotia;35,5;-0,3;5,86376;2,2;9,8;120,4
2024-10-11;Rio Grande;62,5;-0,2;70,07709;1,0;11,8;133,1
2024-10-11;Rio Claro;24,9;-0,1;3,40911;10,2;26,4;174,8
2024-10-11;São Lourenço;45,1;-0,4;40,08745;7,2;15,8;144,0
2024-10-10;Cantareira;48,5;-0,3;476,38012;0,0;19,4;130,3
2024-10-10;Alto Tietê;44,2;-0,2;247,72319;1,2;4,8;109,3
2024-10-10;Guarapiranga;37,0;-0,2;63,39787;1,4;4,0;114,7
Expand Down
Binary file modified inst/extdata/mananciais.xlsx
Binary file not shown.

0 comments on commit 49844a4

Please sign in to comment.