Tagged Questions
1
vote
1answer
49 views
PostGIS, create line from points
I have a PostGIS table with position data of numerous vehicles and want to create lines from these points. Data can be selected by vehicle id and ordered by timestamp but how to create lines from the ...
-1
votes
1answer
55 views
QGIS and Python - create line with multiple points in postgis
How can I create a line, with Python functions, with many points that are records in Postgis?
Thank you
13
votes
2answers
236 views
How can I merge/collapse nearby and parallel road lines (eg. a dual-carriageway) into one single line?
I have a shapefile from OSM which contains all the roads within a city. Larger roads (like dual-carriageways) seem to have 2 parallel lines. I'd like to collapse / combine those into 1 line so I can ...
3
votes
1answer
111 views
How to connect particular sets of points with (poly)lines?
I think my problem is quite easy to be solved by the most postgis-users, but i am a bloody beginner: i have a timestamped point-table representing GPS-tracked places of different cars. To distinguish ...
1
vote
2answers
164 views
How to find the center point of MULTILINESTRING?
How to find the center point of MULTILINESTRING, which lies on the multiline?
5
votes
1answer
134 views
Given 2 LINESTRINGs with common point, how to extract common point?
I have 2 LINESTRING geometries. I know both share a common point. Using PostGIS for Postgres, what is the cleanest way to extract the common point?
Example with illustration:
How do I extract the ...
6
votes
1answer
312 views
Filling a polygon with lines using Postgis
i need to calculate a specific distance in an area. The distance is calculated from parallel lines in a polygon, And i need to find out how many parallel lines (with x meters distance to each other) ...