create-spatial-visualization
Installation
SKILL.md
Create Spatial Visualization
Create interactive maps, elevation profiles, and spatial visualizations from GPX tracks, waypoints, or route data.
When to Use
- Visualizing a planned or completed tour route on an interactive map
- Creating elevation profiles for hiking or cycling routes
- Overlaying waypoints, POIs, and route corridors on a basemap
- Generating static map images for print reports
- Building a web-based trip dashboard with spatial data
Inputs
- Required: Spatial data source (GPX file, CSV with lat/lon, GeoJSON, or waypoint list)
- Required: Visualization type (interactive map, static map, elevation profile, heatmap)
- Optional: Basemap preference (OpenStreetMap, satellite, terrain, topo)
- Optional: Styling parameters (colors, line width, marker icons)
- Optional: Output format (HTML widget, PNG, SVG, embedded in Quarto)
Related skills