Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when implementing globe.gl (Globe.GL) for 3D globe data visualization with WebGL/ThreeJS, including setup, data layers (points, arcs, polygons, labels), and integration patterns in plain HTML or React.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-12 | ✗→✓ | ▲ Improved | -6% | 0% |
| case-04 | ✓→✓ | = Same ✓ | -13% | 0% |
| case-06 | ✓→✓ | = Same ✓ | -10% | 0% |
| case-07 | ✓→✓ | = Same ✓ | 1% | 0% |
| case-08 | ✓→✓ | = Same ✓ | 21% | 0% |
html<script type="module"> import Globe from 'globe.gl'; const myGlobe = new Globe(document.getElementById('globe')) .globeImageUrl(myImageUrl) .pointsData(myData); </script>
html<script src="//cdn.jsdelivr.net/npm/globe.gl"></script> <script> const myGlobe = new Globe(document.getElementById('globe')) .globeImageUrl(myImageUrl) .pointsData(myData); </script>
react-globe.gl), or another framework?Other measured skills in the registry, with their headline benchmark lift.