Jack Davison
Jack Davison
I'm going to close this as NOAA seems to have resolved it: ``` r worldmet::importNOAA(code = "931860-99999", year = 2023:2024) #> Importing NOAA Data ■■■■■■■■■■■■■■■■ 50% | ETA: 7s #>...
Hi Dennis, We came to the conclusion that this was due to all three facets of the shared plot having a shared 90th percentile (here of 567), whereas the single...
Hi Steve, Transferring this over to the openair-book repo as the openair manual has been superseded by the [openair book](https://bookdown.org/david_carslaw/openair/calendar-plot.html#calendar-examples). It no longer has the DAQI table in it, but...
Related (though perhaps a different issue?) - is there intention to export the example data (e.g., https://rstudio.github.io/leaflet/reference/breweries91.html) as `{sf}` dataframes/tibbles rather than `sp::SpatialPointsDataFrame`s? When teaching others `{leaflet}`/spatial data analysis it's...
Hi Rick, You're right - while we currently only support the seven openair directional analysis plots (polar plots, polar annuli, wind roses, etc.) we could in principle use any plot...
Example mock-up below. It's very possible. Some notes: - I'd be weary about going much more complex than a boxplot, some ideas could be: boxplots, bar charts (e.g., showing mean/max/etc.),...
I think we're on the same page, then! I've just released a new version of `{openairmaps}` with some updates I needed to do for static map generation, so it's timely...
Hi Denis - sorry for the delay - unfortunately the function isn't currently set up to expose those options to the user. To do so, I'd need to expose the...
Hi again @mooibroekd, Can you give the dev version a go? Added the `linewidth` and `size` args: ```r trajMapStatic(traj_data, colour = "pm10", size = "height") + scale_color_gradientn(colors = openair::openColours(), name...
Thanks - that makes sense to me! > plot(gt::as_gtable(gt, text_grob = gridtext::richtext_grob)) This actually does the job for my use-case as I don't necessarily need the other nice patchwork things...