Python library for fast, interactive geospatial vector data visualization in Jupyter.
Project description
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.
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.3.0.tar.gz
.
File metadata
- Download URL: lonboard-0.3.0.tar.gz
- Upload date:
- Size: 476.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94abdeb81bf1bd60c0d82df09056751667a1075bd75b0d914d1d459be152d370 |
|
MD5 | 77aafb9eee679b62e49f0b12e5f58daa |
|
BLAKE2b-256 | faff1d48c99572db74f5dde071b1d4601d3e16ff8532d9fea4791b8aa49152c1 |
File details
Details for the file lonboard-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: lonboard-0.3.0-py3-none-any.whl
- Upload date:
- Size: 482.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74570b025cc1de9210f80c6334979bf9bb1e6532cf6b63be5de07b6da34582d6 |
|
MD5 | 841d2abdbd115fd82d9911ab4ce283a8 |
|
BLAKE2b-256 | 30e5284c49d19be1ba2a2665f3ea6e58ec726c8b23e73f3a20e51e174054adf4 |