Skip to main content

public 3d-motion repository

lonboard

// developmentseed/lonboard

Fast, interactive geospatial data visualization in Jupyter.

$ git log --oneline --stat
stars:948forks:52updated:2026-05-24
README.md
readonly

Lonboard

PyPI Conda Version PyPI - Downloads Binder open_in_colab

README image

Building on cutting-edge technologies like GeoArrow and GeoParquet in conjunction with GPU-based map rendering, Lonboard aims to enable visualizing large geospatial datasets interactively through a simple interface.

Install

To install Lonboard using pip:

pip install lonboard

Lonboard is on conda-forge and can be installed using conda, mamba, or pixi. To install Lonboard using conda:

conda install -c conda-forge lonboard

To install from source, refer to the developer documentation.

Get Started

For the simplest rendering, pass geospatial data into the top-level viz function.

import geopandas as gpd
from lonboard import viz

gdf = gpd.GeoDataFrame(...)
viz(gdf)

Under the hood, this delegates to a ScatterplotLayer, PathLayer, or PolygonLayer. Refer to the documentation and examples for more control over rendering.

Documentation

Refer to the documentation at developmentseed.org/lonboard.

Why the name?

This is a new binding to the deck.gl geospatial data visualization library. A "deck" is the part of a skateboard you ride on. What's a fast, geospatial skateboard? A lonboard.

README image

Illustration by Gus Becker.

metadata.json
Pythonanywidgetapache-arrowapache-parquetdata-visualizationdeck-glgeoarrowgeopandasgeoparquetgeospatialgeospatial-analysisjupyterjupyter-widgetlonboardmap-visualizationmapsparquetpythonVisualizationWebGL

[INFO] 2 topics link to curated motion topic pages.