<div dir="ltr"><div class="gmail_extra">Hi Even,<br><br></div><div class="gmail_extra">I'm not sure why I shouldn't use --format. If I can't use it why is it provided?<br></div><div class="gmail_extra">Can I use --formats? <br>

</div><div class="gmail_extra">Perhaps I should not handle this in my C#/WinForms but do this in our C++ core.<br></div><div class="gmail_extra">I think we can make a method that would return what I need based on gcore/gdal_misc.cpp but that would rely on hard-coded strings.<br>

</div><div class="gmail_extra">I don't like that either ;)<br><br></div><div class="gmail_extra">For the formats for ogr2ogr I understand I need to use a workaround so I could do that for the gdal formats as well.<br>

</div><div class="gmail_extra">The whole idea is/was that when we upgrade to a newer version of GDAL/ORG or recompile it with some different settings our tools would automagically use the correct file formats.<br><br></div>

<div class="gmail_extra">This needs some more pondering from our side ;)<br><br></div><div class="gmail_extra">Thanks,<br><br>Paul<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">2013/1/2 Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>></span><br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id=":ug">You don't parse the output of gdalinfo --format, do you ? Please don't do this :<br>


this is really fragile. Imagine what will happen if the output format of the<br>
utility change in some later version ? (We wouldn't do that just for fun, but<br>
relying on that is fragile). Rather look at the source code of gdalinfo (or<br>
actually at GDALGeneralCmdLineProcessor() in gcore/gdal_misc.cpp to C which API<br>
calls are involved.</div></blockquote></div><br></div></div>