Closed rutkovskii closed 2 months ago
Hi there, thanks for the reminder. I'll try to have a close look today, I don't expect any major issue.
Attention: Patch coverage is 21.73913%
with 18 lines
in your changes missing coverage. Please review.
Project coverage is 83.89%. Comparing base (
ee60fa6
) to head (a12df02
). Report is 1 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
pysteps/visualization/precipfields.py | 21.73% | 18 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dnerini I made the change. You can merge as you are the authorized user.
[MODIFY] Add support for custom colormap configuration in
precipfield.py
This update allows user-defined ranges and colors for plots. It supports intensity (tested) and depth (untested), but not probability. A private function was added to validate the colormap provided by the user.
[ADD] Add
plot_custom_precipitation_range.py
example demonstrating how to create a custom config and use it for plotting.Note: As mentioned, it should work with depth, but I have not verified it.
430