Skip to content

WB microdata coverage gaps (June 2026 audit): EHCVM-2 ×4 + classic-LSMS, tiered by obtainability — post-0.8.0 #552

Description

@ligon

Summary

A WB Microdata Library coverage audit (June 2026) against our current holdings, classified by whether the microdata is actually obtainable (not just catalogued). Deferred until after the v0.8.0 release — filing now to capture the findings while fresh.

Coverage map at audit time: 47 country config dirs; the audit cross-referenced the live WB catalog (LSMS collection roster + per-study access pages) and confirmed gaps via the library's own data_access.discover_waves() where possible.

Actionability tiers

Tier 1 — WB-direct downloadable (API key suffices) ⭐ highest value, lowest effort

EHCVM wave-2 (2021-22) for 4 WAEMU countries. We already ingest both EHCVM waves for Burkina Faso, Mali, Niger, Senegal — so the harmonization code path exists; these are largely wave-registration + ingest, not new logic. Confirmed local=False by discover_waves('Benin') and downloadable (click-through PUF, no external redirect):

Country Wave Catalog IDNO
Benin 2021-22 6272 BEN_2021_EHCVM-2_v01_M
Côte d'Ivoire 2021-22 6273 CIV_2021_EHCVM-2_v01_M
Guinea-Bissau 2021-22 6274 GNB_2021_EHCVM-2_v01_M
Togo 2021-22 6279 TGO_2021_EHCVM-2_v01_M

Kyrgyz Republic — wholly-missing classic-LSMS country, WB-hosted (login-gated, conditional-use; no external redirect): Multipurpose Poverty Survey 1993 (280), KPMS 1996 (281), KPMS 1998 (283). Larger lift (new country, new harmonization).

Tier 2 — NSO-obtainable (WB redirects to a national agency; obtainable out-of-band)

These are catalog-only on the WB portal (the get-microdata flow redirects to the national statistics office), so add_wave()/the WB API will not fetch them — but they are likely obtainable directly from the NSO, exactly as we already did for GhanaLSS (Ghana Statistical Service) and per CLAUDE.md's "Countries Without Microdata" precedent (Nepal → NSO Nepal):

  • Jamaica — Survey of Living Conditions (JSLC), annual ~1988–2000+. WB 2367 (1995) etc. redirect to STATIN/PIOJ (statinja.gov.jm); access needs Jamaican-govt permission. Large annual series if obtained.
  • Ecuador — ECV 1995 (2692), ECV 1998 (2693). Redirect to INEC (ecuadorencifras.gob.ec). Note: the JSON data_access block is empty/open-looking, but the external redirect is authoritative — not WB-hosted.

Tier 3 — licensed / fee-gated (escalate; may not be worth it)

  • Vietnam — VLSS 1992-93 & 1997-98, VHLSS 2002/2004/2006 (2694 covers the series). Data are property of the Vietnam GSO; permission required, fees $200–$2000, delivered by request. Highest-volume gap (5 waves) but the hardest access gate.

No new LSMS-ISA panel rounds are published yet

For all 8 core LSMS-ISA countries, nothing newer than our latest is in the catalog. Each "next round" is in-field or field-complete but not yet released:

  • Ethiopia ESS6, Malawi IHS6, Tanzania NPS6/2026, Uganda 2021-22 & 2023-24 (collected, not yet catalogued — most likely to appear first), EHCVM wave-3 (~2023-24) for all WAEMU (launched Sept 2024).

Action: re-run this audit late 2026 / 2027. data_access.discover_waves(<country>) is the authoritative per-country check.

Verification corrections (catalog claims that are NOT gaps)

Cross-checked against the repo; these looked like gaps but are covered:

  • Tanzania NPS4 (2014-15)covered. tanzania.py lists 2014-15; the 2008-15/ bundle is NPS1–4 (not 1–3).
  • Perucovered. All four ENNIV waves present (1985/1990/1991/1994).
  • Serbia and Montenegro 2002/2003already scaffolded (countries/Serbia and Montenegro/{2002,2003}/_/); distinct from Serbia/2007.
  • Nicaragua — scaffold dir exists (country-level config, no wave data); EMNV waves could be populated but it's not "wholly missing."
  • Confirmed not in the WB LSMS collection (don't pursue under this banner): Morocco, Romania, Papua New Guinea, Bolivia, Estonia. South Africa: only ZAF_1993_IHS exists (already covered); no later WB-LSMS waves.

Credentials / prerequisites (for whoever picks this up)

  • WB Microdata API key present (~/.config/lsms_library/config.yml) — the download gate for Tier 1.
  • S3 reader creds present (.dvc/s3_reader_creds.gpg).
  • S3 write/push creds — NOT at the expected .dvc/s3_write_creds + .dvc/config.local (per the add-wave skill), and no AWS_* in env. Needed before dvc push can share new blobs to S3 for others/CI. add_wave(..., push=False) can download + scaffold locally without them.
  • Procedure: .claude/skills/add-wave/SKILL.md (+ add-feature for the data_info.yml); discover_waves() / add_wave() / push_to_cache_batch() in lsms_library.data_access.

Suggested sequencing (post-0.8.0)

  1. EHCVM-2 ×4 (Benin, Côte d'Ivoire, Guinea-Bissau, Togo) — pilot Benin first to confirm the 2021-22 source structure matches our existing EHCVM ingest, then batch the other 3. Resolve write creds before the push step.
  2. Kyrgyz Republic (3 waves) — new-country lift.
  3. Tier 2 NSO requests (Jamaica, Ecuador) — out-of-band acquisition like GhanaLSS; manual, async.
  4. Vietnam — only if the licensing/fee is judged worth it.

Audit method: live WB catalog (LSMS collection roster + per-study get-microdata/JSON access pages) via web research, cross-checked against the repo config tree and data_access.discover_waves(). Re-verify before ingest — the WB catalog updates continuously.

Metadata

Metadata

Assignees

No one assigned

    Labels

    data-gapBlocked on missing source microdata or conversion tablesenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions