geoips.plugins.modules.colormappers.winds package#
Submodules#
geoips.plugins.modules.colormappers.winds.wind_radii_transitions module#
Module containing wind speed colormap with transitions at 34, 50, 64, and 80.
- geoips.plugins.modules.colormappers.winds.wind_radii_transitions.call(data_range=[0, 200])[source]#
Generate appropriate matplotlib colors for plotting standard wind speeds.
wind_radii_transitions contains hard coded transition values for different colors, in order to have consistent imagery across all sensors / products.
- Parameters:
data_range (list of float, default=[0, 200]) –
Min and max value for colormap.
Ensure the data range matches the range of the algorithm specified for use with this colormap
This colormap MUST include 0 and 200
- Returns:
mpl_colors_info – Dictionary of matplotlib plotting parameters, to ensure consistent image output
- Return type:
dict
Module contents#
Geoips surface winds colormap init file.