1r.out.xyz(1)                  Grass User's Manual                 r.out.xyz(1)
2
3
4

NAME

6       r.out.xyz   -  Export a raster map to a text file as x,y,z values based
7       on cell centers.
8

KEYWORDS

10       raster, export
11

SYNOPSIS

13       r.out.xyz
14       r.out.xyz help
15       r.out.xyz  input=name   [output=name]    [fs=character]     [--verbose]
16       [--quiet]
17
18   Parameters:
19       input=name
20           Name of input raster map
21
22       output=name
23           Name for output file (if omitted or "-" output to stdout)
24
25       fs=character
26           Field separator
27           Default: |
28

DESCRIPTION

30       The r.out.xyz module will export a raster map as a list of x,y,z values
31       into an ASCII text file.
32
33       (GRASS Shell Script)
34

NOTES

36       This module will not export x,y coordinates for raster cells containing
37       a NULL value. This includes cells masked by a raster MASK.
38
39       This  module,  as  all GRASS raster modules, will export cells based on
40       the current region settings. See the g.region module for details.
41
42       The r.out.ascii module should be used to export an array (of size row x
43       column) containing z values.
44
45       r.out.xyz is simply a front-end to "r.stats -1gn".
46

TODO

48       Implement this script as a r.out.ascii option?
49

SEE ALSO

51        g.region, r.mask r.out.ascii, r.stats
52

AUTHOR

54       M. Hamish Bowman
55       Dept. Marine Science
56       Otago University, New Zealand
57
58       Last changed: $Date: 2006-11-18 08:00:50 +0100 (Sat, 18 Nov 2006) $
59
60       Full index
61
62       © 2003-2008 GRASS Development Team
63
64
65
66GRASS 6.3.0                                                       r.out.xyz(1)
Impressum