cli module

This module contains the main function of the command line.

It allows processing bathymetric data files and georeferencing them.

cli.get_files(paths)[source]

Retrieves the files to process.

Parameters:

paths (Collection[Path]) – Paths of files or directories.

Returns:

List of files to process.

Return type:

list[Path]

cli.is_valid_file(file)[source]

Checks if the file is valid for processing.

Parameters:

file (Path) – File path.

Returns:

True if the file is valid, false otherwise.

Return type:

bool