satpy.cf.decoding module

CF decoding.

satpy.cf.decoding.decode_attrs(attrs)[source]

Decode CF-encoded attributes to Python object.

Converts timestamps to datetime and strings starting with “{” to dictionary.

Parameters:

attrs (dict) – Attributes to be decoded

Returns (dict): Decoded attributes