On Fri, Feb 26, 2010 at 2:54 PM, bharath s <[email protected]> wrote: > hello > iam working on grass64 ubuntu... > i want to import kml files to grass i tried v.in.ogr > but i got error showing that: > > Unable to open data source </home/bharath/water.kml> > > please help me....
Does ogr2ogr --formats list KML as supported format? If not, it has to be recompiled with libexpat support. For this, please contact the Ubuntu package maintainer for GDAl-OGR: https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable Once it is present in OGR (so, ogr2ogr etc), then also v.in.ogr will be able to read it. Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
