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.
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:
ggplot2ortmap.mapgl,tmapormapview.I think this issue is not a priority, so we can leave it for a different release.