[GRASS-user] How to import KML polygons in GRASS?
John C. Tull
john.tull at wildnevada.org
Mon Feb 25 13:56:49 EST 2008
You can try what I do, which is to convert the kml to a shapefile with
whatever transformation one wants. Then import the shapefile with
v.in.ogr.
The ogr2ogr command can look something like this:
ogr2ogr -s_srs EPSG:4326 -t_srs EPSG:26911 my_outfile.shp my_infile.kml
Best,
John
On Feb 24, 2008, at 12:03 PM, Nikos Alexandris wrote:
> OK,
>
> I can open correctly the kml and the gml file with OpenEV which
> means I
> got support for both.
>
> But I wonder why can't I read/ wrtie successfully in the command
> line or
> within GRASS (v.in.ogr)
>
> Am I maybe using another GDAL/OGR version... since I compiled GRASS
> manually! I don't remember defining GDAL/OGR when I compiled GRASS
> sources...
>
> Maybe I need to sort out some things... in my machine ;-P
>
>
> Once again sorry for the mail-bombing!
> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user
More information about the grass-user
mailing list