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
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