1topic_distance(1) GRASS GIS User's Manual topic_distance(1)
2
3
4
6 d.geodesic Displays a geodesic line, tracing the shortest distance
7 between two geographic points along a great circle, in a
8 longitude/latitude data set.
9
10 d.rhumbline Displays the rhumbline joining two longitude/latitude coor‐
11 dinates.
12
13 m.cogo A simple utility for converting bearing and distance mea‐
14 surements to coordinates and vice versa.
15
16 r.distance Locates the closest points between objects in two raster
17 maps.
18
19 r.grow.distance Generates a raster map containing distances to nearest
20 raster features and/or the value of the nearest non-null
21 cell.
22
23 r.grow Generates a raster map layer with contiguous areas grown by
24 one cell.
25
26 v.distance Finds the nearest element in vector map ’to’ for elements in
27 vector map ’from’.
28
29
30 See also the corresponding keyword distance for additional references.
31
32 Main index | Topics index | Keywords index | Graphical index | Full
33 index
34
35 © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
36
37
38
39GRASS 7.8.5 topic_distance(1)