from spotforecast2_safe.weather.locations import default_german_locations
locs = default_german_locations()
print(len(locs), locs[0].name)13 Berlin
Return the default population-weighted German load-centre registry.
| Name | Type | Description |
|---|---|---|
| WeatherLocation | Tuple[WeatherLocation, …]: :data:GERMAN_LOAD_CENTERS, in a fixed, |
|
| … | deterministic order. |