satpy.readers.core.xmlformat module
Reads a format from an xml file to create dtypes and scaling factor arrays.
- class satpy.readers.core.xmlformat.XMLFormat(filename)[source]
Bases:
objectXMLFormat object.
Init the format reader.
- satpy.readers.core.xmlformat._apply_scales(array, scales, dtype)[source]
Apply scales to the array.