Skip to content

Commit

Permalink
Update docs with pkgdev
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 11, 2024
1 parent 730ee87 commit 8b4f844
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,19 @@ aemet_last_obs("9434")
#> # A tibble: 13 × 25
#> idema lon fint prec alt vmax vv dv lat dmax
#> <chr> <dbl> <dttm> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
#> 1 9434 -1.00 2024-08-09 09:00:00 0 249 7.9 5.3 310 41.7 340
#> 2 9434 -1.00 2024-08-09 10:00:00 0 249 8.2 4.3 298 41.7 278
#> 3 9434 -1.00 2024-08-09 11:00:00 0 249 7.2 3 313 41.7 300
#> 4 9434 -1.00 2024-08-09 12:00:00 0 249 4.8 1.8 347 41.7 300
#> 5 9434 -1.00 2024-08-09 13:00:00 0 249 3 1.7 2 41.7 75
#> 6 9434 -1.00 2024-08-09 14:00:00 0 249 3.4 1.4 255 41.7 113
#> 7 9434 -1.00 2024-08-09 15:00:00 0 249 4.1 1.9 98 41.7 93
#> 8 9434 -1.00 2024-08-09 16:00:00 0 249 4.3 1.4 64 41.7 80
#> 9 9434 -1.00 2024-08-09 17:00:00 0 249 3.8 2.4 118 41.7 135
#> 10 9434 -1.00 2024-08-09 18:00:00 0 249 3.5 1.3 89 41.7 103
#> 11 9434 -1.00 2024-08-09 19:00:00 0 249 1.7 1.2 18 41.7 30
#> 12 9434 -1.00 2024-08-09 20:00:00 0 249 3.5 2 335 41.7 323
#> 13 9434 -1.00 2024-08-09 21:00:00 0 249 8.5 3.7 294 41.7 260
#> 1 9434 -1.00 2024-08-11 03:00:00 0 249 5.9 3.1 105 41.7 108
#> 2 9434 -1.00 2024-08-11 04:00:00 0 249 5.9 4.2 109 41.7 118
#> 3 9434 -1.00 2024-08-11 05:00:00 0 249 5.3 3.1 115 41.7 105
#> 4 9434 -1.00 2024-08-11 06:00:00 0 249 3.3 1.3 94 41.7 130
#> 5 9434 -1.00 2024-08-11 07:00:00 0 249 3.1 2.2 86 41.7 85
#> 6 9434 -1.00 2024-08-11 08:00:00 0 249 4.6 3.1 98 41.7 100
#> 7 9434 -1.00 2024-08-11 09:00:00 0 249 6 4.1 110 41.7 108
#> 8 9434 -1.00 2024-08-11 10:00:00 0 249 6.1 3.8 107 41.7 105
#> 9 9434 -1.00 2024-08-11 11:00:00 0 249 5.7 3.8 107 41.7 125
#> 10 9434 -1.00 2024-08-11 12:00:00 0 249 6.6 4.1 91 41.7 108
#> 11 9434 -1.00 2024-08-11 13:00:00 0 249 7.6 4.3 112 41.7 100
#> 12 9434 -1.00 2024-08-11 14:00:00 0 249 7 4.4 106 41.7 105
#> 13 9434 -1.00 2024-08-11 15:00:00 0 249 7.1 3.8 96 41.7 110
#> # ℹ 15 more variables: ubi <chr>, pres <dbl>, hr <dbl>, stdvv <dbl>, ts <dbl>,
#> # pres_nmar <dbl>, tamin <dbl>, ta <dbl>, tamax <dbl>, tpr <dbl>,
#> # stddv <dbl>, inso <dbl>, tss5cm <dbl>, pacutp <dbl>, tss20cm <dbl>
Expand Down Expand Up @@ -173,12 +173,12 @@ knitr::kable(head(data_observation))

