lonboard
lonboard copied to clipboard
A Python library for fast, interactive geospatial vector data visualization in Jupyter.
Useful for non-geodataframe objects that don't have an associated CRS, including shapely objects and geojson-like objects.
Closes https://github.com/developmentseed/lonboard/issues/236 Todo: - [ ] Ensure user is on pandas >=2 https://github.com/developmentseed/lonboard/issues/236#issue-1988103344 - [ ] Add test environment on CI without pandas, shapely, geopandas - [ ] Skip relevant...
[We use Parquet](https://developmentseed.org/lonboard/latest/how-it-works/internals/#parquet) as the internal format for data transfer. For reasons linked, Parquet is great. But to read Parquet on the client, we need to use a Wasm-based Parquet...
### Change list - Import Maplibre CSS with `import "maplibre-gl/dist/maplibre-gl.css";`. This is required to show the attribution control. Fixes https://github.com/developmentseed/lonboard/issues/436. - Use `MapboxOverlay` for synchronizing Deck and Maplibre. With these...
Building on top of https://github.com/developmentseed/lonboard/pull/412 with help from @batpad ### Change list - Draw bbox in deck instead of separate layer ### Notes - Create mode for when picking bbox...
This isn't working yet. Blocked on https://github.com/posit-dev/py-shinywidgets/issues/139. Closes https://github.com/developmentseed/lonboard/issues/357
a minimal example  ### Change list - Add new `TripsLayer` under the `experimental` module - Add dev dependency on `movingpandas` - Add...
this seems to just be too plain slow for serializing the view state onto the widget model (not sure if I'm doing something wrong), but this exploration is probably valuable...