society_prognosis
The central module containing all code dealing with processing and forecast Zensus data.
- class EgonHouseholdPrognosis(**kwargs)[source]
Bases:
sqlalchemy.orm.decl_api.Base- households
- year
- zensus_population_id
- class EgonPopulationPrognosis(**kwargs)[source]
Bases:
sqlalchemy.orm.decl_api.Base- population
- year
- zensus_population_id
- class SocietyPrognosis(dependencies)[source]
Bases:
egon.data.datasets.Dataset- name: str
The name of the Dataset
- version: str
The
Dataset’s version. Can be anything from a simple semantic versioning string like “2.1.3”, to a more complex string, like for example “2021-01-01.schleswig-holstein.0” for OpenStreetMap data. Note that the latter encodes theDataset’s date, region and a sequential number in case the data changes without the date or region changing, for example due to implementation changes.