app.model.scenario.scenariosynthesis

class ScenarioSynthesis(variable: app.model.scenario.variable.Variable, spatial_resolution: app.model.scenario.spatialresolution.SpatialResolution, step: app.model.scenario.step.Step)[código-fonte]

Base: object

property all_synthesis_df_columns: list[str]
property entity_df_columns: list[str]
property entity_synthesis_df_columns: list[str]
classmethod factory(synthesis: str) ScenarioSynthesis | None[código-fonte]
property non_entity_sorting_synthesis_df_columns: list[str]
property sorting_synthesis_df_columns: list[str]
spatial_resolution: SpatialResolution
step: Step
variable: Variable