lonboard
lonboard copied to clipboard
A Python library for fast, interactive geospatial vector data visualization in Jupyter.
The dict should be a valid mapbox style spec object. We might also want to have helpers for a single-layer raster-tile basemap. E.g. `lonboard.basemap.RasterBasemap` which takes in an xyz url....
The examples on `deck.gl` don't have an integrated legend but I saw [this suggestion on Pydeck](https://github.com/visgl/deck.gl/issues/4850#issuecomment-1188226561) and wonder if something similar would work with `lonboard`? There isn't an equivalent argument...
We have some chunking issues with Arrow input because the input _can already have_ chunking structure, and thus `to_batches()` won't work. ## Steps to reproduce the bug Run the [overture...
## Context Interactive maps need to be reactive in any and all environments. ## Issue Let's implement some JS-based improvements. ## Acceptance-Criteria These are the tasks that need to be...
## Context Offer developers the flexibility to choose another map, such as a [Google Map JS API](https://developers.google.com/maps/documentation/javascript/overview) map, provided the map SDK supports native Deck.gl layers as the [deck.gl and...
We currently use the default parquet-wasm build, which gzipped is 1.4MB. If we use a minimal parquet-wasm build with only the `reader` and `zstd` features, we can get down to...
Hi, is it possible to import `parquet-wasm` using esbuild rather than a CDN? I see that `parquet-wasm` is a dependency in the package.json https://github.com/developmentseed/lonboard/blob/c8cf2e1862fa7cd84af196039b21a97a5f00fd8f/package.json#L5-L20 but lonboard is also referencing a...
## Context All users need proper documentation, especially in times of possible errors due to edge-cases or improper use of the library they are using. We can use this opportunity...