boilercv_pipeline.examples.large
#
Examples that operate on large files, which are not in the cloud.
Submodules#
boilercv_pipeline.examples.large.pack
boilercv_pipeline.examples.large.compress_packed
boilercv_pipeline.examples.large.compress
boilercv_pipeline.examples.large.unpack
boilercv_pipeline.examples.large.combined
boilercv_pipeline.examples.large.binarize
boilercv_pipeline.examples.large.compare
boilercv_pipeline.examples.large.convert
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.