Skip to content

Commit

Permalink
Merge pull request #999 from djhoese/feature-fci-reader-metadata
Browse files Browse the repository at this point in the history
Add FCI L1C reader short and long name metadata
  • Loading branch information
mraspaud committed Dec 6, 2019
2 parents afdbe56 + 6e986a0 commit cf17adf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions satpy/etc/readers/fci_l1c_fdhsi.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
reader:
description: Generic FCI FDSHI Data Reader
name: fci_l1c_fdhsi
reader: !!python/name:satpy.readers.yaml_reader.FileYAMLReader ''
short_name: FCI L1C FDHSI
long_name: MTG FCI Level 1C FDHSI
description: >
Reader for FCI FDSHI data in NetCDF4 format.
Used to read Meteosat Third Generation (MTG) Flexible
Combined Imager (FCI) Full Disk High Spectral Imagery (FDHSI) data.
reader: !!python/name:satpy.readers.yaml_reader.FileYAMLReader
sensors: [fci]
default_datasets:

datasets:

Expand Down

0 comments on commit cf17adf

Please sign in to comment.