Unidata / awips2-goesr

AWIPS GOES-R Plugins
2 stars 4 forks source link

NOAAPort GOES-17 Mesoscale Sectors not working #13

Closed NaderCHASER closed 2 years ago

NaderCHASER commented 2 years ago

To report a non-security related issue, please provide:

tiffanycmeyer13 commented 2 years ago

In your EDEX logs are you given any information?

Are you getting a warning like this in edex-ingest-unrecognized-files-20220107.log:

WARN 2022-01-07 17:04:14,395 0184 [external.dropbox-4] RouteFailedLog: TIUR15 KNES 071657 PAA

If so, edit your goesr.xml distribution file:

vi /awips2/edex/data/utility/common_static/base/distribution/goesr.xml

In the first regex, add a U:

<regex>^TI[SRU]</regex>

Then save and close the file.

You shouldn't have to restart EDEX, just wait until the top of the minute, and that distribution file will be reloaded and products should start ingesting.

NaderCHASER commented 2 years ago

This issue was created to track what the PR was resolving.