eflips-depot 4.15.10__tar.gz → 4.15.12__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/PKG-INFO +1 -1
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/api/private/depot.py +23 -2
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/pyproject.toml +1 -1
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/LICENSE.md +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/README.md +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/__init__.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/api/__init__.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/api/defaults/default_settings.json +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/api/private/__init__.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/api/private/consumption.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/api/private/results_to_database.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/api/private/util.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/configuration.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/depot.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/evaluation.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/filters.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/input_epex_power_price.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/__init__.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/doc/__init__.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/doc/direct_details.pdf +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/evaluation.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/opt_tools/__init__.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/opt_tools/crossover.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/opt_tools/fitness_c_urfd.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/opt_tools/fitness_util.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/opt_tools/init.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/opt_tools/mutation.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/optimize_c_urfd.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/packing.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/settings.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/template_creation.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/util.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/plots.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/processes.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/rating.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/resources.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/settings_config.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/simple_vehicle.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/simulation.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/smart_charging.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/standalone.py +0 -0
- {eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/validation.py +0 -0
|
@@ -49,7 +49,7 @@ class AreaInformation:
|
|
|
49
49
|
capacity: int
|
|
50
50
|
"""Capacity of the area."""
|
|
51
51
|
block_length: int | None
|
|
52
|
-
"""Block length of the area in
|
|
52
|
+
"""Block length of the area in number of buses. Only needed for AreaType.LINE."""
|
|
53
53
|
power: float
|
|
54
54
|
"""Charging power of the area in kW."""
|
|
55
55
|
vehicle_type_id: int
|
|
@@ -96,12 +96,33 @@ class DepotConfigurationWish:
|
|
|
96
96
|
True if the depot should be auto-generated, False if the depot should be created from user input.
|
|
97
97
|
"""
|
|
98
98
|
default_power: float | None
|
|
99
|
+
"""
|
|
100
|
+
Default charging power in kW for auto-generated depots.
|
|
101
|
+
"""
|
|
99
102
|
standard_block_length: int | None
|
|
103
|
+
"""
|
|
104
|
+
Default number of vehicles in a line for auto-generated depots.
|
|
105
|
+
"""
|
|
100
106
|
cleaning_slots: int | None
|
|
107
|
+
"""
|
|
108
|
+
Number of cleaning slots for auto-generated depots.
|
|
109
|
+
"""
|
|
101
110
|
cleaning_duration: timedelta | None
|
|
111
|
+
"""
|
|
112
|
+
Duration of the cleaning process for auto-generated depots.
|
|
113
|
+
"""
|
|
102
114
|
shunting_slots: int | None
|
|
115
|
+
"""
|
|
116
|
+
Duration of the shunting process for auto-generated depots.
|
|
117
|
+
"""
|
|
103
118
|
shunting_duration: timedelta | None
|
|
119
|
+
"""
|
|
120
|
+
Duration of the shunting process for auto-generated depots.
|
|
121
|
+
"""
|
|
104
122
|
areas: list[AreaInformation] | None #
|
|
123
|
+
"""
|
|
124
|
+
List of AreaInformation objects representing charging area configurations for user-defined depots.
|
|
125
|
+
"""
|
|
105
126
|
|
|
106
127
|
def __init__(
|
|
107
128
|
self,
|
|
@@ -146,7 +167,7 @@ class DepotConfigurationWish:
|
|
|
146
167
|
self.shunting_duration is None
|
|
147
168
|
), "shunting_duration cannot be provided if auto_generate is True"
|
|
148
169
|
|
|
149
|
-
assert areas
|
|
170
|
+
assert not areas, "areas cannot be provided if auto_generate is True"
|
|
150
171
|
|
|
151
172
|
|
|
152
173
|
def delete_depots(scenario: Scenario, session: Session) -> None:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/api/defaults/default_settings.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/api/private/results_to_database.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/doc/direct_details.pdf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/opt_tools/crossover.py
RENAMED
|
File without changes
|
{eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/opt_tools/fitness_c_urfd.py
RENAMED
|
File without changes
|
{eflips_depot-4.15.10 → eflips_depot-4.15.12}/eflips/depot/layout_opt/opt_tools/fitness_util.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|