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