cars.applications.auxiliary_filling.auxiliary_filling_wrappers ============================================================== .. py:module:: cars.applications.auxiliary_filling.auxiliary_filling_wrappers .. autoapi-nested-parse:: this module contains the AuxiliaryFillingFromSensors application class. Functions --------- .. autoapisummary:: cars.applications.auxiliary_filling.auxiliary_filling_wrappers.compute_sensor_bounds cars.applications.auxiliary_filling.auxiliary_filling_wrappers.filter_sensor_inputs Module Contents --------------- .. py:function:: compute_sensor_bounds(sensor_inputs, geom_plugin, output_crs) Compute bounds of each input sensor that have an associated color or classification image :param sensor_inputs: dictionary containing paths to input images and models :type sensor_inputs: dict :param geom_plugin: geometry plugin used for inverse locations :type geom_plugin: AbstractGeometry :param geom_plugin: geometry plugin used for inverse locations :type geom_plugin: AbstractGeometry :param output_crs: crs of the output polygons :type output_crs: CRS :return: a dictionary containing a Polygon in output geometry for each valid input sensor .. py:function:: filter_sensor_inputs(sensor_inputs, sensor_bounds, ground_polygon) Filter input sensors by comparing their bounds to a reference Polygon :param sensor_inputs: dictionary containing paths to input images and models :type sensor_inputs: dict :param sensor_bounds: dictionary containing bounds of input sensors :type sensor_bounds: dict :param ground_polygon: reference polygon, in ground geometry :type ground_polygon: Polygon :return: a fitlered version of sensor_inputs