Skip to content

population differs between MVGDs and LAs #183

@nesnoj

Description

@nesnoj

By accident, I discovered an inconsistency in dp numbers:

Population sum of all MVGD = 78.138.134

SELECT sum(zensus_sum)
  FROM grid.ego_dp_mv_griddistrict
  WHERE version = 'v0.2.10';

Population sum of all LA = 80.318.192

SELECT sum(zensus_sum)
  FROM demand.ego_dp_loadarea
  WHERE version = 'v0.2.10';

(same problem in the model draft version with slightly different numbers)

Ideas, somebody?

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions