Skip to content

Commit

Permalink
fix reader type for AMV files #2
Browse files Browse the repository at this point in the history
  • Loading branch information
samain-eum committed Apr 12, 2024
1 parent e8f652c commit ecbec24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/etc/readers/seviri_l2_bufr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ file_types:
- '{spacecraft:s}-SEVI-MSGTOZN-{loc1:s}-{loc2:s}-{start_time:%Y%m%d%H%M%S}.000000000Z-{time1:%Y%m%d%H%M%S}-{ord1:s}'

seviri_l2_bufr_amv:
file_reader: !!python/name:satpy.readers.eum_l2_bufr.SeviriL2BufrFileHandler
file_reader: !!python/name:satpy.readers.eum_l2_bufr.EumetsatL2BufrFileHandler
file_patterns:
- 'AMVBUFRProd_{start_time:%Y%m%d%H%M%S}Z_00_{server:s}_{satellite:s}_{mission:s}_{subsat:s}'
- '{spacecraft:s}-SEVI-MSGAMVE-{loc1:s}-{loc2:s}-{start_time:%Y%m%d%H%M%S}.000000000Z-{time1:%Y%m%d%H%M%S}-{ord1:s}.bfr'
Expand Down

0 comments on commit ecbec24

Please sign in to comment.