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

Uploaded Source

Built Distribution

lonboard-0.6.0b1-py3-none-any.whl (643.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lonboard-0.6.0b1.tar.gz
  • Upload date:
  • Size: 633.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for lonboard-0.6.0b1.tar.gz
Algorithm Hash digest
SHA256 990cbd7446c47a02a9555f64660b54ee650560d3e4093c731b1303dcfa17e9a7
MD5 e4503e5b6c93a84743fab2333ecdb613
BLAKE2b-256 ca886d8bb4bfe275ef90d981679f58cca2b6b9af820be1c285baa7b8e85324ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lonboard-0.6.0b1-py3-none-any.whl
  • Upload date:
  • Size: 643.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for lonboard-0.6.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 fdd86f294c1dc2cf98e15a394cd86ccd9b4d7a65915427774cae0edd8dbc3f5c
MD5 32ecc4f6836ef72c5d5ed5d711085bd3
BLAKE2b-256 011bb17a1b1495a9c7df3c8fcd2ff3bce5949cd2c6270ffdf87d0925c2208c2f

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