weather.locations.default_german_locations

weather.locations.default_german_locations()

Return the default population-weighted German load-centre registry.

Returns

Name Type Description
WeatherLocation Tuple[WeatherLocation, …]: :data:GERMAN_LOAD_CENTERS, in a fixed,
deterministic order.

Examples

from spotforecast2_safe.weather.locations import default_german_locations

locs = default_german_locations()
print(len(locs), locs[0].name)
13 Berlin