Opened 5 years ago
Last modified 4 years ago
#4400 new enhancement
Isolines generating function
Reported by: | komzpa | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
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)
Change History (2)
comment:1 by , 5 years ago
Milestone: | PostGIS 3.0.0 → PostGIS 3.1.0 |
---|
comment:2 by , 4 years ago
Milestone: | PostGIS 3.1.0 → PostGIS Fund Me |
---|
Note:
See TracTickets
for help on using tickets.