Class GDALRasterBase
Attributes that exist on both GDALRaster and GDALBand.
Declaration
source linkDocumentation
Methods
▷ def metadata(self) @property 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.
▷ def metadata(self, value) @metadata.setter Set the metadata. Update only the domains that are contained in the value dictionary.