Visualize elevation of any area on Earth as a ridgeline chart using MapBox elevation data.
Peak Map is a web tool that creates ridge line charts (filled area charts) from elevation data for any geographic region on Earth. It uses MapBox GL for map interaction and fetches elevation data via MapBox's API to visualize terrain height in an intuitive, aesthetic format. The tool helps users analyze and appreciate topography by converting raw elevation data into engaging visual representations.
Geospatial enthusiasts, data visualization developers, cartographers, and anyone interested in terrain analysis or creating artistic maps from elevation data.
Developers choose Peak Map for its simplicity in generating ridge line charts from real-world elevation data, its seamless integration with MapBox, and its ability to produce printable, shareable visualizations without complex setup.
Make a ridge line chart from any region on Earth
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Uses MapBox GL for an intuitive interface where users can click and drag to select geographic areas, as demonstrated in the quick demo GIF, making region definition effortless.
Renders ridge lines on a 2D canvas overlay, ensuring smooth performance with complex elevation data, based on the createHeightMapRenderer.js module in the source code.
Integrates MapBox's elevation API to fetch precise height information for any location on Earth, providing reliable terrain visualization without manual data handling.
Offers direct printing to physical items like mugs via services like Zazzle, as shown in the demo image, enabling easy sharing and merchandising of visualizations.
Requires a MapBox access token and may incur costs or usage limits, making it unsuitable for high-volume or budget-constrained applications without external data sources.
Focused solely on ridge line charts with fixed rendering; users cannot easily modify chart styles, colors, or add other visual elements, as evidenced by the canvas-based implementation.
Generates only visual output without options to export raw elevation data or charts in formats like SVG or JSON, hindering data reuse and integration into other tools.