I just just now tring to use this package to convert a list of Points into a MultiPoint, and was supprised to finy myself unable to do so. Looking at the docstrings, string to guess how to construct a MultiPoint, and reading the online documentation proved unhelpful. Could it really be that the only available features right now are reading, writing, and converting to a table?
In any case, I think there sure are some type conversions that make sense, or at least some constructors that can be defined. The obvious onces are an iterable of Point into a MultiPoint, and equivalent for Polygon and LineString.
I just just now tring to use this package to convert a list of
Points into aMultiPoint, and was supprised to finy myself unable to do so. Looking at the docstrings, string to guess how to construct a MultiPoint, and reading the online documentation proved unhelpful. Could it really be that the only available features right now are reading, writing, and converting to a table?In any case, I think there sure are some type conversions that make sense, or at least some constructors that can be defined. The obvious onces are an iterable of
Pointinto aMultiPoint, and equivalent forPolygonandLineString.