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

Is it possible to have acquisition time variable for geostationary images like goes and himawari? #3072

Open
akasom89 opened this issue Feb 22, 2025 · 5 comments

Comments

@akasom89
Copy link

Hi.

As it takes almost 10 minutes (at best case) for a geostationary full disk image to be taken, it might be important for some applications to know the exact time acquisition for the region of interest.

Wanted to know if it is possible to have such layer in Satpy.

Thanks in advance

@akasom89
Copy link
Author

akasom89 commented Mar 5, 2025

I found that time information for some scanlines is available in the metadata of the HRIT format (Himawari data), but I could not find anything similar for GOES ABI.

One simple idea is to interpolate the time linearly, but that does not seem to be accurate since ABI is not a full-disk image over the entire 10 minutes.

I think another idea would be to implement scan mode timeline if possible.

I would appreciate any suggestions.

@simonrp84
Copy link
Member

For GOES it is not really possible to attain an accurate scanning timeline in the images, as the meso sectors and cooling sectors mean - as you suggest - there's no possibility to integrate linearly.
The same is true for Himawari, unfortunately.

For MTG, it is more suitable to linearly integrate as it has no meso or continental scan modes.

@gerritholl
Copy link
Member

MTG FCI L1C files contain data from which the measurement time per pixel can be calculated with precision to the second. I don't know if ABI or AHI contain this information.

@akasom89
Copy link
Author

Thanks.

I found that @ghiggi covered this under his exciting goes_api project.

https://github.com/ghiggi/goes_api/blob/main/tutorials/Others/ABI_pixel_scan_time_with_satpy.py

in the abi_pixel_time.py module, it was mentioned that :

The pixel scan time maximum error is 40 s (at ABI scan swath edges)

@ghiggi
Copy link
Contributor

ghiggi commented Mar 11, 2025

Hi @akasom89. I took it from the https://www.star.nesdis.noaa.gov/GOESCal/goes_tools.php ABI-Time_Model_LUTS tar file in case ;)

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

4 participants