-
Notifications
You must be signed in to change notification settings - Fork 0
Plot meteograms #74
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
base: main
Are you sure you want to change the base?
Plot meteograms #74
Conversation
* Adopt more atomic approach Also use marimo for interactive editing * Move notebook to dedicated folder * Remove original script * Add example config * Revert some wrong changes
* Adopt more atomic approach Also use marimo for interactive editing * Move notebook to dedicated folder * add plot rule * Revert some wrong changes * Solve bugs adopt grib * Replace by plot_forecast_frame.py * Rename * Fix number of points cosmo 1e * Remove globe because it doesn't seem right * Add possibility to set region to none for global plots * Review * Update workflow/scripts/src/plotting.py * Simplify code
I'm assuming the default colormap is in knots
| init_time=[t.strftime("%Y%m%d%H%M") for t in REFTIMES], | ||
| run_id=collect_all_candidates(), | ||
| param=["2t"], | ||
| sta=["GVE", "KLO", "LUG"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parameters and stations should probably be added to the config.
|
@MicheleCattaneo now using PeakWeather for plotting station observations, see d1ed4da |
Cool! Could that help? |
No description provided.