app.model.operation.spatialresolution

class SpatialResolution(*values)[código-fonte]

Base: Enum

PARQUE_EOLICO_EQUIVALENTE = 'PEE'
PAR_SUBMERCADOS = 'SBP'
RESERVATORIO_EQUIVALENTE = 'REE'
SISTEMA_INTERLIGADO = 'SIN'
SUBMERCADO = 'SBM'
USINA_HIDROELETRICA = 'UHE'
USINA_TERMELETRICA = 'UTE'
property all_synthesis_df_columns: list[str]
property entity_df_columns: list[str]
property entity_synthesis_df_columns: list[str]
classmethod factory(val: str) SpatialResolution[código-fonte]
property long_name: str | None
property main_entity_synthesis_df_column: str | None
property non_entity_sorting_synthesis_df_columns: list[str]
property sorting_synthesis_df_columns: list[str]