geoips.plugins.modules.colormappers.winds package#

Submodules#

geoips.plugins.modules.colormappers.winds.dmw_wind_levels module#

Module containing Infrared algorithm colormap.

geoips.plugins.modules.colormappers.winds.dmw_wind_levels.call(data_range=[0, 3], pressure_range_legend=None)[source]#

Colormap for displaying multi-level derived motion winds.

Each level is assigned an integer, with 0 being unassigned.

Parameters:
  • data_range (list, optional) – Min and max value for colormap, by default [0, 3]

  • pressure_range_legend (list, optional) – List of strings that are used for setting the cbar tick labels, by default None

Returns:

Dictionary of matplotlib plotting parameters, to ensure consistent image output

Return type:

dict

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

geoips.plugins.modules.colormappers.winds.wind_radii_transitions_legacy module#

Module containing wind speed colormap with transitions at 34, 50, 64, and 80.

geoips.plugins.modules.colormappers.winds.wind_radii_transitions_legacy.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.