Tagged Questions
0
votes
0answers
10 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
0
votes
2answers
47 views
Creating a 3D line feature based on 3D point features
In ArcGIS, is it possible to create a 3D line feature by drawing a line that connects 3D point features?
2
votes
1answer
74 views
How does Flow Mapper Plugin work?
I downloaded the Flowmapper plugin for Qgis and I can't seem to find any information on how it is supposed to work...
Also the text seems to cut-off and not fully showing for the input fields so I'm ...
4
votes
2answers
96 views
How to join number of point features into attribute of nearest line segment
I have point shapefile with lot of attributes, that represent road accidents and line shapefile with highways. What i want is to join attribute into line shapefile with value, that represent number of ...
1
vote
0answers
89 views
Creating points along lines? [duplicate]
Possible Duplicate:
How to create a point along a line given distance
How to create equidistant points in QGIS?
I have some road survey data and each line has an individual value and ...
5
votes
0answers
91 views
Moving points onto lines (~neighborhood)
I do have two vector layer, of which
one is a point layer based on "events" by remote sensing
and the second one is a line layer from local research.
In my case these are earthquakes and tectonic ...
3
votes
1answer
110 views
How to create a line with start and end points which are in another layer in QGIS?
In my map, there are lots of points in layer A. I want to make a line layer B and I want to make start & end points of lines snapping to points in layer A manually.
Can I use points of layer A as ...
3
votes
1answer
110 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 ...
3
votes
2answers
637 views
Compute Angle of a line in conventional bearing
I am trying to compute angle between two lines (line segment) using ESRI (ArcGIS, JS) in conventional bearing (Eg: N29'E)
I am using Add Toolbar to draw a line segment where point A is a fixed point ...
3
votes
2answers
314 views
How can several vector layers have different controls, using Openlayers?
Using openlayers I have two vector layers. One layer is called lineLayer consisting of vector lines, and the other is called pointLayer consisting of points. When I hover on the lines I want to be ...
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 ...
1
vote
3answers
323 views
Divide Line Into Sections Using Points Offset from It
I have track (line) and milemarkers (point). Each point is offset by a different distance. Is there a way to find where each point would intersect the line if going perpeniduclarly out from the line?
...
2
votes
1answer
225 views
How to move a Point perpendicular from nearest Line?
I want to move Point perpendicular from nearest line or polygon, and the question is how to do that?
example, I have points (house number) near roadbed, and I don't want them to intersect roadbed ...
3
votes
2answers
229 views
Housenumber(point) angle from line (street)
using arcgis 10 with Point data (Housenumber without angle attribute) and line data (street without angle attribute)
I want to create housenumber labels from point with correct angle from nearest ...
1
vote
0answers
212 views
ArcGIS10 Split Line at Point Failing due to Dataset size
Im having an Issue with my Split Line at Point tool. Seems to run if lucky for 700 entries before arcmap/arccatalog falls over. Debugging of the errorlog has produced nothing. The total size of the ...
2
votes
1answer
1k views
Create point in intersections of two layers
I have two layers. One of them is 'Road_line' and another one is 'forest_shape'.
I want to create a point layer that has points in intersection of that layers. I couldn't find any tools for it.
Could ...
5
votes
2answers
577 views
Creating a line (closest vertex to line)
I am working in reorganising our utilities data. Only since two years ago, we have started collecting Water Private Service line. We still have a lot of them to extract from old Record Drawing.
...
