Skip to content

Commit 015672d

Browse files
authored
Switch to animated hero image (#423)
1 parent d960f40 commit 015672d

File tree

3 files changed

+10
-119
lines changed

3 files changed

+10
-119
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616

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

19-
Building on cutting-edge technologies like [GeoArrow](https://github.com/geoarrow/geoarrow) and [GeoParquet](https://github.com/opengeospatial/geoparquet) in conjunction with [GPU-based map rendering](https://deck.gl/), lonboard aims to enable visualizing large geospatial datasets interactively through a simple interface.
19+
Building on cutting-edge technologies like [GeoArrow](https://github.com/geoarrow/geoarrow) and [GeoParquet](https://github.com/opengeospatial/geoparquet) in conjunction with [GPU-based map rendering](https://deck.gl/), Lonboard aims to enable visualizing large geospatial datasets interactively through a simple interface.
2020

21-
![](assets/hero-image.jpg)
21+
![](assets/hero-animated.gif)
2222

23-
<p align="center">3 million points rendered from a geopandas <code>GeoDataFrame</code> in JupyterLab.</p>
23+
<p align="center">3 million points rendered from a GeoPandas <code>GeoDataFrame</code> in JupyterLab. <a href="https://developmentseed.org/lonboard/latest/examples/internet-speeds/" target="_blank"> Example notebook</a>.</p>
2424

2525
## Install
2626

27-
To install lonboard using pip:
27+
To install Lonboard using pip:
2828

2929
```
3030
pip install lonboard
3131
```
3232

33-
Lonboard is on [conda-forge](https://anaconda.org/conda-forge/lonboard) and can be installed using [conda](https://docs.conda.io), [mamba](https://mamba.readthedocs.io/), or [pixi](https://pixi.sh/). To install lonboard using conda:
33+
Lonboard is on [conda-forge](https://anaconda.org/conda-forge/lonboard) and can be installed using [conda](https://docs.conda.io), [mamba](https://mamba.readthedocs.io/), or [pixi](https://pixi.sh/). To install Lonboard using conda:
3434

3535
```
3636
conda install -c conda-forge lonboard

assets/hero-animated.gif

5.96 MB
Loading

examples/internet-speeds.ipynb

+5-114
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)