| # # # Distribution Statement A. Approved for public release. Distribution unlimited. | # # # | # # # Author: | # # # Naval Research Laboratory, Marine Meteorology Division | # # # | # # # This program is free software: you can redistribute it and/or modify it under | # # # the terms of the NRLMMD License included with this program. This program is | # # # distributed WITHOUT ANY WARRANTY; without even the implied warranty of | # # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the included license | # # # for more details. If you did not receive the license, for more information see: | # # # https://github.com/U-S-NRL-Marine-Meteorology-Division/ Version 1.10.0a3 (2023-04-25) ***************************** * Update from filename_format to filename_formatters throughout code base. Breaking Changes ================ Update FilenameFormats class to FilenameFormatters -------------------------------------------------- *From NRLMMD-GEOIPS/geoips#179: 2023-04-25, update to filename_formatter* :: moved: geoips/interfaces/filename_formats.py -> geoips/interfaces/filename_formatters.py`` modified: geoips/interfaces/filename_formatters.py Move plugins/modules/filename_formats to plugins/modules/filename_formatters ---------------------------------------------------------------------------- *From NRLMMD-GEOIPS/geoips#179: 2023-04-25, update to filename_formatter* :: moved: geoips/plugins/modules/filename_formats -> geoips/plugins/modules/filename_formatters Update all instances of filename_formats with filename_formatters ----------------------------------------------------------------- *From NRLMMD-GEOIPS/geoips#179: 2023-04-25, update to filename_formatter* :: modified: geoips/cli.py modified: geoips/commandline/args.py modified: geoips/dev/output_config.py modified: geoips/filenames/duplicate_files.py modified: geoips/interfaces/module_based/filename_formatters.py modified: geoips/plugins/modules/filename_formatters/__init__.py modified: geoips/plugins/modules/filename_formatters/geotiff_fname.py modified: geoips/plugins/modules/filename_formatters/metadata_default_fname.py modified: geoips/plugins/modules/filename_formatters/tc_clean_fname.py modified: geoips/plugins/modules/filename_formatters/tc_fname.py modified: geoips/plugins/modules/filename_formatters/text_winds_day_fname.py modified: geoips/plugins/modules/filename_formatters/text_winds_full_fname.py modified: geoips/plugins/modules/filename_formatters/text_winds_tc_fname.py modified: geoips/plugins/modules/procflows/config_based.py modified: geoips/plugins/modules/procflows/single_source.py modified: tests/yaml_configs/abi_test.yaml modified: tests/yaml_configs/abi_test_low_memory.yaml modified: tests/yaml_configs/amsr2_test.yaml modified: tests/yaml_configs/amsr2_test_low_memory.yaml Update all instances of filename_format with filename_formatter --------------------------------------------------------------- *From NRLMMD-GEOIPS/geoips#179: 2023-04-25, update to filename_formatter* Replacing just the singular (after replacing plural) (grep "filename_format[^t]") :: modified: geoips/commandline/args.py modified: geoips/dev/output_config.py modified: geoips/filenames/duplicate_files.py modified: geoips/plugins/modules/procflows/config_based.py modified: geoips/plugins/modules/procflows/single_source.py modified: tests/scripts/abi.static.Infrared.imagery_annotated.sh modified: tests/scripts/abi.static.Visible.imagery_annotated.sh modified: tests/scripts/ahi.tc.WV.geotiff.sh modified: tests/scripts/amsr2.tc.89H-Physical.imagery_annotated.sh modified: tests/scripts/amsr2_ocean.tc.windspeed.imagery_clean.sh modified: tests/scripts/amsub_mirs.tc.183-3H.imagery_annotated.sh modified: tests/scripts/ascat_knmi.tc.windbarbs.imagery_windbarbs_clean.sh modified: tests/scripts/ascat_low_knmi.tc.windbarbs.imagery_windbarbs.sh modified: tests/scripts/ascat_uhr.tc.wind-ambiguities.imagery_windbarbs.sh modified: tests/scripts/atms.tc.165H.netcdf_geoips.sh modified: tests/scripts/documentation_imagery.sh modified: tests/scripts/ewsg.static.Infrared.imagery_clean.sh modified: tests/scripts/gmi.tc.89pct.imagery_clean.sh modified: tests/scripts/hy2.tc.windspeed.imagery_annotated.sh modified: tests/scripts/imerg.tc.Rain.imagery_clean.sh modified: tests/scripts/mimic_coarse.static.TPW-CIMSS.imagery_annotated.sh modified: tests/scripts/mimic_fine.tc.TPW-PWAT.imagery_annotated.sh modified: tests/scripts/modis.Infrared.unprojected_image.sh modified: tests/scripts/oscat_knmi.tc.windbarbs.imagery_windbarbs.sh modified: tests/scripts/saphir.tc.183-3HNearest.imagery_annotated.sh modified: tests/scripts/sar.tc.nrcs.imagery_annotated.sh modified: tests/scripts/seviri.WV-Upper.unprojected_image.sh modified: tests/scripts/smap.unsectored.text_winds.sh modified: tests/scripts/smos.tc.sectored.text_winds.sh modified: tests/scripts/ssmi.tc.37pct.imagery_clean.sh modified: tests/scripts/ssmis.color91.unprojected_image.sh modified: tests/scripts/viirsclearnight.Night-Vis-IR-GeoIPS1.unprojected_image.sh modified: tests/scripts/viirsday.tc.Night-Vis-IR.imagery_annotated.sh modified: tests/scripts/viirsmoon.tc.Night-Vis-GeoIPS1.imagery_clean.sh