Closed
Description
In my environment, it takes 10 seconds for plotting 1000 POINT
s by geom_sf()
.
I feel this is a bit too long for exploring the data.
https://gist.github.com/yutannihilation/479cb5f254826915a7a3d36ff84b4b43
I suspect this is because draw_panel()
applies sf_as_grob()
on every row. Is it possible to do this more efficiently, e.g. st_combine()
per group
so that it plots one MULTIPOINT
that contains 1000 points?
Metadata
Metadata
Assignees
Labels
No labels