| idema | lon | fint | prec | alt | vmax | vv | dv | lat | dmax | ubi | pres | hr | stdvv | ts | pres_nmar | tamin | ta | tamax | tpr | stddv | inso | tss5cm | pacutp | tss20cm |
|:------|----------:|:--------------------|-----:|----:|-----:|----:|----:|---------:|-----:|:--------------------|------:|----:|------:|-----:|----------:|------:|-----:|------:|-----:|------:|-----:|-------:|-------:|--------:|
| 9434 | -1.004167 | 2024-08-09 09:00:00 | 0 | 249 | 7.9 | 5.3 | 310 | 41.66056 | 340 | ZARAGOZA AEROPUERTO | 990.2 | 58 | 0.9 | 31.1 | 1018.9 | 24.5 | 25.6 | 25.7 | 16.7 | 13 | 60 | 34.1 | 0 | 34.7 |
| 9434 | -1.004167 | 2024-08-09 10:00:00 | 0 | 249 | 8.2 | 4.3 | 298 | 41.66056 | 278 | ZARAGOZA AEROPUERTO | 990.0 | 52 | 0.8 | 34.3 | 1018.5 | 25.6 | 28.0 | 28.0 | 17.2 | 15 | 60 | 35.8 | 0 | 34.6 |
| 9434 | -1.004167 | 2024-08-09 11:00:00 | 0 | 249 | 7.2 | 3.0 | 313 | 41.66056 | 300 | ZARAGOZA AEROPUERTO | 989.6 | 48 | 1.0 | 37.5 | 1017.9 | 28.0 | 30.0 | 30.1 | 17.8 | 19 | 60 | 37.7 | 0 | 34.6 |
| 9434 | -1.004167 | 2024-08-09 12:00:00 | 0 | 249 | 4.8 | 1.8 | 347 | 41.66056 | 300 | ZARAGOZA AEROPUERTO | 989.0 | 41 | 0.8 | 39.5 | 1017.1 | 30.0 | 32.1 | 32.1 | 17.2 | 48 | 60 | 40.2 | 0 | 34.6 |
| 9434 | -1.004167 | 2024-08-09 13:00:00 | 0 | 249 | 3.0 | 1.7 | 2 | 41.66056 | 75 | ZARAGOZA AEROPUERTO | 988.3 | 37 | 0.5 | 41.4 | 1016.1 | 32.1 | 34.2 | 34.2 | 17.5 | 57 | 60 | 42.5 | 0 | 34.9 |
| 9434 | -1.004167 | 2024-08-09 14:00:00 | 0 | 249 | 3.4 | 1.4 | 255 | 41.66056 | 113 | ZARAGOZA AEROPUERTO | 987.5 | 32 | 0.4 | 43.1 | 1015.1 | 34.2 | 36.4 | 36.4 | 17.1 | 67 | 60 | 44.3 | 0 | 35.3 |
| 9434 | -1.004167 | 2024-08-11 03:00:00 | 0 | 249 | 5.9 | 3.1 | 105 | 41.66056 | 108 | ZARAGOZA AEROPUERTO | 986.9 | 60 | 0.5 | 24.6 | 1015.6 | 25.1 | 25.1 | 26.1 | 16.8 | 8 | 0 | 34.4 | 0 | 37.3 |
| 9434 | -1.004167 | 2024-08-11 04:00:00 | 0 | 249 | 5.9 | 4.2 | 109 | 41.66056 | 118 | ZARAGOZA AEROPUERTO | 986.8 | 63 | 0.6 | 23.9 | 1015.6 | 24.3 | 24.3 | 25.1 | 16.8 | 7 | 0 | 33.7 | 0 | 37.0 |
| 9434 | -1.004167 | 2024-08-11 05:00:00 | 0 | 249 | 5.3 | 3.1 | 115 | 41.66056 | 105 | ZARAGOZA AEROPUERTO | 986.8 | 68 | 0.5 | 23.4 | 1015.6 | 23.7 | 23.8 | 24.3 | 17.5 | 8 | 0 | 33.1 | 0 | 36.6 |
| 9434 | -1.004167 | 2024-08-11 06:00:00 | 0 | 249 | 3.3 | 1.3 | 94 | 41.66056 | 130 | ZARAGOZA AEROPUERTO | 986.9 | 70 | 0.2 | 24.3 | 1015.7 | 23.3 | 23.7 | 23.8 | 17.9 | 13 | 16 | 32.6 | 0 | 36.3 |
| 9434 | -1.004167 | 2024-08-11 07:00:00 | 0 | 249 | 3.1 | 2.2 | 86 | 41.66056 | 85 | ZARAGOZA AEROPUERTO | 987.0 | 63 | 0.3 | 28.6 | 1015.6 | 23.7 | 25.5 | 25.5 | 17.9 | 11 | 60 | 32.6 | 0 | 35.9 |
| 9434 | -1.004167 | 2024-08-11 08:00:00 | 0 | 249 | 4.6 | 3.1 | 98 | 41.66056 | 100 | ZARAGOZA AEROPUERTO | 986.8 | 59 | 0.7 | 30.8 | 1015.3 | 25.5 | 27.1 | 27.2 | 18.4 | 10 | 60 | 33.6 | 0 | 35.6 |

