Tagged Questions
0
votes
1answer
24 views
Point to point distance over specified distance
I need to calculate the distance between neighbouring points which conform to a staggered line.
I have two point datasets, one being the baseline and another the monitor. The points typically reside ...
2
votes
1answer
79 views
Find projection of a point to a line
I have a segment defined by 2 LatLon points(A and B) and a third LatLon point (C).
I need an alghorithm, formulae, or some code to find the projection point of C on the segment AB (call this point D) ...
2
votes
1answer
100 views
Correct coordinate systems, but trustworthy distance between points?
I have limited GIS experience with projections and I have some questions about trying to accurately display point data from two different sources in ArcGIS 10.1 in order to do a proximity analysis.
...
8
votes
1answer
113 views
Measuring distances between simultaneous points
I am working with GPS data and so I have UTM's with DATE/Time information. I have 2 groups of species (moose and wolves). I want to join the information from moose to wolves that match in time. So, ...
0
votes
2answers
109 views
Road network Analysis
I have a Road layer and Point features of some Bus stops from the same area.I want find the Road distance between the Bus stop.Please help me find it.
I have QGIS,ArcGIS,and FME.
Thanks,
RKM
6
votes
4answers
224 views
How to calculate the “depth” of a linestring using postgis
I have linestring features, which look like bent linestrings, hemicycles or convex or concave linestrings. In the moment I can select the distance between the startpoint and endpoint of each feature. ...
2
votes
2answers
119 views
Calculating the distance between points and multiple lines
I have a point shapefile of about 100 points and a polyline shapefile of about 200 lines and I am interested in finding the distance between every point and each individual polyline. My polyline ...
2
votes
2answers
191 views
Calculate min distance between points in PostGIS
I have point layer in PostGIS database. Help please with query which add for each points in layer distance in attribute table between this point and another nearest point. Thanks!
Update
Calculate ...
0
votes
3answers
213 views
Calculate 'Rectangle' Coordinates Given 2 Points and width [closed]
I want to create a rectangular polygon using two points as guides.
So let's say a journey starts in Egypt and ends in London, my polygon should have 4 points:
10 miles further from London than Egypt ...
3
votes
2answers
2k views
How to calculate new point coordinates from distance and angle?
I want to calculate the coordinates of a new point.
What I have: The source point coordinates, the distance (meters) and the angle
For example: I want to create a point within 100 meters and 45 ...
1
vote
1answer
219 views
PostGIS - table with 3d points with fast ordering by distance
I am pretty new to PostGIS and I am trying to solve the following problem.
I need a table with 3D points (x,y,z) that will contain around 1-10million points. I want to be able to efficiently ask the ...
3
votes
1answer
1k views
QGIS calculate distance of point along a line
I have a polyline (movement path) and points recorded along the line. I would like to calculate for each point the distance along the line in Quantum GIS. I hope for a result which will add a new ...
3
votes
1answer
934 views
Calculating distance to points in QGIS
Is there a way of calculating the distance to the nearest points in QGIS? In ArcGIS there is a function called Euclidean Distance, which can take an input vector or raster, and generate a raster of ...
3
votes
2answers
2k views
How to use Distance Matrix tool in QGIS?
I have a point data set. Now there are cluster of points based on a field. So I take out one such cluster which has points with same field.I want to find distance between all the points in cluster and ...
5
votes
1answer
2k views
Simple PostGIS ST_Distance query for two points from the same geometry table?
Note: This question was published at Stackoverflow at first.
I have a geometry table points_table with SRID 4326 and a few points in it.
I need to find a distance between a pair of points (features) ...
3
votes
2answers
391 views
Total great circle distance along a path of points (PostGIS)
I am looking for an SQL query that sums the distances between a series of points using PostGIS.
The situation is as follows:
I have 2 tables: tracks and points.
Points belong to a track and thus ...
2
votes
1answer
1k views
How to find nearest point for each point in current layer?
I have a point layer and want to know the distance of nearest point of current layer for each point in the layer.
I found some tools in ArcToolbox about it , but they need two layers for input and ...
4
votes
2answers
1k views
How can I compare two point shapefiles that contain lat/longs and compute distance?
Greetings everyone, I have 2 sets of point shapefiles in ArcGIS (group A and B), each set has around 1000 entries that contain lat/long. What I want to do is compare Group A against Group B and figure ...
7
votes
4answers
8k views
How to find the distance of a point along a polyline?
We need to find the distance of a series of point along a given polyline.
We have a polyline dataset repsenting rivers in a catchment, broken up into river reaches (FID 1 through 35 for example).
We ...

