Skip to content

module aicafe.file

This module contains functions for file operations.

types_tifs_avail(path_case)

Return a list of the types of available .tif files.

Parameters:

Name Type Description Default
path_case str

The path of the case whose available tifs need to be listed.

required

Returns:

Name Type Description
list list[str]

A list of types. All types can be found in TYPES_TIFS.

Back to top