gfw.common.io.yaml_load#

yaml_load(filename, **kwargs)[source]#

Loads a YAML file from the filesystem.

Parameters:
  • filename (str) – Path to the YAML file to be loaded.

  • **kwargs (Any) – Additional keyword arguments passed to yaml.safe_load().

Returns:

The Python object resulting from parsing the YAML file.

Return type:

Any