[Denver-pm] Perl GPS->kml?

Geovanny Junio :: eutsiv geovanny at eutsiv.com
Wed Mar 12 09:09:16 PDT 2014


Hi Robert,

I have never used Geo::KML module, but as suggested on docs, you can run
the following code, using the .kml files found in this link
http://code.google.com/apis/kml/documentation/kmlreference.html

  use Geo::KML;
  my $data = Geo::KML->readKML("example.kml");

  use Data::Dumper;
  $Data::Dumper::Indent = 1;
  print Dumper $data;

So you can analyze the output data of Data::Dumper and understand how to
structure your data.

Cheers,
--
Geovanny Junio
Consultor de Tecnologia
geovanny (at) eutsiv.com
+55 31 9422-8885
+55 31 2519-8603
www.eutsiv.com

Este e-mail pode conter informação privilegiada e confidencial. Se você não
é destinatário da
mensagem, por favor apague a mensagem e comunique-nos o fato de imediato.

This e-mail contains information that may be
privileged and confidential. If you are not the intended recipient, please
delete the e-mail and notify us immediately.


On Wed, Mar 12, 2014 at 1:00 PM, Robert L. Harris <robert.l.harris at gmail.com
> wrote:

>
> I'm working on a log parser at work which reads in GPS data.  I'm looking
> to use the Geo::KML module to output some data into a kml file.
>  Unfortunately this is a new area and I am not having much luck finding
> valid examples I can learn from.  Does anyone have a source which might
> show me how to map data with notations?
>
> Thanks,
>   Robert
>
>
> --
> :wq!
> ---------------------------------------------------------------------------
> Robert L. Harris
>
> DISCLAIMER:
>       These are MY OPINIONS             With Dreams To Be A King,
>        ALONE.  I speak for                      First One Should Be A Man
>        no-one else.                                     - Manowar
>
> _______________________________________________
> Denver-pm mailing list
> Denver-pm at pm.org
> http://mail.pm.org/mailman/listinfo/denver-pm
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/denver-pm/attachments/20140312/4572b511/attachment.html>


More information about the Denver-pm mailing list