geoips.plugins.modules.colormappers.tpw package#
Submodules#
geoips.plugins.modules.colormappers.tpw.tpw_cimss module#
Module containing tpw_cimss ASCII palette based colormap.
- geoips.plugins.modules.colormappers.tpw.tpw_cimss.call()[source]#
Colormap for displaying data using TPW CIMSS ascii colormap.
Data range of ASCII palette is 5 to 65 mm, with transitions at 15, 25, 35, 45, and 55.
- Returns:
mpl_colors_info – Dictionary of matplotlib plotting parameters, to ensure consistent image output
- Return type:
dict
See also
- API Reference
ASCII palette is found in image_utils/ascii_palettes/tpw_cimss.txt
geoips.plugins.modules.colormappers.tpw.tpw_purple module#
Module containing tpw_purple ASCII palette based colormap.
- geoips.plugins.modules.colormappers.tpw.tpw_purple.call()[source]#
Colormap for displaying data using purple TPW ascii colormap.
Data range of ASCII palette is 5 to 65 mm, with transitions at 15, 25, 35, 45, and 55.
- Returns:
mpl_colors_info – Dictionary of matplotlib plotting parameters, to ensure consistent image output
- Return type:
dict
See also
- API Reference
ASCII palette is found in image_utils/ascii_palettes/tpw_purple.txt
geoips.plugins.modules.colormappers.tpw.tpw_pwat module#
Module containing tpw_pwat ASCII palette based colormap.
- geoips.plugins.modules.colormappers.tpw.tpw_pwat.call()[source]#
Colormap for displaying data using TPW PWAT ascii colormap.
Data range of ASCII palette is 1 to 90 mm, with numerous transitions
- Returns:
mpl_colors_info – Dictionary of matplotlib plotting parameters, to ensure consistent image output
- Return type:
dict
See also
- API Reference
ASCII palette is found in image_utils/ascii_palettes/tpw_pwat.txt
Module contents#
Geoips Total Precipitable Water colormap init file.