← 返回
效率工具 中文

Norway Roads

Query real-time road conditions, closures, and traffic issues in Norway. Use when the user asks about road status, closed roads, traffic conditions, weather on roads, or planning a route in Norway. Handles queries like "Are there road closures between Oslo and Bergen?", "What's the road condition on E6?", "Any issues driving to Trondheim today?", or general road condition checks for Norwegian roads.
查询挪威实时路况、道路封闭和交通问题。适用于询问路况、封闭道路、交通状况、道路天气或规划挪威行程。处理如“奥斯陆到卑尔根有封闭道路吗”、“E6路况如何”、“今天开车去特隆赫姆有什么问题”等查询。
geoffreycasaubon
效率工具 clawhub v1.0.0 1 版本 99878.3 Key: 无需
★ 1
Stars
📥 1,622
下载
💾 17
安装
1
版本
#latest

概述

Norway Roads

Query real-time road closures and conditions from Statens Vegvesen NVDB API.

Quick Start

Check all current road closures:

./scripts/query_roads.py

Check route between two cities:

./scripts/query_roads.py --from Oslo --to Bergen

Check specific road/location:

./scripts/query_roads.py --road "Strynefjell"

Get JSON output:

./scripts/query_roads.py --json

Usage Examples

Check Route Conditions

When planning a trip between two Norwegian cities:

./scripts/query_roads.py --from Oslo --to Bergen
./scripts/query_roads.py --from Oslo --to Trondheim
./scripts/query_roads.py --from Bergen --to Stavanger

Supported cities: Oslo, Bergen, Stavanger, Trondheim, Tromsø, Kristiansand, Ålesund, Bodø

Filter by Location Name

./scripts/query_roads.py --road "Strynefjell"
./scripts/query_roads.py --road "E6"

What Data is Returned

The skill queries two types of road restrictions from NVDB:

  1. Vegstengning (Road Closures) - Scheduled or permanent closures
    • Seasonal closures (winter mountain passes)
    • Landslide/avalanche closures
    • Maintenance closures
    • Causes: Snow (Snø), Ice (Is), Rock (Stein)
  1. Vegsperring (Physical Barriers) - Physical blocking of roads
    • Gates, barriers, concrete blocks
    • Permanent restrictions

API Response Format

Each closure includes:

  • location: Street/road name
  • county: Norwegian county (fylke)
  • municipality: Kommune
  • from_date/to_date: Closure period
  • cause: Reason (Snø=snow, Is=ice, Stein=rock)
  • type: closure or barrier

Data Source

  • API: NVDB v3 (Nasjonal VegDataBank)
  • URL: https://nvdbapiles-v3.atlas.vegvesen.no
  • Object types: 485 (Vegstengning), 607 (Vegsperring)
  • Update frequency: Real-time from official database
  • No API key required: Open public data

Common Norwegian Terms

NorwegianEnglish
--------------------
VegstengningRoad closure
VegsperringRoad barrier
SnøSnow
IsIce
SteinRock
FylkeCounty
StengtClosed

Major Routes & Counties

Counties (Fylker):

  • Viken (Oslo region)
  • Vestland (Bergen region)
  • Rogaland (Stavanger region)
  • Trøndelag (Trondheim region)
  • Troms og Finnmark (North)
  • Agder (South)
  • Møre og Romsdal (Ålesund region)
  • Nordland (Bodø region)

Major Roads:

  • E6: North-south trunk (Kirkenes-Halden)
  • E16: Bergen-Oslo via Lærdal tunnel
  • E39: West coast route

Limitations

  • Shows registered closures in NVDB, not real-time traffic incidents
  • For live traffic, use Vegvesen mobile app or call 175
  • Winter closures are often seasonal and recurring
  • Some recent incidents may not yet be registered

Reference

See references/api-docs.md for API details and city mappings.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 19:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,940
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 148,049
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,430