Skip to main content

Fast, interactive geospatial data visualization in Jupyter.

Project description

Lonboard

PyPI Conda Version Binder open_in_colab

A Python library for fast, interactive geospatial vector data visualization in Jupyter.

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.

3 million points rendered from a GeoPandas GeoDataFrame in JupyterLab. Example notebook.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lonboard-0.10.3.tar.gz (868.5 kB view details)

Uploaded Source

Built Distribution

lonboard-0.10.3-py3-none-any.whl (884.2 kB view details)

Uploaded Python 3

File details

Details for the file lonboard-0.10.3.tar.gz.

File metadata

  • Download URL: lonboard-0.10.3.tar.gz
  • Upload date:
  • Size: 868.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for lonboard-0.10.3.tar.gz
Algorithm Hash digest
SHA256 0e0202279a83f05ba5dfffd6193e09d9f40b20dda3c89b3098de06b620abc1eb
MD5 29915282b5f23cf6562eb6fc0438fa61
BLAKE2b-256 ae9b8b1c61690c22e39f73df47e394f92d084eafd36e9915140b632e7f53561a

See more details on using hashes here.

File details

Details for the file lonboard-0.10.3-py3-none-any.whl.

File metadata

  • Download URL: lonboard-0.10.3-py3-none-any.whl
  • Upload date:
  • Size: 884.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for lonboard-0.10.3-py3-none-any.whl
Algorithm Hash digest
SHA256 27c77c4021afe49d70377de5af879f9afd9fe133508c54f936fd222e4cf8d98c
MD5 7d58290c3bad7f43a25ccb0864ba1e49
BLAKE2b-256 e5496ffe26b064da51817950f86e44540a7148b149ad24c8eb4b18561b13d02f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page