<div dir="ltr"><div><div><div><div><div>Hi all,<br><br>First I wish everybody a happy 2013!<br><br></div>With MapWindow GIS we're using gdal and ogr and we are now in the process of include the functionality of the utility programs, like gdalinfo.exe, ogrinfo.exe, gdal_translate.exe, ogr2ogr.exe, etc.<br>

<br></div>This functionality is added to our core C++ base called MapWinGIS. This work is almost done.<br></div>We're now in the progress of creating C#/WinForms tools on top of these functionality to be used in MapWindow. We are going to use <b>gdalinfo --formats</b> and <b>gdalinfo --format <i>the_format</i> </b>to get the relevant data we need to create for example a file open box. This works fine since the extension can be retrieved from using the --format command.<br>

</div><div>For example <b>gdalinfo --format VRT </b>returns<br><span style="font-family:courier new,monospace">VRT format: Format Details:<br>  Short Name: VRT<br>  Long Name: Virtual Raster<br>  Extension: vrt<br>  Help Topic: gdal_vrttut.html<br>

  Supports: Create() - Create writeable dataset.<br>  Supports: CreateCopy() - Create dataset by copying another.<br>  Creation Datatypes: Byte Int16 UInt16 Int32 UInt32 Float32 Float64 CInt16 CInt32 CFloat32 CFloat64</span><br>

</div><br></div>The same we want to do for the ogr2org. <br><b>--formats</b> will give us the available file formats but I can't find a command that will give me the expected extension for the file format. I was expecting something like <b>ogrinfo --format "ESRI Shapefile"</b> that would return something like<br>

<div><span style="font-family:courier new,monospace">ESRI Shapefile format: Format Details:<br>  Short Name: sf<br>  Long Name: </span><span style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">ESRI Shapefile</span>  <br>

  Extension: shp<br>  Help Topic: drv_shapefile.html</span><br clear="all"><div><div><div><div><div><div><br></div><div>Am I missing something or isn't this available for ogr?<br></div><div>
<br>Thanks,<br><br>
Paul<br>
<br>
<div style="font-size:13.3px;font-family:Verdana,Arial,Helvetica,sans-serif"><div style="border:1px solid rgb(229,229,229);background-color:rgb(248,248,248);padding:0.8em 0.8em 0.3em"><div style="margin:0px 0px 8px"><p style="margin:0px">

<span><b><img style="float: left; margin-left: 5px; margin-right: 5px;" src="http://www.bontepaarden.nl/bontepaarden/images/newButton.png" alt="" height="120" width="160">Paul Meems </b><br><span>Release manager, configuration manager</span><br>

<span>and forum moderator of MapWindow GIS.</span><br><a href="http://www.mapwindow.org/" target="_blank"><span>www.mapwindow.org</span></a><br><br><span>Owner of MapWindow.nl - Support for</span><br><span>Dutch speaking users.</span><br>

<a href="http://www.mapwindow.nl/" target="_blank"><span>www.mapwindow.nl</span></a><br></span></p>
<p style="margin:0px"><b><br></b></p></div></div><img src="http://p1.wisestamp.com/pixel.png?p=mozilla&v=3.9.12&t=1322134056890&u=482737fd0c4ca423" height="1" width="1"></div>
</div>
</div></div></div></div></div></div></div>