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

Remove duplicate entries of required netcdf variables in FCI reader #2634

Merged
merged 2 commits into from
Nov 13, 2023
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
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
Loading