cars.applications.dem_generation.dem_generation_algo ==================================================== .. py:module:: cars.applications.dem_generation.dem_generation_algo .. autoapi-nested-parse:: this module contains tools for the dem generation Functions --------- .. autoapisummary:: cars.applications.dem_generation.dem_generation_algo.launch_bulldozer Module Contents --------------- .. py:function:: launch_bulldozer(input_dem, output_dir, cars_orchestrator, max_object_size) Launch bulldozer on a DEM to smooth it :param input_dem: path of DEM to reverse :type input_dem: str :param output_dir: directory where bulldozer output is dumped :type output_dir: str :param cars_orchestrator: orchestrator of the whole pipeline (used to get number of workers) :type cars_orchestrator: Orchestrator :param max_object_size: bulldozer parameter "max_object_size" :type max_object_size: int