convert_pixc¶
Functions¶
|
|
|
_summary_ |
|
Module Contents¶
- 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_