denmark-map

Create interactive Plotly choropleth maps from GeoParquet boundaries for Danish regions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/josca42/varro --skill denmark-map
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: denmark-map
Source: https://github.com/josca42/varro/tree/main/user_workspace/skills/denmark-map
Command: npx skills add https://github.com/josca42/varro --skill denmark-map

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables creating interactive choropleth maps of Danish administrative regions by joining GeoParquet boundary files with region-level data for geographic visualization and decision support.

Core Features & Use Cases

  • Load GeoParquet boundary files for kommuner, regioner, landsdele, and more.
  • Merge your numeric data with regional boundaries and render a choropleth map using Plotly.
  • Use cases include visualizing regional metrics (population, voting results, economics) across Danish regions.

Quick Start

Provide a dataset with values keyed by region IDs and run the Denmark map tool to generate an interactive map.

Frequently Asked Questions about denmark-map

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a choropleth map of Danish administrative regions?

To create a choropleth map of Danish administrative regions, load GeoParquet boundary files and merge them with your numeric data table keyed by region identifiers to output an interactive Plotly figure.

Can I visualize data across different Danish administrative levels like kommuner and regioner?

Yes, you can visualize data across Danish administrative levels including kommuner, regioner, and landsdele by loading the corresponding GeoParquet boundary files and joining them with your regional metrics.

Do I need GeoParquet files to plot a Denmark region map?

Yes, GeoParquet boundary files are required to plot a Denmark region map, as the Skill joins these geographic boundaries with your region-level data table to render the choropleth visualization.

How do I adjust the center and zoom of a Plotly choropleth map for Denmark?

You can adjust the center and zoom of a Plotly choropleth map for Denmark by specifying the available center and zoom options when generating the figure from your merged GeoParquet and regional data.

What is the best way to visualize regional metrics like population or voting results on a Denmark map?

The best way to visualize regional metrics like population or voting results on a Denmark map is to join your numeric data with GeoParquet boundaries and render an interactive Plotly choropleth figure for dashboards and reports.