[GRASS-dev] exporting vector files to kml

Hello everyone,

I read a few days ago that someone was developing a tool to export vector files to .kml.

Is it already developed?

Kind regards,

Ricardo

Ricardo Armas Gonçalves - Project Engineer

GSM: +351 91 6401045

Critical Software - www.criticalsoftware.com

Premfire - www.premfire.net

DISCLAIMER: This message may contain confidential information or privileged material and is intended only for the individual(s) named. If you are not a named addressee and mistakenly received this message you should not copy or otherwise disseminate it: please delete this e-mail from your system and notify the sender immediately. E-mail transmissions are not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete or contain viruses. Therefore, the sender does not accept liability for any errors or omissions in the contents of this message that arise as a result of e-mail transmissions. Please request a hard copy version if verification is required. Critical Software, SA.

Ricardo Armas wrote on 06/20/2006 01:42 PM:

Hello everyone,

I read a few days ago that someone was developing a tool to export
vector files to .kml.

Yes, I have added faces (GRASS 3D vectors) support to v.out.ogr. KML support
itself comes from OGR.

Is it already developed?

Also yes:
http://mpa.itc.it/markus/tmp/trento3d_google_earth.png
Please note that Google Earth is not free software.

What you need:
- GDAL/OGR from CVS since KML support was recently introduced in OGR
   http://ogr.maptools.org
- GRASS 6.1-CVS (or recent CVS snapshot).

Markus

Ricardo Armas wrote:

I read a few days ago that someone was developing a tool to export vector
files to .kml.

..

Is it already developed?

OGR supports KML creation:

http://www.gdal.org/ogr/ogr_formats.html

from GRASS use v.out.ogr.

Hamish