Tagged Questions
1
vote
1answer
65 views
From a trajectory of GPS points to a multiline segment
Given a trajectory as a sequence of GPS points I would like to create a smooth linestring representing a path where a car drove. The data is stored in postgresql: the input trajectory in a table, ...
1
vote
1answer
92 views
Why ignores Google Earth the gx:altitudeOffset in KML files?
I am currently writing software that creates 3D polylines and outputs these in KML format. According to the official documentation it is possible to define an altitude offset via gx:altitudeOffset to ...
3
votes
3answers
242 views
How to extract POINT from a [LINE|MULTILINE]STRING
I'd like to create a vectorLayer in QGIS to display all the points that form a LINESTRING or a MULTILINESTRING stored in a PostGIS DB.
I think that I need to transform all points of LINESTRING (or ...
2
votes
2answers
3k views
ArcGIS: How to create a line with a specific length?
How can I create a line in ArcGIS 9.3 to a specific length? I click once to start the line where I want it, and then I want it to be, say 10 Meters in length...Similar to AutoCAD.
How do I do this?
...
