From 87b1370ff253c95ab9c4a6d28f52916329048019 Mon Sep 17 00:00:00 2001 From: andream Date: Fri, 11 Oct 2024 12:32:52 +0000 Subject: [PATCH] update configs to remove EUM-internal readers --- uwsift/etc/SIFT/config/area_definitions.yaml | 6 +++--- uwsift/etc/SIFT/config/limit_available_readers.yaml | 6 ------ uwsift/etc/SIFT/config/readers/fci_l1_cat_lmk_loc.yaml | 7 ------- .../etc/SIFT/config/readers/fci_l1_geoobs_lmk_loc.yaml | 5 ----- .../SIFT/config/readers/fci_l1_geoobs_lmk_nav_err.yaml | 6 ------ uwsift/etc/SIFT/config/readers/fci_l1c_iqt_fdhsi.yaml | 9 --------- .../etc/SIFT/config/readers/lsasaf_l2_frppixel_hdf.yaml | 8 -------- uwsift/etc/SIFT/config/readers/modis_l2_fire_hdf.yaml | 8 -------- uwsift/etc/SIFT/config/readers/viirs_l2_fire_nc.yaml | 8 -------- 9 files changed, 3 insertions(+), 60 deletions(-) delete mode 100644 uwsift/etc/SIFT/config/readers/fci_l1_cat_lmk_loc.yaml delete mode 100644 uwsift/etc/SIFT/config/readers/fci_l1_geoobs_lmk_loc.yaml delete mode 100644 uwsift/etc/SIFT/config/readers/fci_l1_geoobs_lmk_nav_err.yaml delete mode 100644 uwsift/etc/SIFT/config/readers/fci_l1c_iqt_fdhsi.yaml delete mode 100644 uwsift/etc/SIFT/config/readers/lsasaf_l2_frppixel_hdf.yaml delete mode 100644 uwsift/etc/SIFT/config/readers/modis_l2_fire_hdf.yaml delete mode 100644 uwsift/etc/SIFT/config/readers/viirs_l2_fire_nc.yaml diff --git a/uwsift/etc/SIFT/config/area_definitions.yaml b/uwsift/etc/SIFT/config/area_definitions.yaml index c719bdc1..1cdf372f 100644 --- a/uwsift/etc/SIFT/config/area_definitions.yaml +++ b/uwsift/etc/SIFT/config/area_definitions.yaml @@ -1,14 +1,14 @@ area_definitions: + MTG FCI FDSS 1km: mtg_fci_fdss_1km + MTG FCI FDSS 2km: mtg_fci_fdss_2km + MTG FCI FDSS 500m: mtg_fci_fdss_500m MSG SEVIRI FES 3km: msg_seviri_fes_3km MSG SEVIRI FES 1km: msg_seviri_fes_1km MSG SEVIRI RSS 3km: msg_seviri_rss_3km MSG SEVIRI RSS 1km: msg_seviri_rss_1km MSG SEVIRI IODC 3km: msg_seviri_iodc_3km MSG SEVIRI IODC 1km: msg_seviri_iodc_1km - MTG FCI FDSS 500m: mtg_fci_fdss_500m - MTG FCI FDSS 1km: mtg_fci_fdss_1km - MTG FCI FDSS 2km: mtg_fci_fdss_2km GOES-East ABI F 500m: goes_east_abi_f_500m GOES-East ABI F 1km: goes_east_abi_f_1km GOES-East ABI F 2km: goes_east_abi_f_2km diff --git a/uwsift/etc/SIFT/config/limit_available_readers.yaml b/uwsift/etc/SIFT/config/limit_available_readers.yaml index db4db108..2da519db 100644 --- a/uwsift/etc/SIFT/config/limit_available_readers.yaml +++ b/uwsift/etc/SIFT/config/limit_available_readers.yaml @@ -3,18 +3,12 @@ data_reading: readers: - abi_l1b - abi_l2_nc - - fci_l1_cat_lmk_loc - - fci_l1_geoobs_lmk_loc - - fci_l1_geoobs_lmk_nav_err - fci_l1c_nc - - fci_l1c_iqt_fdhsi - fci_l2_nc - fci_l2_bufr - fci_l2_grib - li_l1b_nc - - li_l1b_bck_nc_sift - li_l2_nc - - li_l2_a_nc_sift - seviri_l1b_hrit - seviri_l1b_native - seviri_l2_binary diff --git a/uwsift/etc/SIFT/config/readers/fci_l1_cat_lmk_loc.yaml b/uwsift/etc/SIFT/config/readers/fci_l1_cat_lmk_loc.yaml deleted file mode 100644 index 5e989171..00000000 --- a/uwsift/etc/SIFT/config/readers/fci_l1_cat_lmk_loc.yaml +++ /dev/null @@ -1,7 +0,0 @@ -data_reading: - fci_l1_cat_lmk_loc: - group_keys: ['creation_time', 'free_format'] - filter_patterns: ['IQT-I__CFG+MTP-CAT-LMK_{free_description}_{creation_time:%Y%m%d%H%M%S}_{free_format}.xml'] - kind: 'POINTS' - style_attributes: - fill: 'catalogue_landmark_locations' diff --git a/uwsift/etc/SIFT/config/readers/fci_l1_geoobs_lmk_loc.yaml b/uwsift/etc/SIFT/config/readers/fci_l1_geoobs_lmk_loc.yaml deleted file mode 100644 index df9a9a6d..00000000 --- a/uwsift/etc/SIFT/config/readers/fci_l1_geoobs_lmk_loc.yaml +++ /dev/null @@ -1,5 +0,0 @@ -data_reading: - fci_l1_geoobs_lmk_loc: - group_keys: ['data_source', 'start_time'] - filter_patterns: ['{pflag}_{location_indicator},{data_designator},MTI{spacecraft_id:1d}+{data_source}-{processing_level}-DPP-GEOOBS-{coverage}-{subsetting}-{component1}-{component2}-{component3}-{purpose}-{format}_{oflag}_{originator}_{processing_time:%Y%m%d%H%M%S}_{facility_or_tool}_{environment}_{start_time:%Y%m%d%H%M%S}_{end_time:%Y%m%d%H%M%S}_{processing_mode}_{special_compression}_{disposition_mode}_{repeat_cycle_in_day:>04d}_{count_in_repeat_cycle:>04d}.nc'] - kind: 'POINTS' diff --git a/uwsift/etc/SIFT/config/readers/fci_l1_geoobs_lmk_nav_err.yaml b/uwsift/etc/SIFT/config/readers/fci_l1_geoobs_lmk_nav_err.yaml deleted file mode 100644 index e2245eda..00000000 --- a/uwsift/etc/SIFT/config/readers/fci_l1_geoobs_lmk_nav_err.yaml +++ /dev/null @@ -1,6 +0,0 @@ -data_reading: - fci_l1_geoobs_lmk_nav_err: - group_keys: ['data_source', 'start_time'] - filter_patterns: ['{pflag}_{location_indicator},{data_designator},MTI{spacecraft_id:1d}+{data_source}-{processing_level}-DPP-GEOOBS-{coverage}-{subsetting}-{component1}-{component2}-{component3}-{purpose}-{format}_{oflag}_{originator}_{processing_time:%Y%m%d%H%M%S}_{facility_or_tool}_{environment}_{start_time:%Y%m%d%H%M%S}_{end_time:%Y%m%d%H%M%S}_{processing_mode}_{special_compression}_{disposition_mode}_{repeat_cycle_in_day:>04d}_{count_in_repeat_cycle:>04d}.nc'] - kind: 'LINES' - coordinates_end: ['longitude_reference', 'latitude_reference'] diff --git a/uwsift/etc/SIFT/config/readers/fci_l1c_iqt_fdhsi.yaml b/uwsift/etc/SIFT/config/readers/fci_l1c_iqt_fdhsi.yaml deleted file mode 100644 index b2c7de69..00000000 --- a/uwsift/etc/SIFT/config/readers/fci_l1c_iqt_fdhsi.yaml +++ /dev/null @@ -1,9 +0,0 @@ -data_reading: - fci_l1c_iqt_fdhsi: - group_keys: ['repeat_cycle_in_day'] - filter_patterns: ['{pflag}_{location_indicator},{data_designator},MTI{spacecraft_id:1d}+FCI-1C-RRAD-{subtype}-{coverage}-{subsetting}-{component1}-BODY-{component3}-{purpose}-{format}_{oflag}_{originator}_{processing_time:%Y%m%d%H%M%S}_{facility_or_tool}_{environment}_{start_time:%Y%m%d%H%M%S}_{end_time:%Y%m%d%H%M%S}_{processing_mode}_{special_compression}_{disposition_mode}_{repeat_cycle_in_day:>04d}_{count_in_repeat_cycle:>04d}.nc'] - - grid: - origin: "SW" - first_index_x: 1 - first_index_y: 1 diff --git a/uwsift/etc/SIFT/config/readers/lsasaf_l2_frppixel_hdf.yaml b/uwsift/etc/SIFT/config/readers/lsasaf_l2_frppixel_hdf.yaml deleted file mode 100644 index 1e15a4b2..00000000 --- a/uwsift/etc/SIFT/config/readers/lsasaf_l2_frppixel_hdf.yaml +++ /dev/null @@ -1,8 +0,0 @@ -data_reading: - lsasaf_l2_frppixel_hdf: - group_keys: ['start_time'] - filter_patterns: - - 'HDF5_LSASAF_MSG_FRP-PIXEL-ListProduct_MSG-Disk_{start_time:%Y%m%d%H%M}' - kind: 'POINTS' - style_attributes: - fill: ['FRP'] diff --git a/uwsift/etc/SIFT/config/readers/modis_l2_fire_hdf.yaml b/uwsift/etc/SIFT/config/readers/modis_l2_fire_hdf.yaml deleted file mode 100644 index e3cf0315..00000000 --- a/uwsift/etc/SIFT/config/readers/modis_l2_fire_hdf.yaml +++ /dev/null @@ -1,8 +0,0 @@ -data_reading: - modis_l2_fire_hdf: - group_keys: ['acquisition_time'] - filter_patterns: - - 'M{platform_indicator:1s}D14.A{acquisition_time:%Y%j.%H%M}.{collection:03d}.{production_time:%Y%j%H%M%S}.hdf' - kind: 'POINTS' - style_attributes: - fill: ['FP_power'] diff --git a/uwsift/etc/SIFT/config/readers/viirs_l2_fire_nc.yaml b/uwsift/etc/SIFT/config/readers/viirs_l2_fire_nc.yaml deleted file mode 100644 index 2de8cce4..00000000 --- a/uwsift/etc/SIFT/config/readers/viirs_l2_fire_nc.yaml +++ /dev/null @@ -1,8 +0,0 @@ -data_reading: - viirs_l2_fire_nc: - group_keys: ['start_time'] - filter_patterns: - - 'V{platform_shortname:2s}14IMG.A{start_time:%Y%j.%H%M}.{collection_number:3d}.{creation_time:%Y%j%H%M%S}{creator}.nc' - kind: 'POINTS' - style_attributes: - fill: ['FP_power']