You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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}"
The text was updated successfully, but these errors were encountered:
The change to the goes-proc.conf works just fine and renames all Himawari products to the new satellite name. Himawari-9
# Images relayed from Himawari-9 After Dec 13th 2022.
[[handler]]
type = "image"
origin = "himawari8"
directory = "./himawari9/{region:short|lower}/{time:%Y-%m-%d}"
filename = "Himawari9_{region:short}_{channel:short}_{time:%Y%m%dT%H%M%SZ}"
format = "jpg"
json = false
[[handler.map]]
path = "/usr/share/goestools/ne/ne_50m_admin_0_countries_lakes.json"
[[handler.map]]
path = "/usr/share/goestools/ne/ne_50m_admin_1_states_provinces_lakes.json"
Leave origin = “himawari8” DO NOT make it “himawari9” There is no handler currently in goestools for himawari9 and you will crash the software with an error. Comment OUT (or remove) the Himawari8 handler with “#” as well, otherwise, you will have duplicate files, just named differently.
@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}"
The text was updated successfully, but these errors were encountered: