Greetings
I would like to know if it’s possible to produce KML/KMZ files from a raster file in GRASS? If not, what tool do you advise?
Thanks
Monica
Greetings
I would like to know if it’s possible to produce KML/KMZ files from a raster file in GRASS? If not, what tool do you advise?
Thanks
Monica
Hi Monica,
You can use r.out.kml [1] to export GRASS rasters
to kml.
[1] http://grass.osgeo.org/wiki/GRASS_AddOns#r.out.kml
Regards,
Daniel.
On Thu, Jan 13, 2011 at 1:03 PM, Monica Buescu <monicabuescu1985@gmail.com> wrote:
Greetings
I would like to know if it’s possible to produce KML/KMZ files from a raster file in GRASS? If not, what tool do you advise?
Thanks
Monica
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user
Monica,
if you're using GRASS 6.4, you can also use "v.out.ogr" with "format=KML".
It works perfectly for google-earth.
All the best
Stefan
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Produce-KML-KMZ-files-in-GRASS-tp5917938p5921006.html
Sent from the Grass - Users mailing list archive at Nabble.com.
I think its worth pointing out is that according to the ogr docs,
gdal/ogr automatically re-projects the data in EPSG:4326. I'm not
sure though if this is correct for all cases (in the past I always
make sure that my data in GRASS is in EPSG:4326 before converting to
KML).
http://www.gdal.org/ogr/drv_kml.html
KML has been accepted as an OGC standard, and is supported in one way
or another on the major GeoBrowsers. Note that KML by specification
uses only a single projection, EPSG:4326. All OGR KML output will be
presented in EPSG:4326. As such OGR will create layers in the correct
coordinate system and transform any geometries.
On Fri, Jan 14, 2011 at 4:33 PM, Stefan <fabiosela@gmx.de> wrote:
Monica,
if you're using GRASS 6.4, you can also use "v.out.ogr" with "format=KML".
It works perfectly for google-earth.
All the best
Stefan
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Produce-KML-KMZ-files-in-GRASS-tp5917938p5921006.html
Sent from the Grass - Users mailing list archive at Nabble.com.
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user
--
cheers,
maning
------------------------------------------------------
"Freedom is still the most radical idea of all" -N.Branden
wiki: http://esambale.wikispaces.com/
blog: http://epsg4253.wordpress.com/
------------------------------------------------------