1r.in.poly(1)                  Grass User's Manual                 r.in.poly(1)
2
3
4

NAME

6       r.in.poly   -  Create raster maps from ascii polygon/line data files in
7       the current directory.
8

KEYWORDS

10       raster
11

SYNOPSIS

13       r.in.poly
14       r.in.poly help
15       r.in.poly input=string output=string  [title="phrase"]   [rows=integer]
16       [--overwrite]
17
18   Flags:
19       --overwrite
20
21   Parameters:
22       input=string
23           Input file
24
25       output=string
26           Raster output file
27
28       title=
29           Title for resultant raster map
30
31       rows=integer
32           Number of rows to hold in memory Default: 4096
33

DESCRIPTION

35       r.in.poly  allows  the  creation of GRASS binary raster maps from ASCII
36       files in the current directory containing polygon and linear  features.
37       The  input  file  is a Unix input file, in ascii format, containing the
38       polygon and linear features.  The format of this file is  described  in
39       the section INPUT FORMAT below.
40
41       Number  of  rows  to hold in memory is per default 512.  This parameter
42       allows users with less memory (or more) on their system to control  how
43       much memory r.in.poly uses.
44

INPUT FORMAT

46       The  input  format  for  the input file consists of sections describing
47       either polygonal areas or linear features.  The basic format is:
48       A                      <for polygonal areas>
49           easting northing
50           .
51           .
52           .
53       =   cat# label
54       L                      <for linear features>
55           easting northing
56           .
57           .
58           .
59       =   cat# label
60        The A signals the beginning of a polygon. It must appear in the  first
61       column.   The  L signal the beginning of a linear feature. It also must
62       appear in the first column. The coordinates  of  the  vertices  of  the
63       polygon, or the coordinates defining the linear feature follow and must
64       have a space in the first column and at least  one  space  between  the
65       easting  and the northing. To give meaning to the features, the = indi‐
66       cates that the feature currently being  processed  has  category  value
67       cat# (which must be an integer) and a label (which may be more than one
68       word, or which may be omitted).
69

EXAMPLE

71       An area described by four points:
72       A
73         591316.80   4926455.50
74         591410.25   4926482.40
75         591434.60   4926393.60
76         591341.20   4926368.70
77       = 42 stadium
78
79

SEE ALSO

81       r.digit for interactive on-screen polygon/line  digitizing  for  raster
82       maps
83
84       r.colors for creates color tables for raster maps
85

AUTHOR

87       Michael Shapiro, U.S.Army Construction Engineering Research Laboratory
88
89       Last changed: $Date: 2005/12/12 14:30:55 $
90
91       Full index
92
93
94
95GRASS 6.2.2                                                       r.in.poly(1)
Impressum