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.0b1.tar.gz (854.9 kB view details)

Uploaded Source

Built Distribution

lonboard-0.10.0b1-py3-none-any.whl (869.9 kB view details)

Uploaded Python 3

File details

Details for the file lonboard-0.10.0b1.tar.gz.

File metadata

  • Download URL: lonboard-0.10.0b1.tar.gz
  • Upload date:
  • Size: 854.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for lonboard-0.10.0b1.tar.gz
Algorithm Hash digest
SHA256 ac50c2e5cf19661919b9ba256ddeb51ed556f8205472b5b597b83b89418a1c87
MD5 05b78fbcd664967a3286fbd99f9a37a7
BLAKE2b-256 29450c2ad004c67316ea53d2490333ee61c94a478d090791102787f122ea8fe1

See more details on using hashes here.

File details

Details for the file lonboard-0.10.0b1-py3-none-any.whl.

File metadata

  • Download URL: lonboard-0.10.0b1-py3-none-any.whl
  • Upload date:
  • Size: 869.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for lonboard-0.10.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 5aaf78c6896b5fc06b172c95f4ff400c9e075f03e9abbaa62c904c6088def6a7
MD5 5d08649510ecf05e3f20e1583ba112af
BLAKE2b-256 b10af9fa7b6466341729f2e798c4c27a51e66255e64a4583d0cf203c77c78199

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