-
Notifications
You must be signed in to change notification settings - Fork 91
Description
@pietern NOAA has informed me that the product ID for Himawari-9 will Remain the same as Himawari-8 so this will not change Product ID (43) and Subproduct ID(1/3/7) Keeping PDA and the satllites configured as we are now , H9 data will simply flow on HRIT when it becomes available.
However, looking at how goestools names the files, we will need to either rename the file naming system to Himawari 9 as Himawari9_FD_IR_20221201T005100Z.jpg
But If for some reason JMA failed back to H-8 from H-9, data would flow fine on HRIT without intervention. Robustness like that is a plus.
so maybe a new file naming convention could be simply Himawari as in Himawari_FD_IR_20221201T005100Z.jpg
Or--- Just leave goestools as it is, as it will process H9 as H8, and just rename the file name in the handler as
origin = "himawari8"
directory = "./himawari9/{region:short|lower}/{time:%Y-%m-%d}"
filename = "Himawari9_{region:short}{channel:short}{time:%Y%m%dT%H%M%SZ}"