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

Uploaded Source

Built Distribution

lonboard-0.7.0b1-py3-none-any.whl (656.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for lonboard-0.7.0b1.tar.gz
Algorithm Hash digest
SHA256 07c23c9afd43f81730f82c1df670398b97f19c7bc4f2f1410b5624694250df50
MD5 830df1c6864a6fbcb839d6cde6bf31c6
BLAKE2b-256 549fa8033f933c8a2bf7e3b17b1b2d87f73a434ce8776cae416910099e931acb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for lonboard-0.7.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 c14bef8b111ae727fd3ce7622045cab4a591c97e74b4c0cfe2ae42e4066d31bd
MD5 f2f02c3b91ec6f714fda1418b7b873d6
BLAKE2b-256 7d1a8e19859db5359f267c83be748f444535e4c7810380b2a759db68b46c6bbb

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