Distribution Statement
# # # This source code is subject to the license referenced at

Version 1.3.1 (2021-12-07)#

v1.3.1: 2021-12-07, hscat processing

Refactor#

  • Remove unused code

  • Use console scripts rather than calling command line python utilities explicitly

    • list_available_modules

    • test_interfaces

Major New Functionality#

  • Add hscat hy-2b and hy-2c processing

    • windspeed

    • windbarbs

    • unsectored text

    • sectored text

  • Add test script to test all dev and stable interfaces

    • list_available_modules

    • test_interfaces

  • imagery_windbarbs_clean output_format

  • output_format_kwargs and filename_format_kwargs options in YAML output config and command line

    • Useful for append, overwrite, basedir options

  • text_winds_day_fname with %Y%m%d dtg

Bug fixes#

  • Remove duplicates from list_<interface>s_by_type output

  • Update bdeck_parser to allow 30 or 38 or 40 or 42 fields

  • Include header in text wind output when the file does not exist, or we are not in append mode

  • Pass padded xarray to adjust_area_def for amsu-b data

    • amsu-b requires full swath width

  • Update to log filename for test scripts

    • command line arg now has ‘ ‘ and ‘/’ replaced with ‘_’ to get a single unique filename with no additional subdirectories

Deprecations#

  • Removed basemap-based windbarb plotting commands (no longer functional)