Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A Python library for fast, interactive geospatial vector data visualization in Jupyter.

License

NotificationsYou must be signed in to change notification settings

developmentseed/lonboard

Repository files navigation

PyPIConda VersionBinderopen_in_colab

A Python library for fast, interactive geospatial vector data visualization in Jupyter.

Building on cutting-edge technologies likeGeoArrow andGeoParquet in conjunction withGPU-based map rendering, Lonboard aims to enable visualizing large geospatial datasets interactively through a simple interface.

3 million points rendered from a GeoPandasGeoDataFrame in JupyterLab. Example notebook.

Install

To install Lonboard using pip:

pip install lonboard

Lonboard is onconda-forge and can be installed usingconda,mamba, orpixi. To install Lonboard using conda:

conda install -c conda-forge lonboard

To install from source, refer to thedeveloper documentation.

Get Started

For the simplest rendering, pass geospatial data into the top-levelviz function.

importgeopandasasgpdfromlonboardimportvizgdf=gpd.GeoDataFrame(...)viz(gdf)

Under the hood, this delegates to aScatterplotLayer,PathLayer, orPolygonLayer. Refer to thedocumentation andexamples for more control over rendering.

Documentation

Refer to the documentation atdevelopmentseed.org/lonboard.

Why the name?

This is a new binding to thedeck.gl geospatial data visualization library. A "deck" is the part of a skateboard you ride on. What's a fast, geospatial skateboard? Alonboard.


[8]ページ先頭

©2009-2025 Movatter.jp