helikite.config

Classes

Config

Functions

load_config(→ Config)

Module Contents

class helikite.config.Config

Bases: pydantic.BaseModel

flight: str
flight_date: datetime.date
flight_suffix: str
output_schema: str
campaign_data_dirpath: pathlib.Path
processing_dir: pathlib.Path
property flight_basename: str
__iter__()
helikite.config.load_config(config_path: pathlib.Path) Config