Skip to content

Commit

Permalink
Merge pull request #2634 from pnuu/fci-duplicate-required-variables
Browse files Browse the repository at this point in the history
Remove duplicate entries of required netcdf variables in FCI reader
  • Loading branch information
pnuu committed Nov 13, 2023
2 parents 25ef6f9 + f3c4c79 commit 6fb1d1e
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions satpy/etc/readers/fci_l1c_nc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ file_types:
expected_segments: 40
required_netcdf_variables:
- attr/platform
- data/mtg_geos_projection
- data/{channel_name}/measured/start_position_row
- data/{channel_name}/measured/end_position_row
- data/{channel_name}/measured/radiance_to_bt_conversion_coefficient_wavenumber
Expand All @@ -35,18 +34,11 @@ file_types:
- data/{channel_name}/measured/y
- data/{channel_name}/measured/pixel_quality
- data/{channel_name}/measured/index_map
- data/mtg_geos_projection/attr/inverse_flattening
- data/mtg_geos_projection/attr/longitude_of_projection_origin
- data/mtg_geos_projection/attr/longitude_of_projection_origin
- data/mtg_geos_projection/attr/perspective_point_height
- data/mtg_geos_projection/attr/perspective_point_height
- data/mtg_geos_projection/attr/perspective_point_height
- data/mtg_geos_projection/attr/semi_major_axis
- data/mtg_geos_projection
- data/swath_direction
- data/swath_number
- index
- state/celestial/earth_sun_distance
- state/celestial/earth_sun_distance
- state/celestial/subsolar_latitude
- state/celestial/subsolar_longitude
- state/celestial/sun_satellite_distance
Expand Down Expand Up @@ -78,7 +70,6 @@ file_types:
expected_segments: 40
required_netcdf_variables:
- attr/platform
- data/mtg_geos_projection
- data/{channel_name}/measured/start_position_row
- data/{channel_name}/measured/end_position_row
- data/{channel_name}/measured/radiance_to_bt_conversion_coefficient_wavenumber
Expand All @@ -93,18 +84,11 @@ file_types:
- data/{channel_name}/measured/y
- data/{channel_name}/measured/pixel_quality
- data/{channel_name}/measured/index_map
- data/mtg_geos_projection/attr/inverse_flattening
- data/mtg_geos_projection/attr/longitude_of_projection_origin
- data/mtg_geos_projection/attr/longitude_of_projection_origin
- data/mtg_geos_projection/attr/perspective_point_height
- data/mtg_geos_projection/attr/perspective_point_height
- data/mtg_geos_projection/attr/perspective_point_height
- data/mtg_geos_projection/attr/semi_major_axis
- data/mtg_geos_projection
- data/swath_direction
- data/swath_number
- index
- state/celestial/earth_sun_distance
- state/celestial/earth_sun_distance
- state/celestial/subsolar_latitude
- state/celestial/subsolar_longitude
- state/celestial/sun_satellite_distance
Expand Down

0 comments on commit 6fb1d1e

Please sign in to comment.