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 8/9 #55

Open
craigim opened this issue Mar 8, 2023 · 2 comments
Open

Himawari 8/9 #55

craigim opened this issue Mar 8, 2023 · 2 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@craigim
Copy link

craigim commented Mar 8, 2023

Japan has a nearly identical satellite to GOES covering the Pacific. The data is in AWS, managed by NOAA. How difficult would it be to add in the ability to pull data from that bucket as well?

https://aws.amazon.com/marketplace/pp/prodview-eu33kalocbhiw?sr=0-1&ref_=beagle&applicationId=AWSMPContessa

@blaylockbk blaylockbk self-assigned this Mar 20, 2023
@blaylockbk blaylockbk added the help wanted Extra attention is needed label Mar 20, 2023
@blaylockbk
Copy link
Owner

blaylockbk commented Mar 20, 2023

Hi @craigim,
This is a nice idea. I am aware of the Himawari data. I have never looked at that data, probably because it looks like the data is in binary format and not NetCDF.

Adding this capability to goes2go could be a useful feature, but it would take some effort. I make several assumptions in the goes2go.data.py file about the GOES data that don't apply to the Himwari dataset. It might be best to start from scratch and make a goes2go.data_himawari.py file and a HIMAWARI class that has the same methods as the GOES class.

Other things that would need to be addressed:

  • The directory structure is different; AHI has different products than ABI and different file names.
  • Himawari files are in a binary format. I would like to see a reader to read the files into an xarray DataFrame.
  • The ABI channels are different and the RGB recipes would need customization. For example, AHI has a "green" channel while ABI does not.
  • Does AHI have a "multichannel cloud moisture imagery" product like ABI has?

@craigim
Copy link
Author

craigim commented Mar 21, 2023

Exploring the AWS link, they do have a directory in which NOAA has put the data into netCDF format, although it's tiled which makes it annoying (noaa-himawari8/AHI-L2-FLDK/ISatSS). You would think that since NOAA is already reformatting the data from the original binary data, they'd make it as close as possible to the GOES format, but here we are.

The bands between the AHI and ABI instruments are effectively the same except that Himawari swaps a 0.51 micron green band for the GOES 1.37 micron cirrus band, so you can use the same recipes that directly use the bands. The ones that use derived or higher level imagery would have to be excluded or reformulated, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants