lonboard
Python library for fast, interactive geospatial vector data visualization in Jupyter.
3 million points rendered from a geopandas GeoDataFrame in JupyterLab.
Install
pip install lonboard
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.
Release files for lonboard 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lonboard-0.3.0.tar.gz | 476.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lonboard-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 958.1 kB
Release files / lonboard-0.3.0.tar.gz
| Download URL | lonboard-0.3.0.tar.gz |
|---|---|
| Size | 476.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
94abdeb81bf1bd60c0d82df09056751667a1075bd75b0d914d1d459be152d370
|
|
BLAKE2b-256 checksum How to use checksums |
faff1d48c99572db74f5dde071b1d4601d3e16ff8532d9fea4791b8aa49152c1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|
Release files / lonboard-0.3.0-py3-none-any.whl
| Download URL | lonboard-0.3.0-py3-none-any.whl |
|---|---|
| Size | 482.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
74570b025cc1de9210f80c6334979bf9bb1e6532cf6b63be5de07b6da34582d6
|
|
BLAKE2b-256 checksum How to use checksums |
30e5284c49d19be1ba2a2665f3ea6e58ec726c8b23e73f3a20e51e174054adf4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|