[postgis-tickets] [PostGIS] #4896: Allow ST_Boundary() to return start/end point of closed LineString
PostGIS
trac at osgeo.org
Mon Apr 19 07:11:35 PDT 2021
#4896: Allow ST_Boundary() to return start/end point of closed LineString
-------------------------+---------------------------
Reporter: strk | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 3.2.0
Component: postgis | Version:
Keywords: |
-------------------------+---------------------------
At the moment ST_Boundary() returns an EMPTY geometry when called against
closed linestrings. This makes sense from a topological point of view, but
in some cases you may want to get an official startpoint and it's
currently annoyingly hard to get that, especially for multilines.
I think we do support some kind of BoundaryNodeRule for other operations,
and then I guess it would be nice to have for ST_Boundary as well.
What do you think DrJTS ?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4896>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list