Opened 11 years ago

Last modified 7 years 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 (1)

comment:1 by robe, 7 years ago

Milestone: PostGIS FuturePostGIS Fund Me

Milestone renamed

Note: See TracTickets for help on using tickets.