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

Fix typos in reader table #2150

Merged
merged 1 commit into from Jul 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion satpy/etc/readers/ascat_l2_soilmoisture_bufr.yaml
Expand Up @@ -4,7 +4,7 @@ reader:
long_name: METOP ASCAT Level 2 SOILMOISTURE BUFR
description: >
Reader for ASCAT L2 SOIL MOISUTRE FILES
status: defunct
status: Defunct
supports_fsspec: false
sensors: [scatterometer]
reader: !!python/name:satpy.readers.yaml_reader.FileYAMLReader
Expand Down
2 changes: 1 addition & 1 deletion satpy/etc/readers/avhrr_l1c_eum_gac_fdr_nc.yaml
Expand Up @@ -3,7 +3,7 @@ reader:
short_name: EUMETSAT_GAC_FDR
long_name: EUMETCSAT GAC FDR NetCDF4
description: NetCDF4 reader for EUMETCSAT GAC FDR AVHRR L1c
status: defunct
status: Defunct
supports_fsspec: false
sensors: [avhrr-3, avhrr-2, avhrr-1]
reader: !!python/name:satpy.readers.yaml_reader.FileYAMLReader
Expand Down
2 changes: 1 addition & 1 deletion satpy/etc/readers/cmsaf-claas2_l2_nc.yaml
Expand Up @@ -8,7 +8,7 @@ reader:
Facility (CMSAF) in its CLoud property dAtAset using SEVIRI (CLAAS)
dataset, edition 2, doi:10.5676/EUM_SAF_CM/CLAAS/V002. Information on
CMSAF and its products can be found at https://www.cmsaf.eu/.
status: beta
status: Beta
supports_fsspec: false
sensors: [seviri]
doi: doi:10.5676/EUM_SAF_CM/CLAAS/V002.
Expand Down
2 changes: 1 addition & 1 deletion satpy/etc/readers/iasi_l2.yaml
Expand Up @@ -3,7 +3,7 @@ reader:
short_name: IASI l2
long_name: IASI Level 2 data in HDF5 format
description: Reader for IASI L2 files
status: alpha
status: Alpha
supports_fsspec: false
reader: !!python/name:satpy.readers.yaml_reader.FileYAMLReader
sensors: [iasi]
Expand Down
2 changes: 1 addition & 1 deletion satpy/etc/readers/modis_l2.yaml
Expand Up @@ -3,7 +3,7 @@ reader:
short_name: MODIS l2
long_name: MODIS Level 2 (mod35) data in HDF-EOS format
description: MODIS HDF-EOS L2 Reader
status: "?"
status: Beta
supports_fsspec: false
reader: !!python/name:satpy.readers.yaml_reader.FileYAMLReader
sensors: [modis]
Expand Down
2 changes: 1 addition & 1 deletion satpy/etc/readers/nwcsaf-msg2013-hdf5.yaml
Expand Up @@ -3,7 +3,7 @@ reader:
short_name: NWCSAF Geo
long_name: NWCSAF GEO 2013 products in HDF5 format (limited to SEVIRI)
description: HDF5 reader for the NWCSAF/Geo Seviri 2013 format
status: defunct
status: Defunct
supports_fsspec: false
sensors: [seviri]
default_channels: []
Expand Down
2 changes: 1 addition & 1 deletion satpy/etc/readers/safe_sar_l2_ocn.yaml
Expand Up @@ -3,7 +3,7 @@ reader:
short_name: SAR l2 OCN
long_name: SAR Level 2 OCN data in SAFE format
description: SAFE Reader for SAR L2 OCN data
status: defunct
status: Defunct
supports_fsspec: false
sensors: [sar-c]
default_channels: []
Expand Down
2 changes: 1 addition & 1 deletion satpy/etc/readers/seviri_l1b_icare.yaml
Expand Up @@ -9,7 +9,7 @@ reader:
long_name: MSG SEVIRI Level 1b in HDF format from ICARE (Lille)
description: >
A reader for L1b SEVIRI data that has been retrieved from the ICARE service as HDF.
status: defunct
status: Defunct
supports_fsspec: false
sensors: [seviri]
default_channels: [HRV, IR_016, IR_039, IR_087, IR_097, IR_108, IR_120, IR_134, VIS006, VIS008, WV_062, WV_073]
Expand Down
2 changes: 1 addition & 1 deletion satpy/etc/readers/seviri_l1b_nc.yaml
Expand Up @@ -4,7 +4,7 @@ reader:
long_name: MSG SEVIRI Level 1b NetCDF4
description: >
NetCDF4 reader for EUMETSAT MSG SEVIRI Level 1b files.
status: HRV channel not supported
status: Beta, HRV channel not supported
supports_fsspec: true
sensors: [seviri]
reader: !!python/name:satpy.readers.yaml_reader.GEOFlippableFileYAMLReader
Expand Down
2 changes: 1 addition & 1 deletion satpy/etc/readers/slstr_l1b.yaml
Expand Up @@ -3,7 +3,7 @@ reader:
short_name: SLSTR l1b
long_name: Sentinel-3 A and B SLSTR data in netCDF4 format
description: NC Reader for SLSTR data
status: Alhpa
status: Alpha
supports_fsspec: false
sensors: [slstr]
default_channels: []
Expand Down