Distances of points from a reference point
I have a set of points (interested points) at the downstream of a dam-spillway (reference point). Can GM automatically calculate the distances of the interested points from the reference point?
Answers
-
I could do it using table properties of the shapefile. Put X and Y values in an spreadsheet and apply following formula:
C2=SQRT((A2-A$1)^2+(B2-B$2)^2) in which A1 and B1 are X and Y coordinates of the reference point and A2 (to An) and B2 (to Bn) are the coordinates of the interested points. C2 is the distance of the first interested point (A2, and B2) and so on.
-
Or you can try like this:
- Select your reference points and use that to create whisker lines at an offset of 1cm. (in the example I used 10cm)
2- Select the line and the other points and use this:
3-
The process will create an attribute, DIST_FROM_LINE, for each white point.
-
Perfect. I tried it, and it worked. Very easy and fast way inside the model. Thank you.
-
Thank you! This was a very informative answer.
Categories
- 12.4K All Categories
- 5.4K Features Discussion
- 314 Downloading Imagery
- 1.3K Elevation Data
- 377 Georeferencing Imagery Discussion
- 603 GM Script Language
- 49 User Scripts
- 112 GPS Features
- 394 Projection Questions
- 800 Raster Data
- 1.3K Vector Data
- 6.5K Support
- 161 Announcement and News
- 890 Bug Report
- 556 SDK
- 1.2K Suggestion Box
- 3.7K Technical Support
- 537 Other Discussion
- 128 GIS Data Sources
- 26 Global Mapper Showcase
- 224 How I use Global Mapper
- 104 Global Mapper Forum Website