Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, and read the current addon manual page.
NAME
r.out.kml
DESCRIPTION
r.out.kml creates KML and image files suitable for Google Earth
from a GRASS raster map. Alternatively the user may create a compressed
KMZ file by using the -z flag.
NOTES
KML expects data to be in Latitude-Longitude using the WGS84 datum and
EGM96 vertical datum. This script will work for non-geographic map
projections, but only if the projection's local deviation from true-north
(the convergence angle) is small enough to ensure correct output. You can
use the r.proj module from a Latitude-Longitude location to
reproject maps if needed.
At this time vertical datum is not checked by this module as support for
it is relatively new in r.support and r.info.
KMZ output requires the "zip" program to be installed.
Transparency for NULL cells in PNG images is automatically enabled if the
version of GRASS used supports it.
SEE ALSO
d.out.file
g.region
r.out.gdal
r.out.png
r.out.ppm
r.proj
AUTHOR
Hamish Bowman
Dunedin, New Zealand
With thanks to Roger André and Peter Loewe for ideas and testing.
Last changed: $Date: 2011-11-08 13:56:45 -0800 (Tue, 08 Nov 2011) $
Main index - raster index - Full index
© 2003-2014 GRASS Development Team