Region
An energy system model is based on multiple regions. Therefore you can define regions inside the dataset.
The following attributes are available:
- pydantic model ensysmod.schemas.RegionCreate[source]
Attributes to receive via API on creation of a region.
- field ref_dataset: int [Required]
ID of the dataset to use as reference.
- Constraints:
gt = 0
- model_computed_fields: ClassVar[dict[str, ComputedFieldInfo]] = {}
A dictionary of computed field names and their corresponding ComputedFieldInfo objects.
- field name: str [Required]
Unique name of the region.
- Constraints:
min_length = 1
max_length = 255