https://github.com/opengeos/mapwidget
Custom Jupyter widgets for creating interactive 2D/3D maps using popular JavaScript libraries with bidirectional communication, such as Cesium, Mapbox, MapLibre, Leaflet, and OpenLayers
https://github.com/opengeos/mapwidget
anywidget cesium geopython geospatial ipywidgets jupyter leaflet mapbox maplibre mapping openlayers python
Last synced: 3 months ago
JSON representation
Custom Jupyter widgets for creating interactive 2D/3D maps using popular JavaScript libraries with bidirectional communication, such as Cesium, Mapbox, MapLibre, Leaflet, and OpenLayers
- Host: GitHub
- URL: https://github.com/opengeos/mapwidget
- Owner: opengeos
- License: mit
- Created: 2023-01-21T17:48:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T12:49:49.000Z (about 2 years ago)
- Last Synced: 2025-01-03T05:22:32.402Z (4 months ago)
- Topics: anywidget, cesium, geopython, geospatial, ipywidgets, jupyter, leaflet, mapbox, maplibre, mapping, openlayers, python
- Language: Python
- Homepage: http://mapwidget.gishub.org
- Size: 1.08 MB
- Stars: 225
- Watchers: 9
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jupyter-widgets - mapwidget - 2D/3D maps using Cesium, Mapbox, MapLibre, Leaflet, and OpenLayers (Interactive Widgets / Interactive Jupyter Widget Ecosystem)
README
# Welcome to mapwidget
[](https://pypi.python.org/pypi/mapwidget)
[](https://anaconda.org/conda-forge/mapwidget)
[](https://studiolab.sagemaker.aws/import/github/giswqs/mapwidget/blob/master/docs/examples/maplibre.ipynb)
[](https://pccompute.westeurope.cloudapp.azure.com/compute/hub/user-redirect/git-pull?repo=https://github.com/giswqs/mapwidget&urlpath=lab/tree/mapwidget/docs/examples/maplibre.ipynb&branch=master)
[](https://colab.research.google.com/github/giswqs/mapwidget/blob/master/docs/examples/maplibre.ipynb)**Custom Jupyter widgets for creating interactive maps using JavaScript libraries with bidirectional communication**
The **mapwidget** package provides a set of custom map widgets for creating interactive maps in a Jupyter environment using different JavaScript mapping libraries, such as [Cesium](https://cesium.com/), [Leaflet](https://leafletjs.com/), [Mapbox](https://www.mapbox.com/), [MapLibre](https://maplibre.org/), and [OpenLayers](https://openlayers.org/). The widgets are built on top of the [anywidget](https://github.com/manzt/anywidget) Python package.
- Free software: MIT license
- Documentation: https://mapwidget.gishub.org## Examples
- [Cesium](https://mapwidget.gishub.org/examples/cesium)
- [Leaflet](https://mapwidget.gishub.org/examples/leaflet)
- [Mapbox](https://mapwidget.gishub.org/examples/mapbox)
- [MapLibre](https://mapwidget.gishub.org/examples/maplibre)
- [OpenLayers](https://mapwidget.gishub.org/examples/openlayers)## Demos
### Cesium

### Mapbox

### MapLibre

## Credits
This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.