LocationConfig#
- class openstef_models.presets.forecasting_workflow.LocationConfig(**data: Any) None[source]
Bases:
BaseConfigConfiguration for location information in forecasting workflows.
- Parameters:
data (
Any)
- name: str
- description: str
- coordinate: Coordinate
- country_code: CountryAlpha2
- model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': False, 'extra': 'ignore', 'protected_namespaces': ()}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].