Skip to content

Plotting using lonboard #11

@benbovy

Description

@benbovy

lonboard is a new tool for efficient and interactive plotting of (vector) geospatial data in Jupyter.

It would be nice to leverage it for plotting DGGS data.

Lonboard uses deck.gl in the front-end. Although this is not (yet) available in lonboard, Deck.gl has specific layers for H3 and S2 so for those two grids this could potentially be very efficient as we would only need to transfer cell ids and cell values (colors) to the front-end and let deck.gl compute and render the cells.

For the other grids, we could fallback to transfer the grid cell geometries as polygons (see #10) and use lonboard's SolidPolygonLayers.

cc @kylebarron

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