-
Notifications
You must be signed in to change notification settings - Fork 239
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
Feature-Request: infrared #108
Comments
Googling some other himawari tools that support infrared, it's as simple as (would need a flag obviously): --- himawaripy/__main__.py
+++ himawaripy/__main__.py
@@ -56,7 +56,7 @@ def download_chunk(args):
global counter
x, y, latest, level = args
- url_format = "https://himawari8-dl.nict.go.jp/himawari8/img/D531106/{}d/{}/{}_{}_{}.png"
+ url_format = "https://himawari8-dl.nict.go.jp/himawari8/img/INFRARED_FULL/{}d/{}/{}_{}_{}.png"
url = url_format.format(level, WIDTH, strftime("%Y/%m/%d/%H%M%S", latest), x, y) But that gives an unpleasant B&W image... Ideally I'd love a blend akin to https://www.youtube.com/watch?v=ILyO1wSBhMw, with infrared bands used to fill in the dark areas. Some explanation from a comment there:
This is probably CIRA's derived "Geocolor" data which doesn't however explain details nor where to get it. Well, that's processing too complicated for me 😁 but to even start approaching that — e.g. combine 3 infrared bands into fake RGB, I'm failing to google a simpler question: https://himawari.asia/ lets you see each band if you choose left hamburger menu -> "Asia-Oceania 24h".
well, looks like But wait, those images are nicely greyscale, why is result pure B&W?
and changing to |
Ah, these I'm curious how these FULL_24h images work. They always show a full disk, but they do change with times, e.g.: Anyway, they're pretty 🌏 ✨ |
An initial step to boramalper#108
Hi!
I recently found himawaripy and I do like it a lot ... downloading the actual image for my background and putting all the images together in a nice movie :)
And that's a reason for my request: to avoid the nightly blackness I would love to use the infrared (B13) Band Pictures.
Is there any chance, that you might add a configurable downloadoption for the image source (so one might choose infrared or any other available band)?
THANKS a lot and BR,
count
The text was updated successfully, but these errors were encountered: