cars.pipelines.sensor_to_low_resolution_dsm.sensor_to_low_resolution_dsm_pipeline

CARS sensor_to_full_resolution_dsm pipeline class file

Module Contents

Classes

SensorToLowResolutionDsmPipeline

SensorToLowResolutionDsmPipeline

Attributes

CARS_GEOID_PATH

cars.pipelines.sensor_to_low_resolution_dsm.sensor_to_low_resolution_dsm_pipeline.CARS_GEOID_PATH = geoid/egm96.grd
class cars.pipelines.sensor_to_low_resolution_dsm.sensor_to_low_resolution_dsm_pipeline.SensorToLowResolutionDsmPipeline(conf, config_json_dir=None)

Bases: cars.pipelines.pipeline_template.PipelineTemplate

SensorToLowResolutionDsmPipeline

check_inputs(conf, config_json_dir=None)

Check the inputs given

Parameters
  • conf (dict) – configuration of inputs

  • config_json_dir (str) – directory of used json, if user filled paths with relative paths

Returns

overloader inputs

Return type

dict

check_output(conf)

Check the output given

Parameters

conf (dict) – configuration of output

Returns

overloader output

Return type

dict

check_applications(conf)

Check the given configuration for applications

Parameters

conf (dict) – configuration of applications

run()

Run pipeline