[postgis-tickets] [PostGIS] #4400: Isolines generating function
PostGIS
trac at osgeo.org
Fri May 17 08:57:54 PDT 2019
#4400: Isolines generating function
-------------------------+---------------------------
Reporter: komzpa | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+---------------------------
A function that takes a TIN and generates isolines.
ST_Isolines(TIN, z_interval)
Outputs a set of isolines per different elevation as multilinestrings,
clipping triangles at given elevations.
(implementation hint, per discussion with pramsey, if a triangle is
horizontal we don't need to output a line segment)
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4400>
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