Sponsored Content
Full Discussion: .csv to Google Earth .kml
Top Forums UNIX for Advanced & Expert Users .csv to Google Earth .kml Post 302574595 by jim mcnamara on Thursday 17th of November 2011 04:50:07 PM
Old 11-17-2011
kml requires more "data" than just those three items, it has
placemark types - simple, extruded, floating
LookAt objects, and a lot of other stuff.

Download CSV to KML Converter 1.7 Free - Simple application for conversion of CSV files to KML format - Softpedia

(It's free & Windows)

That does conversions, but you may not get what you expect when you run it. Especially with the sparse dataset you have.
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

earth in daylight

is there a command that displays a picture of the earth that is currently in daylight? thanks, bianca (2 Replies)
Discussion started by: tonbia
2 Replies

2. Web Development

Helpful Tip: Forcing Google to www.google.com

Helpful Tip! Sometimes when we are in another country, Google redirects our request for www.google.com to: www.google.co.in or to: www.google.co.th If you want to force Google to go to the US site, use: www.google.com/webhp (1 Reply)
Discussion started by: Neo
1 Replies

3. Solaris

Google Earth in Solaris

Hi Gurus of Unix, is posible to Install Google Earth in Solaris I download this packets : GoogleEarthLinux.bin I Change the permission chwmod +x GoogleEarthLinux.bin after that I do ./GoogleEarthLinux.bin andres@opensolaris:~/Downloads# sudo ./GoogleEarthLinux.bin Verifying archive... (1 Reply)
Discussion started by: andresguillen
1 Replies

4. Shell Programming and Scripting

Filter a .kml file (xml) to remove unwanted entries

Ok, i have a .kml file that that i want to trim down and get rid of the rubbish from. its formatted like so: <Placemark> <name><!]></name> <description><!</b><br/>Frequency: <b>2437</b><br/>Timestamp: <b>1304892397000</b><br/>Date: <b>2011-05-08... (11 Replies)
Discussion started by: Phear46
11 Replies

5. Shell Programming and Scripting

Filter a .kml file (xml) with data set from text file

I have a .kml file. So I want filter the .kml to get only the tags that have this numeric codes that they are in a text file 11951 11952 74014 11964 11965 11969 11970 11971 11972 60149 74018 74023 86378 11976 11980 11983 11984 11987 (5 Replies)
Discussion started by: pcoj33
5 Replies
Geo::GoogleEarth::Pluggable::Placemark(3pm)		User Contributed Perl Documentation	       Geo::GoogleEarth::Pluggable::Placemark(3pm)

NAME
Geo::GoogleEarth::Pluggable::Placemark - Base Object for Geo::GoogleEarth::Pluggable Placemarks SYNOPSIS
use base qw{Geo::GoogleEarth::Pluggable::Placemark}; DESCRIPTION
The is the base of all Geo::GoogleEarth::Pluggable packages. USAGE
METHODS
type style Sets or returns the Placemark Style or StyleMap object. style=>$style is a short cut for styleUrl=>$style->url styleUrl This overrides style->url if defined. LookAt Sets or returns the LookAt Object visibility Sets or returns visibility. The value is either 1 or 0 but defaults to undef which the same as 1. my $visibility=$placemark->visibility; node coordinates The coordinates array is used consistantly for all placemark objects. my $coordinates=$placemark->coordinates( [ [$lon, $lat, $alt], {lat=>$lat, lon=>$lon, alt=>$alt}, GPS::Point, Geo::Point, Net::GPSD::Point, ] ); my $coordinates=$placemark->coordinates( Geo::Line, #TODO ); coordinates_stringify point_stringify my $string=$placemark->point_stringify($point); #returns "$lon,$lat,$alt" point_normalize Most of this code was taken from GPS::Point->initializeMulti my $data=$placemark->point_normalize($point); #returns {lat=>$lat,lon=>$lon,alt=>$alt} BUGS
Please log on RT and send to the geo-perl email list. SUPPORT
DavisNetworks.com supports all Perl applications including this package. AUTHOR
Michael R. Davis (mrdvt92) CPAN ID: MRDVT COPYRIGHT
This program is free software licensed under the... The BSD License The full text of the license can be found in the LICENSE file included with this module. SEE ALSO
Geo::GoogleEarth::Pluggable, Scalar::Util, XML::LibXML::LazyBuilder perl v5.14.2 2011-06-26 Geo::GoogleEarth::Pluggable::Placemark(3pm)
All times are GMT -4. The time now is 01:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy