On Fri, Oct 21, 2011 at 10:56 AM, Travis Kirstine
wrote:
> How do you get the "image structure metadata" (source_color_space,
> interleave etc) displayed in gdalinfo using the API
>
> python
>
> ds = gdal.Open('file.tif', 0)
> ds.Metadata
> returns a empty dict
Travis,
You need to fetch the
How do you get the "image structure metadata" (source_color_space,
interleave etc) displayed in gdalinfo using the API
python
ds = gdal.Open('file.tif', 0)
ds.Metadata
returns a empty dict
Regards
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org