Python library for fast, interactive geospatial vector data visualization in Jupyter.
Project description
Lonboard
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file lonboard-0.9.1.tar.gz
.
File metadata
- Download URL: lonboard-0.9.1.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3b6c0056b936fcf9c0952086997812c1d5235ba4551fa4f984ee20beab9c94f |
|
MD5 | 9ed430c9ee6d60ecf16d92908a3a6b0a |
|
BLAKE2b-256 | 37298326d124751a7575f9fe85257b795161954b358e032af3657459ba59b217 |
File details
Details for the file lonboard-0.9.1-py3-none-any.whl
.
File metadata
- Download URL: lonboard-0.9.1-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | df2a9cee9b1210520e0b705e310f87cc60f4f7f2df5a880ea437aac9b3f2fa64 |
|
MD5 | 7c1263c6af7a58e73ec4d4b4ef72a6b0 |
|
BLAKE2b-256 | 821482ad8cdb1b00a90344bd3c3a68ba17e41f03669d2c49f0ee621ade4351f8 |