Tagged Questions
0
votes
0answers
42 views
how to create Euclidean Distance in QGIS
I'm trying to create distance layer for points in QGIS (similar to Euclidean Distance in ArcGIS).
I see the answer you give in the url
Calculating distance to points in QGIS
I try it using rasterize. ...
2
votes
1answer
61 views
How to access the road graph plugin in python?
I am developing a few scripts in Python for QGIS 1.8 to automate some geo-tasks and one of them would be to calculate the shortest distance from a hospital to each building in a town.
I would like to ...
3
votes
1answer
94 views
How to measure the distance of multiple points to a line
I have two shapfile in QGIS to which I am trying to find the distances between. I have a shoreline which is a vector line and then I have hundreds of data points in the ocean. What I am trying to find ...
1
vote
1answer
148 views
Rasterize vector with gdal
"I would like to calculate the Euclidian distance from a residence to a public service of interest e.g. the distance from a residence to a green space (as the crow flies) in QGIS. After browsing the ...
1
vote
0answers
160 views
Distance Matrix in QGIS
Can anyone help me with the distance matrix tool in QGIS? Is there a tutorial about it? It sometimes crashes when I use it and the values that it produces seem strange. I am a beginner in QGIS, so I ...
4
votes
1answer
314 views
Spatial distance analysis in QGIS
I'm quite new to QGIS and trying to figure out how to analyze the following problem.
I have three layers:
settlements point layer with 253 entries
waste treatment facilities point layer with 24 ...
4
votes
1answer
171 views
Distance Matrix tool in QGIS. How to get result in metric? [closed]
I'm trying to calculate the distance between points in layer with distance matrix tool. And keep getting strange results no matter what. Like this
MASTER ------------SLAVE ---------------- DISTANCE ...
5
votes
5answers
440 views
How to calculate distances in a point sequence?
I'm looking for help calculating the distance between a sequence of points that are in a single Shapefile in QGIS. Below is what my data look like and a blank distance column I've added to show how ...
3
votes
1answer
187 views
How to make a minimal distance matrix for polygons using QGIS?
I have a set of polygons and I want to find minimal distances between the edge of each pair of them. It's similar task as in this question:
How to find the minimum edge to edge distance of polygons?
...
2
votes
1answer
2k views
Calculating the minimum distance between points and polygons in QGIS
I have two vector layers: one point and one polygon and I want to calculate the minimum distance of each point from the polygons (ie the distance from the closest point of the closest polygon). Is ...
3
votes
1answer
144 views
How to calculate maximum distance to an interpolated value along a contour in QGIS?
I'm planning to enter concentrations of groundwater contaminants collected from well locations into QGIS and then use interpolation functions to create contours of the groundwater plume. Can QGIS ...
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 ...
1
vote
2answers
294 views
QGIS layers no longer overlay when Enable 'on the fly' CRS transformation is on
My QGIS project has two layers - one retrieved from GADM (administrative boundaries of Guinea Bissau) and another one of the villages collected in the field using GPS Decimal Degrees - D.ddddd.
If I ...
3
votes
1answer
927 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 ...
14
votes
1answer
530 views
Monte Carlo simulation using QGIS and pgRouting on optimal sidewalk construction
I am new to spatial analysis and would appreciate some general direction on a project I am attempting, outlined below (I am starting from scratch).
GOAL: To find the best locations to install 2000 ...
3
votes
1answer
684 views
Distance between points and polygons in QGIS / PostGIS
I need to work out the distance between a table of polygons and a table of points.
The table of polygons has different site boundaries, and the point table has points relating to each of the site ...
4
votes
2answers
245 views
Total newbie. Creating map from aerial photo of golf course in QGIS
I have a aerial photo in tif with a tfw file of the golf course that I work at. I would like to create vector data of different features on the course such as greens fairways tees, etc. to calculate ...
4
votes
2answers
615 views
Plugin for average distance from node to polyline in QGIS?
Is there a plugin available that will calculate this?
EDIT 1:
The red polyline is the average distance of the point to the black polyline. The red polyline is what I want to display. Alternatively, ...
2
votes
1answer
907 views
Transform polygon to equivalent circle, QGis
I have a polygon and I'd like to find the radius of an equivalent circle from a particular point within the polygon. The polygon would have a large (infinite) number of points evenly distributed ...
