Blitzortung.org Forum
LightningMaps.org: Real-time Lightning Map - Printable Version

+- Blitzortung.org Forum (https://forum.blitzortung.org/mybb)
+-- Forum: Public Forums (https://forum.blitzortung.org/mybb/forumdisplay.php?fid=29)
+--- Forum: Website, Maps and Applications (https://forum.blitzortung.org/mybb/forumdisplay.php?fid=24)
+--- Thread: LightningMaps.org: Real-time Lightning Map (/showthread.php?tid=464)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16


RE: Real-time Lightning Map - cutty - 2014-05-11

(2014-05-11, 00:46)Dale.Reid Wrote: Indeed, this is the next level of data presentation.

I hope all these statistics computations and display generation isn't taxing the server. Dale
Not a chance. Big Grin


RE: Real-time Lightning Map - Dale.Reid - 2014-05-11

Tobi,
I have just discovered the stations toggle (with a little help from my friends) and as I said in the WxForum, this thing is now more addicting than a lava lamp. If you've ever seen one of those...

Thank you. I can only hope your fertile imagination can top this most recent upgrade/improvement. This is seemingly as good as it can get.
Dale


RE: Real-time Lightning Map - robo - 2014-05-11

Dale,

this thing is more addicting than watching a disk defragmentation program. Big Grin

Robo Smile


RE: Real-time Lightning Map - aib - 2014-05-11

Bug:
The map does not show when I have IPv6 enabled in my browser (Firefox 29.0.1). I only get a empty square where the map is supposed to be. If I disable IPv6 in Firefox (network.dns.disableIPv6=true) everything works. I have a working IPv6 connection and other websites using IPv6 works fine. I also tried in Internet Explorer and Chrome with the same result.


Suggestion:
You should look into replacing polling for new data with pushing new data from the server using the WebSocket API (http://apress.jensimmons.com/v5/pro-html5-programming/ch7.html). This should save you bandwidth usage and allow you to send each event without delay.


RE: Real-time Lightning Map - Tobi - 2014-05-11

(2014-05-11, 00:46)Dale.Reid Wrote: I hope all these statistics computations and display generation isn't taxing the server. Dale
Don't worry, there's currently no access by users to the computing servers itself.

(2014-05-11, 12:11)robo Wrote: this thing is more addicting than watching a disk defragmentation program. Big Grin
And the sound is almost like a Geiger tube, especially when strike rate is around or above ~100/min as currently in Europe and USA Big Grin

(2014-05-11, 12:24)aib Wrote: Bug:
The map does not show when I have IPv6 enabled in my browser (Firefox 29.0.1). I only get a empty square where the map is supposed to be. If I disable IPv6 in Firefox (network.dns.disableIPv6=true) everything works. I have a working IPv6 connection and other websites using IPv6 works fine. I also tried in Internet Explorer and Chrome with the same result.
Oops. Fixed now. Had to switch to IPv6-only here to reproduce the behavior. Thanks!

(2014-05-11, 12:24)aib Wrote: Suggestion:
You should look into replacing polling for new data with pushing new data from the server using the WebSocket API (http://apress.jensimmons.com/v5/pro-html5-programming/ch7.html). This should save you bandwidth usage and allow you to send each event without delay.
I've already had in mind to use WebSocket, but due to limited time it's currently good old XHTMLRequest only. The server load by the real-time map is currently(!) barely noticeable.

BTW: The CPU load on the clients computers is much higher than on the server due to the animation of those circles and lines. But that's good: Due to the higher power usage, we get more global warming and therefore more thunderstorms and more warming again and so on .... Tongue


RE: Real-time Lightning Map - Dale.Reid - 2014-05-11

Tobi,
Is the circle size any indication of the estimated strike current? Maybe it is an optical illusion that when a real zapper lights up and many stations especially distant ones point to it, I get the impression that the dot is a bit bigger. May only be my mind looking at it with lots of lines pointing to it.

Also, thanks for the reassurance that looking at passing storms isn't goofing up your map and statistics generator that makes all this happen. Great idea to push as much of the display and animation off to our computers. Sort of like the SETI network a few years ago where lots of little machines scattered about used their idle cycles to analyze signals.

Dale


RE: Real-time Lightning Map - Tobi - 2014-05-11

(2014-05-11, 18:54)Dale.Reid Wrote: Maybe it is an optical illusion that when a real zapper lights up and many stations especially distant ones point to it, I get the impression that the dot is a bit bigger.

It's an illusion. Calculation of current doesn't work (yet). Undecided


RE: Real-time Lightning Map - weatherc - 2014-05-12

Cool map Smile

Will the realtime-data be available in some way so usermade maps (like Euroblitz) can access it?

// Henkka


RE: Real-time Lightning Map - Tobi - 2014-05-15

Today I've fixed a memory leak and added a fullscreen view.

(2014-05-12, 09:36)weatherc Wrote: Will the realtime-data be available in some way so usermade maps (like Euroblitz) can access it?
Yes, of course. But it will take some time, maybe months, because there's a lot of other stuff to do.


RE: Real-time Lightning Map - weatherc - 2014-05-15

(2014-05-15, 20:50)Tobi Wrote: Yes, of course. But it will take some time, maybe months, because there's a lot of other stuff to do.

Okay. Just let me know if you need any help with testing or something Smile

// Henkka