Skip to main content

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

Reason this release was yanked:

JS code is totally broken and map will not display

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

Uploaded Source

Built Distribution

lonboard-0.9.0-py3-none-any.whl (674.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lonboard-0.9.0.tar.gz
  • Upload date:
  • Size: 660.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for lonboard-0.9.0.tar.gz
Algorithm Hash digest
SHA256 4051294b258f09fbdb8a9c34d6aa24f9cc301569feb0361b3bd6f7a52858716f
MD5 c0904958036f03cbf5bef8b8244402bc
BLAKE2b-256 90cf65ce3744c3e13bc34f38e41c00c6315c42f5ee693bd3eb04cc29516554aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lonboard-0.9.0-py3-none-any.whl
  • Upload date:
  • Size: 674.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for lonboard-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 81aacd7470bbd21f454b2dc109c7bf07cb085fd99eb2a73299ae9e3c9faec0bc
MD5 2e41b233832c3b41715dc9f4879694c2
BLAKE2b-256 e60a3c219c9f6428b45189f8189389bd6fda9c686a0565ec960c97bd4406942b

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