highcharts-maps
High-end Map Data Visualization for the Python Ecosystem
What it is and what it does
Highcharts Maps for Python is a Python wrapper around the Highcharts Maps JavaScript visualization library, designed to let you build interactive geospatial and map-based charts without writing JavaScript. It translates Python objects into the JavaScript configuration format that Highcharts Maps expects, handling the serialization complexity automatically. The library supports over 70 chart types from Highcharts Core plus four core map visualizations, and it integrates directly with Jupyter notebooks, Pandas dataframes, PySpark dataframes, and GeoPandas GeoDataFrames so you can visualize geographic data alongside your Python workflows.
The package requires Python 3.10 or higher and depends on six runtime libraries: esprima for JavaScript parsing, geojson and topojson for map geometry handling, highcharts-core for the underlying visualization engine, requests for HTTP operations, and validator-collection for data validation. It also requires Highcharts Maps (JS) v.10.2 or higher to be available in your JavaScript environment. The library is classified as production/stable but has not been updated in 724 days, so you should verify that it remains compatible with your target Highcharts JS version and current Python ecosystem before committing to it.
Use it for:
- Build interactive choropleth maps in Jupyter notebooks that visualize regional or country-level data from Pandas dataframes without writing JavaScript.
- Create geospatial dashboards that combine GIS data from GeoPandas GeoDataFrames with Highcharts' interactive map and chart capabilities.
- Render TopoJSON or GeoJSON map geometries as interactive visualizations with data overlays, suitable for geographic analysis and reporting.
- Generate downloadable static map visualizations programmatically via the Highcharts Export Server for reports or automated pipelines.
- Visualize time-series or multi-dimensional data on maps using PySpark dataframes in large-scale data science workflows.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Highcharts Maps for Python wraps the Highcharts Maps JavaScript library to create interactive geospatial and map-based data visualizations directly from Python, with native integration into Jupyter, Pandas, PySpark, and GeoPandas workflows.
Yes, with conditions. Install if you need interactive map visualizations in Python and are comfortable with the Highcharts ecosystem. However, verify the license terms first (they are unclear in the metadata), and be aware that the package has not been updated in 724 days—test compatibility with your target Highcharts JS version and Python environment before relying on it for production. No known security vulnerabilities exist.
Install
highcharts-maps on PyPI
pip
pip install highcharts-mapsuv
uv add highcharts-mapspoetry
poetry add highcharts-mapsInstalling highcharts-maps
Before you install
Installation is straightforward with low friction. The package is in production/stable status but dormant—last release was 724 days ago with no recent commits. Six runtime dependencies are all established libraries, so the dependency chain is manageable.
License in practice
License treatment is unclear: no SPDX identifier or raw license text is available in the metadata. Before installing, verify the actual license terms directly from the project documentation or repository to understand any restrictions.
Quickstart
pip install highcharts-maps
from highcharts_maps import Chart
import geojson
chart = Chart()
# Configure with geojson or topojson map data
chart.to_html_file()
Requires Python 3.10 or higher and Highcharts Maps (JS) v.10.2 or higher in your JavaScript environment
Verify before relying
- Whether the unclear license is proprietary, commercial, or open-source and what restrictions it imposes
- Whether the dormant maintenance status affects compatibility with current Highcharts JS versions or Python ecosystem changes
- Specific version compatibility requirements between this package and highcharts-core beyond the stated minimum
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — esprima, geojson, highcharts-core, requests, topojson, validator-collection |
| Maintenance | dormant — 724 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 88,585/month — #13,714 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: highcharts_maps-1.7.1-py3-none-any.whl
Keywords: charts, data visualization, data viz, geospatial, gis, graphing, highcharts, highcharts maps, maps, plotting
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
highcharts-coreGenerates interactive Highcharts data…
unclear · top 15,000 on PyPI
overturemapsDownload and convert Overture Maps geospatial…
permissive · top 15,000 on PyPI
pydeckPydeck provides Python bindings for deck.gl,…
permissive · top 1,000 on PyPI
plotbinPlotBin provides utilities to create and…
unclear · top 15,000 on PyPI
jupyter-leafletjupyter-leaflet provides interactive map…
permissive · top 15,000 on PyPI
foliumfolium builds interactive web maps by combining…
permissive · top 5,000 on PyPI
leafmapLeafmap enables interactive geospatial mapping…
permissive · top 15,000 on PyPI
splotsplot creates static and interactive…
permissive · top 15,000 on PyPI
pyvisPyvis creates interactive network graph…
permissive · top 5,000 on PyPI
pyechartspyecharts wraps Apache ECharts to generate…
permissive · top 5,000 on PyPI