globe-gl-visualize
Installation
SKILL.md
Globe.GL — 3D Globe Data Visualization Skill
When to use
- Interactive 3D globe with data overlays
- Visualize geographic data (connections, locations, heatmaps)
- Impressive hero sections with globe animations
Quick start (ESM)
<script type="module">
import Globe from 'globe.gl';
const myGlobe = new Globe(document.getElementById('globe'))
.globeImageUrl(myImageUrl)
.pointsData(myData);
</script>