一键导入
byggdastofnun
Byggðastofnun regional-development dashboards (Tableau) — population, income, property tax, energy, grants, state employment by region.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Byggðastofnun regional-development dashboards (Tableau) — population, income, property tax, energy, grants, state employment by region.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Iceland energy authority — electricity generation, use, fuel sales, power plants and licences. Use for energy-system analysis.
Fiskistofa — public WFS layers for fishing closures, regulations and fishing areas; paid REST catch/quota data is excluded.
Hafrannsóknastofnun / MFRI — annual fish-stock assessments, advice, landings and survey series in embedded tables.
Environment Agency of Iceland GIS — open WFS layers for contaminated land, water, protected areas, noise and wastewater.
Icelandic Met Office (Veðurstofa) — weather observations, stations, forecasts and earthquakes via the modern JSON API at api.vedur.is.
Iceland Tax Authority — annual reports (ársreikningar), company registry, ownership chain mapping by kennitala.
| name | byggdastofnun |
| description | Byggðastofnun regional-development dashboards (Tableau) — population, income, property tax, energy, grants, state employment by region. |
Iceland's Regional Development Institute (Byggdastofnun, from
byggdastofnun.is) publishes 11 Tableau-Public dashboards covering rural and
regional statistics: population, income, property taxes, energy, state
employment, grants, and the municipal-history map.
All 11 dashboards live on byggdastofnun.is/is/utgefid-efni/maelabord/<slug>
and embed a viz from public.tableau.com/views/<workbook>/<view>.
| Slug | Title | Workbook / view |
|---|---|---|
breytingar-a-ibuafjolda-sundurlidun | Breytingar á íbúafjölda — sundurliðun | ibuafj-breyting / sveitarfelog |
fasteignagjold | Fasteignagjöld viðmiðunareignar | fasteignagjold / fasteignagjold |
ibuafjoldi-1-januar | Íbúafjöldi sveitarfélaga og byggðakjarna | ibuafj_sveitarf-byggdakj / ibuafjoldi |
ibuakonnun | Íbúakönnun landshlutanna | ibuakonnun / spurningar |
mannfjoldaspa | Mannfjöldaspá 2023–2074 | mannfjoldaspa / mannspa |
orkukostnadur | Orkukostnaður heimila | Orkukostnaurheimila / orkukostnadur |
rikisfang | Ríkisfang íbúa | rikisfang / rikisfang |
rikisstorf | Stöðugildi á vegum ríkisins | rikisstorf / stodugildi |
styrkir | Styrkir og framlög | styrkir / styrkir |
sveitarfelagaskipan | Sveitarfélagaskipan frá 1875 | sveitarfelagamork / Tmabil |
tekjur | Tekjur einstaklinga eftir svæðum | tekjur / tekjur |
All 11 Tableau workbooks are public (no auth, no token). They are cached content on Tableau Public's CDN and refresh when Byggdastofnun republishes.
byggdastofnun.is is built on Moya CMS (Icelandic vendor). The index
page .../maelabord lists each dashboard with an anchor; each sub-page
embeds the Tableau view inside an <iframe>. This skill parses that pattern
— one iframe per sub-page — to keep a catalog fresh.
For structured data extraction, Tableau Public does not expose a clean
CSV path (?:format=csv returns HTML). The maskina skill
documents the two-step VizQL startSession → bootstrapSession flow used
to scrape structured poll data from a Tableau Public workbook; the same
pattern applies here if/when a downstream task needs tabular access.
# Refresh the catalog from the live site (11 HTTP requests, ~5s)
uv run python scripts/byggdastofnun.py fetch
# Print the cached catalog
uv run python scripts/byggdastofnun.py list
# Get the Tableau embed URL for one slug — handy for shell pipelines
uv run python scripts/byggdastofnun.py url tekjur
# → https://public.tableau.com/views/tekjur/tekjur?:showVizHome=no&:embed=true
data/processed/byggdastofnun_catalog.csv:
| Column | Description |
|---|---|
slug | Sub-page slug on byggdastofnun.is |
title | H1 title from the live page |
workbook | Tableau Public workbook identifier (from /views/<wb>/) |
view | Tableau view within the workbook (specific dashboard tab) |
embed_url | Full Tableau Public URL for direct embedding |
page_url | Source page on byggdastofnun.is |
maskina.md). Current scope is the URL/metadata
catalog so a downstream consumer can pick the right workbook/view
quickly.fetch to pick up the new identifier.ibuakonnun). For straight demographic and income work, prefer
fetching raw PX-Web; Byggdastofnun's value is the regional cuts and the
composite indices.byggdastofnun.is/is/utgefid-efni/skyrslur-og-rannsoknir. Those are
PDFs and are out of scope for this skill; handle via a dedicated PDF
extractor if needed.url <slug> raises if the slug isn't in the catalog rather
than guessing.display_count parameter. Some pages use display_count=n (hidden
visit counter), others display_count=y. The scraper preserves whatever
the source iframe declares, so the embed URL is a faithful mirror.Orkukostnaurheimila
(without ð) — preserve it verbatim in catalog output."Byggir á upplýsingum frá Byggðastofnun."