.. _filling: Filling ======= This pipeline fills holes or masked regions in the DSM, using configurable interpolation or reconstruction methods. Allowed inputs -------------- This pipeline takes a single DSM as input, as explained in the :ref:`DSM input ` section. .. warning:: In order for filling to work, the DSM needs to have been generated with the dense match filling ``zero_padding`` method used during the `surface_modeling` pipeline. Applications ------------ This pipeline uses the following applications : - :ref:`dem_generation ` - :ref:`dsm_filling ` - :ref:`auxiliary_filling ` The DSM filling application can be called multiple times, as shown in the application's documentation page. Advanced Parameters ------------------- .. list-table:: :header-rows: 1 * - Name - Description - Type - Default value * - save_intermediate_data - Save intermediate data for all applications inside this pipeline. - bool - False * - geometry_plugin - Name of the geometry plugin to use and optional parameters (see :ref:`geometry plugin `) - str or dict - "SharelocGeometry" * - filling_tile_size - Tile size used for all applications in Tilling pipeline - int - 10000