Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Himawari 9 Product ID has been agreed to remain as 43 #154

Open
creinemann opened this issue Dec 1, 2022 · 1 comment
Open

Himawari 9 Product ID has been agreed to remain as 43 #154

creinemann opened this issue Dec 1, 2022 · 1 comment

Comments

@creinemann
Copy link
Contributor

creinemann commented Dec 1, 2022

@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}"

@creinemann
Copy link
Contributor Author

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.

https://usradioguy.com/satellites/himawari-8-to-himawari-9-transition/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant