[Mapserver-west] GML conversion to Shape

Dylan Keon dbkeon.ml at gmail.com
Tue Mar 7 23:50:01 EST 2006


On 03/07/2006 03:33 PM Melton, Alvin R ILMB:EX wrote the following:
> Hi,
>  
> I'm not a GIS tech person, however, I am a project analyst for a large 
> government project (see below). Built into the application is GML export.
>  
> Is there a simple tool to convert GML to a shape file... other than FME? 
> Something simple, shareware simple...

You can use the ogr2ogr utility to do the conversion:
http://gdal.maptools.org/ogr/ogr2ogr.html

The command would look like:
ogr2ogr -f "ESRI Shapefile" foo.shp foo.gml

--Dylan


More information about the Mapserver-west mailing list