Re: [gdal-dev] Producing GML files from a Shapefile

2010-05-21 Thread Tyler Erickson
ogr2ogr -f "GML" ~/temp/110m_land.gml ~/temp/110m_land.shp More info: http://www.gdal.org/ogr/drv_gml.html - Tyler 2010/5/21 António Rocha > Greetings > > I have a standard ESRI Shapefile and I want to produce a GML file. Is it > possible using OGR? (I know that it's possilbe to produce KML) >

[gdal-dev] gdal_polygonize losing the projection info?

2008-10-14 Thread Tyler Erickson
I have been trying to use gdal_polygonize to convert a TIF to an ESRI Shapefile, but it seems to be losing the projection information (i.e. no *.prj file is created). The following output illustrates the loss of projection information. I'm currently using gdal trunk revision 15512. Any suggesti