pointcloudset.io.dataset.dir module¶
- pointcloudset.io.dataset.dir.dataset_to_dir(dataset_in, file_path: Path, use_orig_filename: bool = True, **kwargs) Path ¶
Writes Dataset to directory.
- Parameters
dataset_in (Dataset) – Dataset to write.
file_path (pathlib.Path) – Destination path.
use_orig_filename (bool) – Use filename from which the dataset was read. Defaults to
True
.**kwargs – Keyword arguments to pass to dask to_parquet function