feat(scoring): Score v6 — World Bank global economic data for non-EU countries
Non-EU countries (AR, MX, AE, AU, etc.) previously got NULL for median_income_pps and pli_construction, falling back to EU-calibrated defaults (15K PPS, PLI=100) that produced wrong scores. New World Bank WDI extractor fetches GNI per capita PPP and price level ratio for 215 countries. dim_countries uses Germany as calibration anchor to scale WB values into the Eurostat range (dynamic ratio, self-corrects as both sources update). EU countries keep exact Eurostat values. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -72,3 +72,8 @@ description = "UK local authority population estimates from ONS"
|
||||
module = "padelnomics_extract.gisco"
|
||||
schedule = "0 0 1 1 *"
|
||||
description = "EU geographic boundaries (NUTS2 polygons) from Eurostat GISCO"
|
||||
|
||||
[worldbank]
|
||||
module = "padelnomics_extract.worldbank"
|
||||
schedule = "monthly"
|
||||
description = "GNI per capita PPP + price level ratio from World Bank WDI"
|
||||
|
||||
Reference in New Issue
Block a user