earthkit.data.utils.exceptions

Exceptions

EmptyFileError

Exception raised when attempting to read or process an empty file.

Module Contents

exception earthkit.data.utils.exceptions.EmptyFileError

Bases: Exception

Exception raised when attempting to read or process an empty file.

This exception is raised when a file is found to be empty (zero bytes) and the operation requires the file to contain data.