class documentation

Attributes that exist on both GDALRaster and GDALBand.

Method metadata.setter Set the metadata. Update only the domains that are contained in the value dictionary.
Property metadata Return the metadata for this raster or band. The return value is a nested dictionary, where the first-level key is the metadata domain and the second-level is the metadata item names and values for that domain.

Inherited from CPointerBase (via GDALBase):

Method __del__ Free the memory used by the C++ object.
Method ptr.setter Undocumented
Class Variable destructor Undocumented
Property ptr Undocumented
Instance Variable _ptr Undocumented
@metadata.setter
def metadata(self, value): (source)

Set the metadata. Update only the domains that are contained in the value dictionary.

Return the metadata for this raster or band. The return value is a nested dictionary, where the first-level key is the metadata domain and the second-level is the metadata item names and values for that domain.