boilercv_pipeline.examples.large#
Examples that operate on large files, which are not in the cloud.
Submodules#
boilercv_pipeline.examples.large.compress_packedboilercv_pipeline.examples.large.unpackboilercv_pipeline.examples.large.binarizeboilercv_pipeline.examples.large.combinedboilercv_pipeline.examples.large.compareboilercv_pipeline.examples.large.packboilercv_pipeline.examples.large.convertboilercv_pipeline.examples.large.compress
Package Contents#
Functions#
Open the example dataset and write it to a destination file with a suffix. |
Data#
API#
- boilercv_pipeline.examples.large.EXAMPLE#
None
- boilercv_pipeline.examples.large.example_dataset( ) collections.abc.Iterator[boilercv.types.DS]#
Open the example dataset and write it to a destination file with a suffix.
Args: source: If provided, use a dataset derived from the example with this suffix. destination: If provided, add this suffix to the destination dataset file. kwargs: Keyword arguments to pass to
xarray.Dataset.to_netcdf. preview: Preview the original and modified datasets. save: Whether to save the file.