~ubuntu-branches/ubuntu/wily/grass/wily

« back to all changes in this revision

Viewing changes to visualization/nviz/description.html

Tags: 7.0.0~rc1+ds1-1~exp1
* New upstream release candidate.
* Repack upstream tarball, remove precompiled Python objects.
* Add upstream metadata.
* Update gbp.conf and Vcs-Git URL to use the experimental branch.
* Update watch file for GRASS 7.0.
* Drop build dependencies for Tcl/Tk, add build dependencies:
  python-numpy, libnetcdf-dev, netcdf-bin, libblas-dev, liblapack-dev
* Update Vcs-Browser URL to use cgit instead of gitweb.
* Update paths to use grass70.
* Add configure options: --with-netcdf, --with-blas, --with-lapack,
  remove --with-tcltk-includes.
* Update patches for GRASS 7.
* Update copyright file, changes:
  - Update copyright years
  - Group files by license
  - Remove unused license sections
* Add patches for various typos.
* Fix desktop file with patch instead of d/rules.
* Use minimal dh rules.
* Bump Standards-Version to 3.9.6, no changes.
* Use dpkg-maintscript-helper to replace directories with symlinks.
  (closes: #776349)
* Update my email to use @debian.org address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<title>nviz</title>
5
 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6
 
<link rel="stylesheet" href="grassdocs.css" type="text/css">
7
 
</head>
8
 
<body bgcolor="white">
9
 
 
10
 
<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
11
 
 
12
 
<h2>NAME</h2>
13
 
<em><b>nviz</b></em>  - nviz - Visualization and animation tool for GRASS data
14
 
 
15
 
<h2>KEYWORDS</h2>
16
 
raster, vector, visualization
17
 
 
18
 
<h2>SYNOPSIS</h2>
19
 
<b>nviz</b><br>
20
 
<b>nviz help</b><br>
21
 
<b>nviz</b> [-<b>q</b>]  [<b>elevation</b>=<em>string</em>]   [<b>color</b>=<em>string</em>]   [<b>vector</b>=<em>string</em>]   [<b>points</b>=<em>string</em>]   [<b>volume</b>=<em>string</em>]   [<b>path</b>=<em>string</em>]   [<b>script</b>=<em>string</em>]   [<b>state</b>=<em>string</em>]   [--<b>verbose</b>]  [--<b>quiet</b>]
22
 
 
23
 
<h3>Flags:</h3>
24
 
<DL>
25
 
<DT><b>-q</b></DT>
26
 
<DD>Quickstart - Do not load any data</DD>
27
 
 
28
 
<DT><b>--verbose</b></DT>
29
 
<DD>Verbose module output</DD>
30
 
<DT><b>--quiet</b></DT>
31
 
<DD>Quiet module output</DD>
32
 
</DL>
33
 
 
34
 
<h3>Parameters:</h3>
35
 
<DL>
36
 
<DT><b>elevation</b>=<em>string</em></DT>
37
 
<DD>Raster file(s) for elevation</DD>
38
 
 
39
 
<DT><b>color</b>=<em>string</em></DT>
40
 
<DD>Raster file(s) for color</DD>
41
 
 
42
 
<DT><b>vector</b>=<em>string</em></DT>
43
 
<DD>Vector lines/areas overlay file(s)</DD>
44
 
 
45
 
<DT><b>points</b>=<em>string</em></DT>
46
 
<DD>Vector points overlay file(s)</DD>
47
 
 
48
 
<DT><b>volume</b>=<em>string</em></DT>
49
 
<DD>Name of existing 3d raster map</DD>
50
 
 
51
 
<DT><b>path</b>=<em>string</em></DT>
52
 
<DD>Set alternative panel path</DD>
53
 
 
54
 
<DT><b>script</b>=<em>string</em></DT>
55
 
<DD>Execute script file at startup</DD>
56
 
 
57
 
<DT><b>state</b>=<em>string</em></DT>
58
 
<DD>Load previosly saved state file</DD>
59
 
 
60
 
</DL>
61
 
 
62
 
 
63
 
<h2>SEE ALSO</h2>
64
 
 
65
 
Please refer to the detailed manual inside NVIZ (HELP menu) or see the
66
 
<a href="nviz/index.html">NVIZ Tutorial</a>.
67
 
<HR>
68
 
<P><a href="index.html">Main index</a> - <a href="full_index.html">Full index</a></P>
69
 
</body>
70
 
</html>