Skip to content

When to use GeoArrowScatterplotLayer vs. ScatterplotLayer + GeoParquet loader? #143

@rmx90210

Description

@rmx90210

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:

  1. Use a vanilla deck.gl ScatterplotLayer + the loaders.gl GeoParquetLoader
  2. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions