Loren BETTS

Results 5 comments of Loren BETTS

I believe it might be due to a format change on the filename. It doesn't seem to include the timestamp anymore. TextHandler is expecting a timestamp in the filename and...

Welcome! Attached is a text LRIT file that just occured. [GOES_WEST_Admin_message_updated_2020.11.23.zip](https://github.com/pietern/goestools/files/5812130/GOES_WEST_Admin_message_updated_2020.11.23.zip)

I don't think goesproc will process this file. Same issue whether streaming or loading files. However, I have never tried processing files. I am only processing streams at the moment.

Add this to goesproc config file. However, no files will be saved until a fix is implemented. [[handler]] type = "text" origin = "other" directory = "./text/{time:%Y-%m-%d}" filename = "{filename}_{time:%Y%m%dT%H%M%SZ}"

If you want to use a fix I implemented to enable saving of admin messages you can get the latest in my repo.