:py:mod:`cars.applications.dsm_filling.border_interpolation` ============================================================ .. py:module:: cars.applications.dsm_filling.border_interpolation .. autoapi-nested-parse:: This module contains the border interpolation dsm filling application class. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: cars.applications.dsm_filling.border_interpolation.BorderInterpolation .. py:class:: BorderInterpolation(conf=None) Bases: :py:obj:`cars.applications.dsm_filling.dsm_filling.DsmFilling` Border interpolation .. py:method:: check_conf(conf) Check configuration :param conf: configuration to check :type conf: dict :return: overloaded configuration :rtype: dict .. py:method:: run(dsm_file, classif_file, filling_file, dtm_file, dump_dir, roi_polys, roi_epsg) Run dsm filling using initial elevation and the current dsm Replaces dsm.tif by the filled dsm. Adds a new band to filling.tif if it exists. The old dsm is saved in dump_dir. roi_poly can any of these objects : - a list of Shapely Polygons - a Shapely Polygon