Skip to content

Conversation

@kylebarron
Copy link
Member

@kylebarron kylebarron commented Mar 5, 2024

Closes #406

This should allow a two-liner for visualization of just

table = pyarrow.parquet.read_table('file.parquet')
lonboard.viz(table)

@kylebarron kylebarron merged commit 67e3ea6 into main Mar 5, 2024
@kylebarron kylebarron deleted the kyle/parse-wkb-geoparquet branch March 5, 2024 21:42
roger120981 pushed a commit to roger120981/lonboard that referenced this pull request Jul 14, 2025
Closes developmentseed#406

This should allow a two-liner for visualization of just

```py
table = pyarrow.parquet.read_table('file.parquet')
lonboard.viz(table)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow "GeoParquet" input

2 participants