1v.info(1)                     Grass User's Manual                    v.info(1)
2
3
4

NAME

6       v.info   -  Outputs basic information about a user-specified vector map
7       layer.
8

KEYWORDS

10       vector
11

SYNOPSIS

13       v.info
14       v.info help
15       v.info [-hcgmt] map=name  [layer=integer]   [--verbose]  [--quiet]
16
17   Flags:
18       -h
19           Print vector history instead of info
20
21       -c
22           Print types/names of table columns for specified layer  instead  of
23           info
24
25       -g
26           Print map region only
27
28       -m
29           Print map title only
30
31       -t
32           Print topology information only
33
34       --verbose
35           Verbose module output
36
37       --quiet
38           Quiet module output
39
40   Parameters:
41       map=name
42           Name of input vector map
43
44       layer=integer
45           Layer number
46           A  single  vector map can be connected to multiple database tables.
47           This number determines which table to use.
48           Default: 1
49

DESCRIPTION

51       v.info reports some basic information about a user-specified vector map
52       layer and the topology status.
53

EXAMPLE

55
56       v.info map=test
57        +----------------------------------------------------------------------------+
58        | Mapset:   PERMANENT                       Organization:  GRASS  Team
59       |
60        |     Layer:        test                               Source    Date:
61       |
62        |                  Orig.                  Scale:                   1:1
63       |
64        |  Location: spearfish                      Name of creator: GRASSUSER
65       |
66        |                    DataBase:                    /home/user/grassdata
67       |
68        |                                                               Title:
69       |
70        |                 Map                  format:                  native
71       |
72        |----------------------------------------------------------------------------|
73        |        Type       of       Map:        Vector       (level:       2)
74       |
75        |                                           Number  of  points:      7
76       |
77        |                                          Number of lines:       1386
78       |
79        |                                           Number  of  centroids:   0
80       |
81        |                                           Number  of  areas:       0
82       |
83        |                                           Number  of  faces:       0
84       |
85        |                                           Number  of  kernels:     0
86       |
87        |                                           Number  of  islands:     0
88       |
89        |                                           Map  is  3D:             0
90       |
91        |                                           Number  of  dblinks:     1
92       |
93        |        Projection:      Transverse      Mercator      (zone       0)
94       |
95        |                   N:       5945486.383          S:       5941117.075
96       |
97        |                  E:       3573006.924          W:        3567822.941
98       |
99        |                     B:          0.000              T:          0.000
100       |
101        |
102       |
103        |                Digitize              threshold:              0.00000
104       |
105        |                                                            Comments:
106       |
107        |
108       |
109        +----------------------------------------------------------------------------+
110
111

AUTHOR

113       Radim Blazek, ITC-Irst, Trento, Italy
114
115       Last changed: $Date: 2006-11-28 01:38:18 +0100 (Tue, 28 Nov 2006) $
116
117       Full index
118
119       © 2003-2008 GRASS Development Team
120
121
122
123GRASS 6.3.0                                                          v.info(1)
Impressum