nav_exclude |
---|
true |
{: .no_toc }
- TOC {:toc}
https://gis.stackexchange.com/questions/33055/extrapolating-a-line-in-postgis
ST_LineInterpolatePoint should be enhanced to allow fractions outside [0,1].
Ideas A function ST_LineExtract(line, index1, index2) to extract a portion of a LineString between two indices
Create an ST_DumpSegments
to do this.
Input Parameters: linear network MultiLineString, start point, end point
Start and End point could be snapped to nearest endpoints if not already in network Maybe also function to snap a network?
“Longest Shortest Path” - perhaps: construct Convex Hull, take longest diameter, find shortest path between those points
https://www.ausvet.com.au/seaway-distances-with-postgresql/
https://www.cybertec-postgresql.com/en/intersecting-gps-tracks-to-identify-infected-individuals/
https://gis.stackexchange.com/questions/290243/remove-points-where-user-was-stationary