``` r

Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
},
"applicationCategory": "Meteorology",
"isPartOf": "https://ropenspain.es/",
"fileSize": "856.747KB",
"fileSize": "858.179KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
26 changes: 13 additions & 13 deletions vignettes/climaemet.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,19 @@ aemet_last_obs("9434")
#> # A tibble: 13 × 25
#> idema lon fint prec alt vmax vv dv lat dmax
#> <chr> <dbl> <dttm> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
#> 1 9434 -1.00 2024-08-09 09:00:00 0 249 7.9 5.3 310 41.7 340
#> 2 9434 -1.00 2024-08-09 10:00:00 0 249 8.2 4.3 298 41.7 278
#> 3 9434 -1.00 2024-08-09 11:00:00 0 249 7.2 3 313 41.7 300
#> 4 9434 -1.00 2024-08-09 12:00:00 0 249 4.8 1.8 347 41.7 300
#> 5 9434 -1.00 2024-08-09 13:00:00 0 249 3 1.7 2 41.7 75
#> 6 9434 -1.00 2024-08-09 14:00:00 0 249 3.4 1.4 255 41.7 113
#> 7 9434 -1.00 2024-08-09 15:00:00 0 249 4.1 1.9 98 41.7 93
#> 8 9434 -1.00 2024-08-09 16:00:00 0 249 4.3 1.4 64 41.7 80
#> 9 9434 -1.00 2024-08-09 17:00:00 0 249 3.8 2.4 118 41.7 135
#> 10 9434 -1.00 2024-08-09 18:00:00 0 249 3.5 1.3 89 41.7 103
#> 11 9434 -1.00 2024-08-09 19:00:00 0 249 1.7 1.2 18 41.7 30
#> 12 9434 -1.00 2024-08-09 20:00:00 0 249 3.5 2 335 41.7 323
#> 13 9434 -1.00 2024-08-09 21:00:00 0 249 8.5 3.7 294 41.7 260
#> 1 9434 -1.00 2024-08-11 03:00:00 0 249 5.9 3.1 105 41.7 108
#> 2 9434 -1.00 2024-08-11 04:00:00 0 249 5.9 4.2 109 41.7 118
#> 3 9434 -1.00 2024-08-11 05:00:00 0 249 5.3 3.1 115 41.7 105
#> 4 9434 -1.00 2024-08-11 06:00:00 0 249 3.3 1.3 94 41.7 130
#> 5 9434 -1.00 2024-08-11 07:00:00 0 249 3.1 2.2 86 41.7 85
#> 6 9434 -1.00 2024-08-11 08:00:00 0 249 4.6 3.1 98 41.7 100
#> 7 9434 -1.00 2024-08-11 09:00:00 0 249 6 4.1 110 41.7 108
#> 8 9434 -1.00 2024-08-11 10:00:00 0 249 6.1 3.8 107 41.7 105
#> 9 9434 -1.00 2024-08-11 11:00:00 0 249 5.7 3.8 107 41.7 125
#> 10 9434 -1.00 2024-08-11 12:00:00 0 249 6.6 4.1 91 41.7 108
#> 11 9434 -1.00 2024-08-11 13:00:00 0 249 7.6 4.3 112 41.7 100
#> 12 9434 -1.00 2024-08-11 14:00:00 0 249 7 4.4 106 41.7 105
#> 13 9434 -1.00 2024-08-11 15:00:00 0 249 7.1 3.8 96 41.7 110
#> # ℹ 15 more variables: ubi <chr>, pres <dbl>, hr <dbl>, stdvv <dbl>, ts <dbl>,
#> # pres_nmar <dbl>, tamin <dbl>, ta <dbl>, tamax <dbl>, tpr <dbl>,
#> # stddv <dbl>, inso <dbl>, tss5cm <dbl>, pacutp <dbl>, tss20cm <dbl>
Expand Down
Binary file modified vignettes/example-gif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b4f844

Please sign in to comment.