You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the coord utilities n_coords(), coord_first(), coord_last() etc.
Here it could be like n_geoms() and a vec![MultiPoint(Point, Point, Point), MultiPoint(Point)] would return c(3, 1)
inspired by #34lengths(expand_geoms(x)) is annoying
The text was updated successfully, but these errors were encountered:
Similar to the coord utilities
n_coords()
,coord_first()
,coord_last()
etc.Here it could be like
n_geoms()
and avec![MultiPoint(Point, Point, Point), MultiPoint(Point)]
would returnc(3, 1)
inspired by #34
lengths(expand_geoms(x))
is annoyingThe text was updated successfully, but these errors were encountered: