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
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev
