convert_pixc

Functions

paths_glob(ctx, param, paths)

cli(format_out, paths_in, path_out, variables, aoi, mode)

_summary_

main()

Module Contents

convert_pixc.paths_glob(ctx, param, paths)[source]
convert_pixc.cli(format_out: str, paths_in: list[str], path_out: str, variables: str, aoi: str, mode: str)[source]

_summary_

Args:

format_out (str): file format to convert to. path_in: List of path of files to convert. path_out: Output path of the convertion. variables: Optionally only read these variables. aoi: Optionally only read points in this area of interest. path_out (str): _description_ variables (list[str]): _description_ mode: Writing mode of the output. Must be ‘w’(write/append) or ‘o’(overwrite).

Raises:

NotImplementedError: _description_

convert_pixc.main()[source]