Opened 12 years ago
Last modified 5 weeks ago
#2167 new enhancement
ST_LineInterpolatePoint(geography)
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
.. probably not before renaming ST_Line_Interpolate_Point to ST_LineInterpolatePoint ..
The function will be useful to interpolate along a great circle arc.
< pramsey> interpolate point along circle you'll have to do using a project < pramsey> not using the trick from segmentize < pramsey> the segmentize trick is faster, but it's not linearly proportional < pramsey> lwgeom_project_spheroid < pramsey> lwgeom_azumith_spheroid < pramsey> lwgeom_distance_spheroid < pramsey> probably the primitives you'll need
Change History (2)
comment:1 by , 8 years ago
Milestone: | PostGIS Future → PostGIS Fund Me |
---|
comment:2 by , 5 weeks ago
Can be closed, feature implemented https://postgis.net/docs/ST_LineInterpolatePoint.html but I do not know when.
Note:
See TracTickets
for help on using tickets.
Milestone renamed