deck.gl-layers
deck.gl-layers copied to clipboard
deck.gl layers for rendering GeoArrow data
This adds a minimal example for a Heatmap layer, currently a work in progress. The main motivation is to provide an easy, reusable scenario to debug [the Lonboard upgrade to...
As alluded to on [Mastodon](https://fosstodon.org/@tim_salabim/112484258739185307), I am still having issues with getting `GeoArrowScatterplotLayer` to work. A reproducible example is below. This seems a very similar issue to what @jaredlander reported...
Hi Kyle, first of all: Amazing work that you are doing! Thank you! I just found your library and was trying out some of the things. From a blog of...
- Added support for iconlayer - had to replace `iconAtlas` to `iconAtlasConfig`. For some reason `iconAtlas` param is overwritten in the parent class. I assume it is due to the...
loaders.gl has a [GeoArrowLoader](https://loaders.gl/docs/modules/arrow/api-reference/geoarrow-loader) which [supports](https://loaders.gl/docs/modules/arrow/formats/geoarrow) all the GeoArrow types and loads GeoArrow into a ColumnarTable which can be passed to deck.gl. It seems like @geoarrow/deck.gl-layers is higher-level and implements...
Hello, and thank you for this exciting project! 🗺 I have a use case where I'd like to render 8 million points in the browser from a GeoParquet file. I'm...
Hello, and thank you for this awesome project! 🤩 I'm just getting started with deck.gl-layers. I'm running through the [point](https://github.com/geoarrow/deck.gl-layers/tree/main/examples/point) example and thought I would share a few gotchas I...
Hello, team GeoArrow! Thank you for this awesome project 😄 This is minor, but I noticed the link to `/examples` in the Examples [section](https://geoarrow.org/deck.gl-layers/#md:examples) of the docs is broken. Just...