best mapping software for tracking with GPS receiver?
J.T.
Posts: 31
I have a GPS receiver and am receiving the input in numbers (lat/long, etc..)· If this was used for tracking purposes, what software is available to plug in these numbers to get the graphical view of the path on a map?· I recall using MapInfo at work for Geo-Access reports, but not sure that type of software is the best for tracking paths?
And even better, is there a mapping software (or google?) that can receive input live (from the stamp?) and track on a map?
Anyone do anything like this already?
Your help is greatly appreciated!!!!
J.T.
And even better, is there a mapping software (or google?) that can receive input live (from the stamp?) and track on a map?
Anyone do anything like this already?
Your help is greatly appreciated!!!!
J.T.
Comments
thanks.
If you have a PALM·PDA, you can try out CETUS GPS and the tools that go with it that help plot GPS tracks.· You can feed CETUS the serial stream and it can show it live and save a "trek" to be analyzed later with a tracker software... also available as part of the CETUS project.· http://www.cetusgps.dk/
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There's nothing like a new idea and a warm soldering iron.
Post Edited (pwillard) : 11/8/2007 7:32:15 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
A KML file is basically a text file with some HTML-like headers and such....you basically chose how you want your plot points to show up....give names to the route and file....then dump all your coords in to the body of this type of file. Then just open it in google earth. Works great...although you are limited to the number of waypoints (I wanna say 500...not sure).
You can then, using google earth, drop in points of interest (those little google map icons with information)....then you can save this information as a KMZ file (just a zipped KML) with all this information.
I did a project at work where I took an aircrafts flight path and plotted it....put some ground station points down and overlayed some jpg's of the local radar. Worked alright...!!
Cheers
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<FONT>Steve
What's the best thing to do in a lightning storm? "take a one iron out the bag and hold it straight up above your head, even God cant hit a one iron!"
Lee Travino after the second time being hit by lightning!
definitely like the idea of a macro for the datalogger that will record the coordinates from the GPS receiver onto the thumb drive·and can then be·opened on a·PC as a .KML file ready to open in google earth.
·
Diabolo- would you be willing to share your program or tell us how you did that?
Thanks[noparse]:)[/noparse]
Raf
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
You've got to play the game.
You can't win.
You can't break even, except on a very cold day.
It doesn't get that cold.
~Laws of Thermodynamics~
GoTo www.gpsvisualizer.com/
Upload your file, the site will build your Google Earth file. GoTo Google Earth. Enjoy.
HTH,
Chris
Raf
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
You've got to play the game.
You can't win.
You can't break even, except on a very cold day.
It doesn't get that cold.
~Laws of Thermodynamics~
Here are the steps/process I took to make a realtime GoogleEarth App with VB.
*NOTE: (frmMain is simply the name of the main form, this could/will vary. Replace with the correct name for your application)
Step One:
Obtain Visual Basic 2008(Express[noparse][[/noparse]Free!] Edition) and the Google Earth Type 1.0 Library(Which turns out to actually be the googleearth.exe file)
Step 2:
Start a new VB2008 Project
Add a reference to the Google Earth Type 1.0 Library in your project
Step 3:
Goto the code for the main form.
Find
Replace With:
Step 4:
Find:
Replace With
Step 5:
Create a new timer named Timer1
Add this code to the form you added Timer1 to
Remember to define: lookAtLat/Long/Alt/Range/Tilt/Heading and coordLat/Long/Alt with your own values!
I realize this guide is very slim, If anybody needs more help feel free to message me