Re: [gdal-dev] gdalinfo: fix metadata output

2014-06-26 Thread Christian Authmann
Hi, yes, I'm talking about metadata in a custom domain. I hacked up a driver to return additional metadata I want to use; since that metadata is driver specific I put it into a custom domain named after the driver. If you guessed MSG driver you'd be correct; but the SVN version doesn't retur

Re: [gdal-dev] gdalinfo: fix metadata output

2014-06-26 Thread Even Rouault
Christian, I guess you are talking about metadata in domains other than the default and IMAGE_STRUCTURE metadata domains ? With which driver did you experiment that issue ? Would you mind attaching your patch as an attachment to a ticket in Trac ( http://trac.osgeo.org/gdal/newticket ) ? For that

[gdal-dev] gdalinfo: fix metadata output

2014-06-26 Thread Christian Authmann
Hello, I tried getting a driver to return some useful metadata from the files, but gdalinfo never displayed any of it. As it turns out, the culprit was gdalinfo. It will never report metadata from the bands, even if explicitely requested in the command line. So I set out to rewrite the metad