fix: clarify population evolution semantics
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 15:41:38 +02:00
parent 2fbefaa040
commit 986640d5b3
5 changed files with 64 additions and 5 deletions
+3 -3
View File
@@ -225,14 +225,14 @@ def upload_snapshot(
"nis_code": MUNICIPALITY_NIS_CODE,
"attribution": ATTRIBUTION,
"license": "CC BY 4.0",
"identity_stable": True,
"comparison_property": "population_total",
"identity_stable": False,
"identity_limitation": "Statistical-sector codes and boundaries can change between annual editions.",
"selection_aggregation": {
"method": "area_weighted_sum",
"property": "population_total",
"label": "Inwoners",
"unit": "inwoners",
"is_estimate": True,
"warning_only_when_estimate": True,
"warning": "Bevolking binnen een gedeeltelijke statistische sector is oppervlaktegewogen en blijft een schatting.",
},
}