Opened 5 years ago
Last modified 4 years ago
#4397 assigned enhancement
A function to drape linestring with TIN
Reported by: | komzpa | Owned by: | komzpa |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
per discussion with pramsey:
- should take a TIN and linestring, promote linestring to have Z dimension with default of 0;
- for all covered points of linestring, set Z by interpolating on triangle;
- for all spots where linestring hits edge of triangle, generate intermediate points with Z from triangle.
- all values outside of TIN should be unchanged.
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.