<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br>On the map i want to show the location of mobile eqpt. the egpt keeps sending its gps lat/long every minute to a central server( rdbms). The data is obtain as NMEA string like below:<br><br>==<br><p><a name="GGA"><b>GGA</b> - essential fix data which provide 3D location and
accuracy data.</a>

</p><pre> $GPGGA,123519,4807.038,N,01131.000,E,1,08,0.9,545.4,M,46.9,M,,*47

Where:
     GGA          Global Positioning System Fix Data
     123519       Fix taken at 12:35:19 UTC
     4807.038,N   Latitude 48 deg 07.038' N
     01131.000,E  Longitude 11 deg 31.000' E
     1            Fix quality: 0 = invalid
                               1 = GPS fix (SPS)
                               2 = DGPS fix
                               3 = PPS fix
                               4 = Real Time Kinematic
                               5 = Float RTK
                               6 = estimated (dead reckoning) (2.3 feature)
                               7 = Manual input mode
                               8 = Simulation mode
     08           Number of satellites being tracked
     0.9          Horizontal dilution of position
     545.4,M      Altitude, Meters, above mean sea level
     46.9,M       Height of geoid (mean sea level) above WGS84
                      ellipsoid
     (empty field) time in seconds since last DGPS update
     (empty field) DGPS station ID number
     *47          the checksum data, always begins with *
</pre><br>==<br><br>thanks <br>asutosh<br>--- On <b>Tue, 9/14/10, Martin Desruisseaux <i>&lt;martin.desruisseaux@geomatys.fr&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Martin Desruisseaux &lt;martin.desruisseaux@geomatys.fr&gt;<br>Subject: Re: [geotk] convert GPS to EPSG:3395<br>To: geotoolkit@lists.osgeo.org<br>Date: Tuesday, September 14, 2010, 4:48 AM<br><br><div class="plainMail">Hello<br><br>Actually we need more information in order to be of any help... Could you give <br>more details about what you are trying to do? (file format of your data, etc.).<br><br><br>Le 11/09/10 10:21, Gopinath Asutosh a écrit :<br>&gt; Hello,<br>&gt; I want to plot GPS lat/lon from vehicle on UTM map.<br>&gt;<br>&gt; please let me know how to do it.<br>&gt;<br>&gt; thanks<br>&gt; asutosh<br>_______________________________________________<br>Geotoolkit mailing list<br><a
 ymailto="mailto:Geotoolkit@lists.osgeo.org" href="/mc/compose?to=Geotoolkit@lists.osgeo.org">Geotoolkit@lists.osgeo.org</a><br><a href="http://lists.osgeo.org/mailman/listinfo/geotoolkit" target="_blank">http://lists.osgeo.org/mailman/listinfo/geotoolkit</a><br></div></blockquote></td></tr></table><br>