cars.pipelines.filling.filling_pipeline_wrapper =============================================== .. py:module:: cars.pipelines.filling.filling_pipeline_wrapper .. autoapi-nested-parse:: CARS filling pipeline class file Functions --------- .. autoapisummary:: cars.pipelines.filling.filling_pipeline_wrapper.merge_filling_bands_wrapper cars.pipelines.filling.filling_pipeline_wrapper.merge_classif_bands_wrapper cars.pipelines.filling.filling_pipeline_wrapper.monoband_to_multiband_wrapper Module Contents --------------- .. py:function:: merge_filling_bands_wrapper(in_filling_path, aux_filling, dsm_file, window=None, saving_info=None, profile=None) Merge filling bands to get mono band in output .. py:function:: merge_classif_bands_wrapper(in_classif_path, aux_classif, dsm_file, window=None, saving_info=None, profile=None) Merge classif bands to get mono band in output .. py:function:: monoband_to_multiband_wrapper(input_raster, bands_classif, nodata_value, window=None, saving_info=None, profile=None) Convert classification from monoband to multiband :param input_raster: the intput classification path :type input_raster: str :param bands_classif: the bands values :type bands_classif: list