Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mersi2 level 1b ears data file names to the reader #873

Merged
merged 1 commit into from
Aug 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions satpy/etc/readers/mersi2_l1b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ file_types:
file_patterns:
# tf2019071182739.FY3D-X_MERSI_1000M_L1B.HDF
- 'tf{start_time:%Y%j%H%M%S}.{platform_shortname}-{trans_band:1s}_MERSI_1000M_L1B.{ext}'
# FY3D_20190808_130200_130300_8965_MERSI_1000M_L1B.HDF
- '{platform_shortname}_{start_time:%Y%m%d_%H%M%S}_{end_time:%H%M%S}_{orbit_number:s}_MERSI_1000M_L1B.{ext}'
mersi2_l1b_250:
file_reader: !!python/name:satpy.readers.mersi2_l1b.MERSI2L1B
rows_per_scan: 40
Expand All @@ -23,6 +25,8 @@ file_types:
file_patterns:
# tf2019071182739.FY3D-X_MERSI_GEO1K_L1B.HDF
- 'tf{start_time:%Y%j%H%M%S}.{platform_shortname}-{trans_band:1s}_MERSI_GEO1K_L1B.{ext}'
# FY3D_20190808_130200_130300_8965_MERSI_GEO1K_L1B.HDF
- '{platform_shortname}_{start_time:%Y%m%d_%H%M%S}_{end_time:%H%M%S}_{orbit_number:s}_MERSI_GEO1K_L1B.{ext}'
mersi2_l1b_250_geo:
file_reader: !!python/name:satpy.readers.mersi2_l1b.MERSI2L1B
rows_per_scan: 40
Expand Down