geowatch.cli.smartflow.run_fixups module

class geowatch.cli.smartflow.run_fixups.FixupConfig(*args, **kwargs)[source]

Bases: DataConfig

Given the final results of the system, run our validation scripts and any final cleanups that need to happen before submitting to T&E validation.

Valid options: []

Parameters:
  • *args – positional arguments for this data config

  • **kwargs – keyword arguments for this data config

default = {'aws_profile': <Value(None)>, 'dryrun': <Value(False)>, 'input_path': <Value(None)>, 'input_region_models_asset_name': <Value('cropped_region_models_sc')>, 'input_region_path': <Value(None)>, 'input_site_models_asset_name': <Value('cropped_site_models_sc')>, 'outbucket': <Value(None)>, 'output_path': <Value(None)>, 'performer_suffix': <Value('KIT')>, 'ta2_s3_collation_bucket': <Value(None)>}
geowatch.cli.smartflow.run_fixups.main(cmdline=1, **kwargs)[source]