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 interested in using deck.gl as opposed to MVT + MapLibre, but I'm having some trouble understanding the solution space. My understanding is there are two high-level approaches:
- Use a vanilla deck.gl
ScatterplotLayer + the loaders.gl GeoParquetLoader
- Use
GeoArrowScatterplotLayer via the recipe found in this repo
I'm not sure I fully grasp the difference between these two. @kylebarron is there any chance you might be able to give me a quick heuristic on when to use which? Is one method preferred over the other for loading very large datasets?