Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iced/jm

Jupyter Maps
https://github.com/iced/jm

geojson ipython ipython-notebook jupyter jupyter-notebook mapbox-gl-js maps python

Last synced: 25 days ago
JSON representation

Jupyter Maps

Awesome Lists containing this project

README

        

* Jupyter Maps
** Rationale
*** What
Wrapper over [[https://www.mapbox.com/mapbox-gl-js/api/][Mapbox GL JS]] which allows you to render maps in Jupyter notebooks. It does not aim to cover full Mapbox GL JS API (which is impossible anyway due to JS callbacks) but provides set of additional functionality and convenience methods. Please note that it does not work in Jupyter Lab (as they disabled JS execution for idiotic "security" reasons, not going to fix this).
*** Why
I need to render interactive maps in Jupyter and feed them thousands of GeoJSON polygons with different rendering options and associated popups. All existing solutions do not provide features I need (like Matplotlib) or are extremely slow (like Folium).
** Usage
Just look at example notebooks.