-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R: Create Python wrapper for windrose method used by R-Instat #4
Comments
@isedwards We have now discussed this internally in more depth.
The nice thing about this is that in the PICSA context is each of the 4 points might be the responsibility of someone different. The key aspect to this reflection is that while I think this Windrose example is worthwhile it is only when we started looking beyond it to a practical use case that the value of creating these grammatical API structures really made sense. In this new way if thinking I believe the data needed in this example is the same as the data needed in #5 however the transformation, definition and presentation are different. |
@volloholic Thank you for the excellent summary above of the discussion we had with @dannyparsons. @isedwards I have some extra questions:
If the above was already discussed before then please accept my apologies. |
Thank you @lloyddewit - thoughts on each of your question are below...
We're burning through our time quite quickly, so the intention is to focus on the basics to ensure deliverables are met. This approach will apply to the web API design as well (building on existing API solutions rather than doing something completely new). However, I'm very happy for breakout groups to push further on new and related topics. So, what's next...? |
@isedwards Thank you for the response, things are much clearer for me now. |
R-Instat uses the Clifro package - see #R-Instat/1908
The windrose method has the following parameterisation:
windrose(speed, direction, facet, n_directions = 12, n_speeds = 5,
speed_cuts = NA, col_pal = "GnBu", ggtheme = c("grey", "gray", "bw",
"linedraw", "light", "minimal", "classic"), legend_title = "Wind Speed",
calm_wind = 0, variable_wind = 990, n_col = 1, ...)
Arguments
Data parameters
Other parameters
defaults to 12.
is NA (default 5).
(default).
used for plotting, see ’Theme Selection’ below.
’Theme Selection’ below.
... further arguments passed to theme.
Tasks:
from opencdms.process.r_instat import windrose
The text was updated successfully, but these errors were encountered: