n0bel / PiClock

A Fancy Clock built around a monitor and a Raspberry Pi
MIT License
566 stars 182 forks source link

Ghosting on radar #190

Closed ghost closed 3 years ago

ghost commented 3 years ago

I don't know if this is a PiClock issue or Radar issue with the API, I am using PiClock on a atomic pi running MX linux 19. I have notice radar glitches and ghosting whear storm passes and it will leave a trail or particals and what looks like lines show up. I do hope this project is still alive I really like this Program.

n0bel commented 3 years ago

I've seen this before. It appears to come from the provider. Altho in the past I have had issues with certain types of properly formed png files that python or pyqt didn't process correctly. If you'd like to check yourself, take a look at the log files. They have the full URL of each radar maptile. You can copy that URL to your browser, or download with wget/curl and see if you see the problem in the original data.

SerBrynden commented 1 year ago

See https://github.com/n0bel/PiClock/issues/241#issuecomment-1510003323