Skip to content

Python library for extremely fast geospatial vector data visualization in Jupyter.

License

Notifications You must be signed in to change notification settings

chrisgervang/lonboard

 
 

Repository files navigation

lonboard

PyPI Binder open_in_colab

Python library for extremely fast geospatial vector data visualization in Jupyter.

3 million points rendered from a geopandas GeoDataFrame in JupyterLab.

Install

pip install lonboard

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 SolidPolygonLayer. 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.

About

Python library for extremely fast geospatial vector data visualization in Jupyter.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 76.6%
  • TypeScript 22.3%
  • Other 1.1%