cars.applications.dem_generation.dem_generation_algo

this module contains tools for the dem generation

Functions

launch_bulldozer(input_dem, output_dir, ...)

Launch bulldozer on a DEM to smooth it

Module Contents

cars.applications.dem_generation.dem_generation_algo.launch_bulldozer(input_dem, output_dir, cars_orchestrator, max_object_size)[source]

Launch bulldozer on a DEM to smooth it

Parameters:
  • input_dem (str) – path of DEM to reverse

  • output_dir (str) – directory where bulldozer output is dumped

  • cars_orchestrator (Orchestrator) – orchestrator of the whole pipeline (used to get number of workers)

  • max_object_size (int) – bulldozer parameter “max_object_size”