Skip to content

Visualization of DuckDB tables #38

Description

@Cidree

I open this issue to implement a plot(), autoplot(), mapview()... method for a DuckDB table.
The idea is to map the data that is stored in DuckDB without intermediate step of reading the data into memory.

Since there are many options, I think we could create two options:

  • Static map: maybe using ggplot2 or tmap.
  • Interactive map: using MapLibre with mapgl, tmap or mapview.

I think this issue is not a priority, so we can leave it for a different release.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementEnhancements of current functions

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions