Replies: 4 comments 4 replies
-
Overlaying graphics is not difficult, even without Pillow. It is fairly easy to overlay images with pure numpy code. Is there a common place to have some of these images generated? |
Beta Was this translation helpful? Give feedback.
-
Merged #1614 with the Moon Overlay functionality. You can find the overlay settings on the Image tab under the Image Label settings (closer to the bottom). The overlay is shaded for the real-time accurate illumination of the moon. |
Beta Was this translation helpful? Give feedback.
-
I was thinking something even easier. You know the sun angle and how fast it moves.. so if I live in indiana, either the system or I pull a one time image from google map at a certain zoom rate so you know the size of the image mile/km wise, and then you could use the angle to sweep a 'dark' area over the area, then when the sun is close to coming back up, sweep the dark image off. You could even cheese it since the only times the image needs to change are the hour or so around dusk and dawn, and you could even pre-generate those overlay images and just swap them in (so like dawn-5degree.png would be what it looks like at -5 degrees sun angle, etc). Your answer would be infinitely more awesome, but also infinitely more difficult. |
Beta Was this translation helpful? Give feedback.
-
You could use this for weather: openstreetmap is free for all, as is rainviewer. https://www.rainviewer.com/api/weather-maps-api.html |
Beta Was this translation helpful? Give feedback.
-
To preface this: Just trying to see if any thought has been given to the possibility. For instance: Overlay a graphical representation of the globe with daylight cycle as the day progresses. Or Moon phase as a graphic, or "live weather radar" image. Pillow has the support to overlay one image on another, but from what I can tell, its not currently implemented.
If it isnt already planned, I may work to add the functionality myself.
Beta Was this translation helpful? Give feedback.
All reactions