I am unable to get EDEX to ingest the GOES-17 Mesoscale sectors from NOAAPORT. This started with a report of that data missing and I was able to find entries in the "unrecognized files" log.
WARN 2020-12-30 17:01:41,160 6124 [external.dropbox-2] RouteFailedLog: TRDA01 KWBC 301600
WARN 2020-12-30 17:01:41,161 6125 [external.dropbox-5] RouteFailedLog: THBA01 KWBC 301500
WARN 2020-12-30 17:01:41,162 6126 [external.dropbox-4] RouteFailedLog: TRDA01 KWBC 301700
WARN 2020-12-30 17:01:41,166 6127 [external.dropbox-5] RouteFailedLog: TRAA01 KWBC 301600
WARN 2020-12-30 17:01:41,167 6128 [external.dropbox-4] RouteFailedLog: TRBA01 KWBC 301500
WARN 2020-12-30 17:01:41,171 6129 [external.dropbox-5] RouteFailedLog: TRDA01 KWBC 301600
WARN 2020-12-30 17:01:41,171 6130 [external.dropbox-4] RouteFailedLog: THDA01 KWBC 301600
WARN 2020-12-30 17:01:41,174 6131 [external.dropbox-2] RouteFailedLog: THDA01 KWBC 301600
WARN 2020-12-30 17:01:42,308 6132 [external.dropbox-5] RouteFailedLog: TRBA01 KWBC 301500
WARN 2020-12-30 17:01:42,314 6133 [external.dropbox-5] RouteFailedLog: THDA01 KWBC 301600
The pqact.conf entry is the default one that was included with EDEX.
#
# GOES 16/17 ABI
#
NOTHER ^(TI....) (KNES) (......) (...)
FILE -close -edex
/awips2/data_store/goesr/noaaport/\1_\2_\3_\4_(seq).gini
Since the `distribution/satellite.gini.xml` includes "<regex>.*.gini.*</regex>" you'd figure it would get ingested. Regardless, I added "<regex>TIU... KNES</regex>" and did an `edex restart ingest` which got the data flowing to the right ingester.
INFO 2020-12-30 17:09:30,981 9392 [Ingest.Gini-1] Ingest: EDEX: Ingest - satellite:: /awips2/data_store/goesr/noaaport/TIUR06_KNES_301708_PAA_917280.gini processed in: 0.0040 (sec) Latency: 0.0240 (sec)
INFO 2020-12-30 17:09:33,202 9397 [Ingest.Gini-1] Ingest: EDEX: Ingest - satellite:: /awips2/data_store/goesr/noaaport/TIUR08_KNES_301708_PAA_917282.gini processed in: 0.0030 (sec) Latency: 0.1670 (sec)
INFO 2020-12-30 17:09:33,211 9400 [Ingest.Gini-1] Ingest: EDEX: Ingest - satellite:: /awips2/data_store/goesr/noaaport/TIUR04_KNES_301708_PAA_917283.gini processed in: 0.0040 (sec) Latency: 0.1760 (sec)
However the data is still not displayable in AWIPS CAVE ("No Data Available") and the log above seems to indicate it's being processed as a generic "Gini-1" instead of "GOESR-2" like the rest of the GOES-17 products.
Has anyone else had similar issues with the NOAAPORT GOES-17 Mesoscale data? Is there another configuration file I might need to change to get it to recognize these files as GOES-17 HDFs?