Skip to content

Commit

Permalink
reknit vignettes with corrected DPIRD summaries for wind vals
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 3, 2024
1 parent 98b940c commit b163316
Show file tree
Hide file tree
Showing 6 changed files with 1,290 additions and 1,956 deletions.
Binary file modified vignettes/dpird-station-locations-map-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/plot_sw_land_div_map-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 18 additions & 10 deletions vignettes/weatherOz.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ This example assumes that you have stored your DPIRD API key in your .Renviron f

``` r
library(weatherOz)
#>
#> Attaching package: 'weatherOz'
#> The following object is masked from 'package:graphics':
#>
#> plot
#> The following object is masked from 'package:base':
#>
#> plot

Northam <-
find_nearby_stations(
Expand Down Expand Up @@ -201,17 +209,17 @@ ppd
#> 365: 041103 Toowoomba 2022 12 31 2022-12-31 27.7 25 16.4 25
#> elev_m extracted latitude longitude rainfall rainfall_source rh_tmax rh_tmax_source rh_tmin rh_tmin_source
#> <char> <Date> <num> <num> <num> <int> <num> <int> <num> <int>
#> 1: 691.0 m 2024-07-07 -27.5836 151.9317 7.6 25 72.1 26 100.0 26
#> 2: 691.0 m 2024-07-07 -27.5836 151.9317 0.1 25 47.1 26 100.0 26
#> 3: 691.0 m 2024-07-07 -27.5836 151.9317 0.0 25 38.8 26 100.0 26
#> 4: 691.0 m 2024-07-07 -27.5836 151.9317 0.0 25 43.1 26 95.7 26
#> 5: 691.0 m 2024-07-07 -27.5836 151.9317 0.0 25 49.2 26 100.0 26
#> 1: 691.0 m 2024-08-03 -27.5836 151.9317 7.6 25 72.1 26 100.0 26
#> 2: 691.0 m 2024-08-03 -27.5836 151.9317 0.1 25 47.1 26 100.0 26
#> 3: 691.0 m 2024-08-03 -27.5836 151.9317 0.0 25 38.8 26 100.0 26
#> 4: 691.0 m 2024-08-03 -27.5836 151.9317 0.0 25 43.1 26 95.7 26
#> 5: 691.0 m 2024-08-03 -27.5836 151.9317 0.0 25 49.2 26 100.0 26
#> ---
#> 361: 691.0 m 2024-07-07 -27.5836 151.9317 0.0 25 47.9 26 95.0 26
#> 362: 691.0 m 2024-07-07 -27.5836 151.9317 0.2 25 43.7 26 100.0 26
#> 363: 691.0 m 2024-07-07 -27.5836 151.9317 0.0 25 44.1 26 100.0 26
#> 364: 691.0 m 2024-07-07 -27.5836 151.9317 0.7 25 60.3 26 100.0 26
#> 365: 691.0 m 2024-07-07 -27.5836 151.9317 0.4 25 50.9 26 100.0 26
#> 361: 691.0 m 2024-08-03 -27.5836 151.9317 0.0 25 47.9 26 95.0 26
#> 362: 691.0 m 2024-08-03 -27.5836 151.9317 0.2 25 43.7 26 100.0 26
#> 363: 691.0 m 2024-08-03 -27.5836 151.9317 0.0 25 44.1 26 100.0 26
#> 364: 691.0 m 2024-08-03 -27.5836 151.9317 0.7 25 60.3 26 100.0 26
#> 365: 691.0 m 2024-08-03 -27.5836 151.9317 0.4 25 50.9 26 100.0 26
```

{weatherOz} offers much more functionality that is detailed in other vignettes that document how to use it to get station metadata for any station in the DPIRD or SILO databases, get extreme weather events for the DPIRD station network, get minute data for DPIRD stations, get APSIM formatted data from SILO, get ag bulletins, précis forecasts and various imagery files from BOM in the respective vignettes for DPIRD, SILO and BOM data available through {weatherOz}.
Expand Down
Loading

0 comments on commit b163316

Please sign in to comment.