conversion of raster to gml

2 messages Options
Embed this post
Permalink
Srikanth-7

conversion of raster to gml

Reply Threaded More More options
Print post
Permalink
Dear All,
 
Does gdal has any utility which allows to convert a raster into gml or xml ?
--
Regards,
Srikanth K.


_______________________________________________
gdal-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/gdal-dev
asteel

Re: conversion of raster to gml

Reply Threaded More More options
Print post
Permalink
Hi Srikanth,

Yes, the utility is gdal_polygonize.py. It makes vector polygons of your
raster data, and the default output format is GML. You can specify any
other OGR supported output format. See:
http://www.gdal.org/gdal_polygonize.html

Note - it seems that your input data must be integer, as float data will
be truncated. I posted a question on this 2 days ago.

Regards,

Alan

Srikanth wrote:

> Dear All,
>  
> Does gdal has any utility which allows to convert a raster into gml or
> xml ?
> --
> Regards,
> Srikanth K.
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> gdal-dev mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/gdal-dev

_______________________________________________
gdal-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/gdal-dev