Skip to content

Commit

Permalink
Merge pull request #1637 from BENR0/feat_default_filename_cf_writer
Browse files Browse the repository at this point in the history
Change default filename for cf writer to be compatible with satpy_cf_nc reader
  • Loading branch information
mraspaud authored Jun 24, 2024
2 parents 8dfc261 + 82b858e commit cade277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/etc/writers/cf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ writer:
name: cf
description: Generic netCDF4/CF Writer
writer: !!python/name:satpy.writers.cf_writer.CFWriter
filename: '{name}_{start_time:%Y%m%d_%H%M%S}.nc'
filename: '{platform_name}-{sensor}-{start_time:%Y%m%d%H%M%S}-{end_time:%Y%m%d%H%M%S}.nc'
compress: DEFLATE
zlevel: 6

0 comments on commit cade277

Please sign in to comment.