Skip to main content

Child-poverty coverage gap (kommune)

Atlas view

Child-poverty coverage gap (kommune)

api_v1.coverage_gap_barnefattigdom

One row per active kommune for the latest year of SSB 08764 child poverty data, combining the EUskala60 share (% of children in low-income households) with the Personer count (number of children).

First 5 rows · api_v1.coverage_gap_barnefattigdom
snapshot 2026-05-12
kommune_nrkommune_namefylke_nameyearvalue_pctpersoner
0301OsloOslo202413130343
1101EigersundRogaland20248.63270
1103StavangerRogaland20249.931018
1106HaugesundRogaland202411.87358
1108SandnesRogaland2024919802

Built from

This Atlas view joins data from the following upstream sources. Click through for provenance, methodology, and citation.

Showing direct dbt parents. See full lineage in /lineage/ →

Columns

ColumnDescription
kommune_nr4-digit zero-padded kommune code. FK to dim_kommune; only active kommuner are included. Unique within this view.
kommune_nameJoined from fact_kommune_indicators (originally from dim_kommune).
fylke_nameJoined from fact_kommune_indicators (originally from dim_fylke). NULL for kommuner whose fylke_nr isn't in dim_fylke (rare — Svalbard 21xx).
yearThe latest year for ssb-08764/EUskala60. Same value across all rows; carried on each row so the consumer reads it without a separate query.
value_pctEU-skala 60 % share — the percent of children under 18 in low-income households (defined as < 60 % of national median equivalised income). NULL when upstream suppressed the cell.
personerNumber of children under 18 in low-income households at the same year. NULL when upstream suppressed the cell.

Sample query

Live PostgREST query that returns the first 5 rows. URL adapts to the current host — local dev shows api-atlas.localhost; the deployed site shows api-atlas.sovereignsky.no.

https://api-atlas.sovereignsky.no/coverage_gap_barnefattigdom?limit=5

About this view

One row per active kommune for the latest year of SSB 08764 child poverty data, combining the EUskala60 share (% of children in low-income households) with the Personer count (number of children). Backs the barnefattigdom map page (atlas-frontend /coverage-gap/barnefattigdom). First member of the mart_coverage_gap_<topic> family. Future coverage-gap maps follow the same shape: latest year per kommune, one row per kommune, value(s) pivoted out of contents_code into named columns. PostgREST projects this view as a single endpoint; consumers don't filter, they read the whole map dataset in one request. Inactive kommuner are excluded so the map renders today's kommune set. NULL values are kept in place — Map.tsx renders them as "no data".