how to stream real time sensor data to goole earth?

1,936 views
Skip to first unread message

Neil

unread,
Jan 20, 2011, 2:21:47 PM1/20/11
to google-earth-...@googlegroups.com
I have a group of sensors that feed realtime event data to a web server.  I'd like to take that data and display it in real time to users on a website with the Google Earth Plugin.  For my application Google Earth needs to display the events in pretty much real-time (1-2 second latency max).  Is there a way to do this?

barryhunter (KML Guru)

unread,
Jan 20, 2011, 4:35:18 PM1/20/11
to google-earth-...@googlegroups.com
What actully is this data? 

Imagery? Points on a map? Values? 

How are you plotting it? 


... anyway most likly you could use something like Web Sockets

providing the browser supports it - and stream data to the browser. The javascript would read it, and update the Google Earth view. 

Neil

unread,
Jan 20, 2011, 6:04:37 PM1/20/11
to google-earth-...@googlegroups.com
points on a map and probably values.  This final product will likely be remote web-enabled sensors sending event data (target classification, velocity, etc) to a server that will update a web page in real time.  This web page will most likely use the Google Earth plugin to display the location of this event along with a bubble that has target information.  And it needs to be real time.

I'm actually still in the investigation phase of this project so I haven't written any code yet (I don't even have requirements yet).  From the limited research I've done so far, this seemed like it might be an issue.  Also, I haven't done any web programming in about 10 years so I'm very rusty on all this.

Chad Burt

unread,
Jan 26, 2011, 1:09:41 AM1/26/11
to google-earth-...@googlegroups.com
No need to dive into websockets. You can just specify a refreshInterval on a NetworkLink:
Reply all
Reply to author
Forward
0 new messages