Skip to main content

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

Project description

Lonboard

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

Install

pip install 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 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.

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.7.0b2.tar.gz (647.4 kB view details)

Uploaded Source

Built Distribution

lonboard-0.7.0b2-py3-none-any.whl (660.0 kB view details)

Uploaded Python 3

File details

Details for the file lonboard-0.7.0b2.tar.gz.

File metadata

  • Download URL: lonboard-0.7.0b2.tar.gz
  • Upload date:
  • Size: 647.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for lonboard-0.7.0b2.tar.gz
Algorithm Hash digest
SHA256 3e5822becbeec511f1a4aba4c8aff26424503e4ef1dfbc8f6d4237eb0df9230c
MD5 ea70cdbee041f77df85c2a59bd33a63e
BLAKE2b-256 2b9a98dbfc13919e714740e28c8449c93c12c6b84cf6978443ef696fb90cc574

See more details on using hashes here.

File details

Details for the file lonboard-0.7.0b2-py3-none-any.whl.

File metadata

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

File hashes

Hashes for lonboard-0.7.0b2-py3-none-any.whl
Algorithm Hash digest
SHA256 8d4daf77d2ee05f418289f0e63c875b71897cf6a6be93fb713e4c4dfbeba5a94
MD5 161048b6d9756f06f059281ab2903009
BLAKE2b-256 563bea960acdb757140936d73eaedb2d98864be3b06da78383695322479cce8a

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