1miscellaneous_graphical(1) Grass User's Manual miscellaneous_graphical(1)
2
3
4
5.img-list { margin: 0; padding: 0; list-style-type: none; } .img-list li {
6padding: 5px; overflow: auto; } .img-list li:hover { background-color: #eee; }
7.img-list li a { color: initial; text-decoration: none; display: block; }
8.img-list li img { width: 10%; float: left; margin: 0 15px 0 0; background:
9white; object-fit: scale-down; } .img-list li img.default-img { max-height:
105ex; } .img-list li .desc { margin: 0px; } .img-list li .name { margin: 5px;
11display: block; color: #409940; font-weight: bold; font-style: italic; }
12
14 Go to miscellaneous introduction | topics
15
16 Miscellaneous modules:
17 · m.cogo A simple utility for converting bearing and distance
18 measurements to coordinates and vice versa.
19
20
21 · m.measure Measures the lengths and areas of features.
22
23 · m.nviz.image Creates a 3D rendering of GIS data.
24
25
26 · m.nviz.script Creates fly-through script to run in NVIZ.
27
28 · m.proj Converts coordinates from one projection to another
29 (cs2cs frontend).
30
31 · m.transform Computes a coordinate transformation based on the
32 control points.
33
34 Main index | Topics index | Keywords index | Graphical index | Full
35 index
36
37 © 2003-2019 GRASS Development Team, GRASS GIS 7.6.0 Reference Manual
38
39
40
41GRASS 7.6.0 miscellaneous_graphical(1)