You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It is a common use case to plot CML paths on a map. Often we also want to color the CML paths based on some variable, e.g. the estimated path-averaged rainfall rate. This should be made easy with a one-line function call and be fast when plotting hunderes of CMLs. Since matplotlib is still the standard plotting tool it should be based on matplotlib.
Describe the solution you'd like
The solution here in the prototype of poligrain (still with the old name ragali) is good. It should just start with the most simple use case first, i.e. just plotting the lines with black color. Adding coloring based on a cmap should then also be added.
Describe alternatives you've considered
Using bokeh would also be possible, but it is just not that common. It could be added alter as a second backend, but matplotlib has priority.
Additional context
-none-
remaining TODOs:
add complete docstring to first simple plot function
Is your feature request related to a problem? Please describe.
It is a common use case to plot CML paths on a map. Often we also want to color the CML paths based on some variable, e.g. the estimated path-averaged rainfall rate. This should be made easy with a one-line function call and be fast when plotting hunderes of CMLs. Since
matplotlib
is still the standard plotting tool it should be based onmatplotlib
.Describe the solution you'd like
The solution here in the prototype of
poligrain
(still with the old nameragali
) is good. It should just start with the most simple use case first, i.e. just plotting the lines with black color. Adding coloring based on a cmap should then also be added.Describe alternatives you've considered
Using
bokeh
would also be possible, but it is just not that common. It could be added alter as a second backend, butmatplotlib
has priority.Additional context
-none-
remaining TODOs:
plot_paths()
) --> trackedd in define names and structure of module files #9xr.DataArray
is passed, but only if there is 0-length time dimension[UPDATE]: Parts of these points are done in #24. The rest will be put into new issues.
The text was updated successfully, but these errors were encountered: