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

« back to all changes in this revision

Viewing changes to gui/tcltk/gis.m/gm_profile.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>gis.m: PROFILE TOOL</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
 
<h2>PROFILE TOOL (gis.m)</h2>
11
 
 
12
 
The Profile Tool will draw a 2-dimensional profile of the surface of
13
 
any raster map. The profile will be calculated along a transect line, drawn
14
 
with  a mouse on a map display. The transect line can be a
15
 
simple line (i.e., with only a beginning and ending node) or a complex
16
 
polyline (i.e., with multiple segments, delineated by multiple nodes).
17
 
<br>
18
 
 
19
 
<h3>Using the Profile Tool</h3>
20
 
 
21
 
The Profile Tool is started from profile button
22
 
 <img alt="" src="icons/grass/gui-profile.gif"> on the toolbar of an active
23
 
map display.
24
 
<br>
25
 
<br>
26
 
<div align="center"><img src="gm_profile1.png" alt="" align="top" height="264" width="400">
27
 
<BR><BR>
28
 
<img src="gm_profile2.png" alt="" height="422" width="480">
29
 
</div>
30
 
 
31
 
<ol>
32
 
<li>Click the map button on the Profile Tool toolbar to select a raster map
33
 
to profile. The map to profile can be different from the one displayed.
34
 
</li>
35
 
<li>
36
 
Click the transect button to begin drawing a transect to profile with a mouse
37
 
the current map display (i.e., the map display from which you launched the
38
 
Profile Tool). Draw by holding down the left button to make a
39
 
"rubber-band" line for each segment of the transect. A transect can
40
 
have a single, straight segment or multiple segment. There is no need
41
 
to "end" the drawing. The Profile Tool will profile the drawn transect
42
 
at any time. You can also  extend an existing transect and
43
 
draw a profile of the new transect.
44
 
</li>
45
 
<li>Click the profile button to create the profile.
46
 
</li>
47
 
</ol>
48
 
 
49
 
<div align="center"><img src="gm_profile3.png" alt="" height="264" width="400">
50
 
<br>
51
 
</div>
52
 
<br>
53
 
The profile extends from left to right in the profile display. The
54
 
horizontal (x-axis) scale represents the total distance along the
55
 
transect to be profiled. Vertical lines mark each node on a
56
 
multi-segment transect and show the total distance along the transect
57
 
to the node. The vertical (y-axis) scale is in units of the map that is
58
 
being profiled. All scaling and axis labels are created automatically,
59
 
and cannot be changed by the user.<br><br>The erase button will erase the
60
 
current transect and profile.
61
 
<br>
62
 
<br>
63
 
The save button will save the profile to an EPS format file
64
 
<br>
65
 
 
66
 
 
67
 
<h2>SEE ALSO</h2>
68
 
<em>
69
 
<a href="gis.m.html">gis.m</a><br>
70
 
<a href="r.transect.html">r.transect</a><br>
71
 
<a href="i.rectify.html"><br></a><a href="v.proj.html"></a>
72
 
</em>
73
 
 
74
 
<h2>AUTHORS</h2>
75
 
Michael Barton, Arizona State University, Tempe, Arizona, USA<br>
76
 
Hamish Bowman, University of Otago, Dunedin, New Zealand
77
 
 
78
 
<p><i>Last changed: $Date: 2008-08-13 16:23:32 +0200 (Wed, 13 Aug 2008) $</i></p>
79
 
<hr>
80
 
<p><a href="index.html">Main index</a> - <a href="full_index.html">Full index</a></p>
81
 
</body>
82
 
</html>