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.4.tar.gz (867.2 kB view details)

Uploaded Source

Built Distribution

lonboard-0.10.4-py3-none-any.whl (884.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lonboard-0.10.4.tar.gz
  • Upload date:
  • Size: 867.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for lonboard-0.10.4.tar.gz
Algorithm Hash digest
SHA256 12164ce778fb1fd179b18da9841a2994e8477971b63a11b42bb147d9922b7074
MD5 33cd13fc09e646d6350a193d5de3880a
BLAKE2b-256 f85b4d9ca59bf5bb7b00f155caad1549e7cdf349b332a365192bac3657759cbf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lonboard-0.10.4-py3-none-any.whl
  • Upload date:
  • Size: 884.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for lonboard-0.10.4-py3-none-any.whl
Algorithm Hash digest
SHA256 80783ad48666c37236c2704cdb5ccf6a397d6c6788d13a891a62e7b700df7381
MD5 5d531400babd9af37b38adb7e4130a03
BLAKE2b-256 c29d92f437e1a611135218783e843356febe4fe5e9b57921b8b04b977526dcbf

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page