1topic_attribute_table(1)      Grass User's Manual     topic_attribute_table(1)
2
3
4

Topic: attribute table

6       db.columns                                                   List all columns for a given table.
7
8       db.connect                                                   Prints/sets general DB connection for current mapset.
9
10       db.copy                                                      Copy a table.
11
12       db.createdb                                                  Creates an empty database.
13
14       db.databases                                                 Lists all databases for a given driver and location.
15
16       db.describe                                                  Describes a table in detail.
17
18       db.dropcolumn                                                Drops a column from selected attribute table.
19
20       db.dropdb                                                    Removes an existing database.
21
22       db.droptable                                                 Drops an attribute table.
23
24       db.execute                                                   Executes any SQL statement.
25
26       db.select                                                    Selects data from attribute table.
27
28       db.tables                                                    Lists all tables for a given database.
29
30       db.test                                                      Test database driver, database must exist and set by db.con‐
31                                                                    nect.
32
33       t.vect.db.select                                             Prints attributes of vector maps registered in a space  time
34                                                                    vector dataset.
35
36       v.db.addcolumn                                               Adds one or more columns to the attribute table connected to
37                                                                    a given vector map.
38
39       v.db.addtable                                                Creates and connects a new attribute table to a given  layer
40                                                                    of an existing vector map.
41
42       v.db.connect                                                 Prints/sets  DB connection for a vector map to attribute ta‐
43                                                                    ble.
44
45       v.db.dropcolumn                                              Drops a column from the attribute table connected to a given
46                                                                    vector map.
47
48       v.db.droprow                                                 Removes a vector feature from a vector map through attribute
49                                                                    selection.
50
51       v.db.droptable                                               Removes existing attribute table of a vector map.
52
53       v.db.join                                                    Joins a database table to a vector map table.
54
55       v.db.reconnect.all                                           Reconnects attribute tables for all  vector  maps  from  the
56                                                                    current mapset to a new database.
57
58       v.db.renamecolumn                                            Renames a column in the attribute table connected to a given
59                                                                    vector map.
60
61       v.db.select                                                  Prints vector map attributes.
62
63       v.db.update                                                  Updates a column in the attribute table connected to a  vec‐
64                                                                    tor map.
65
66
67
68       v.to.db                                                      Populates attribute values from vector features.
69
70       v.vect.stats                                                 Count  points  in  areas,  calculate  statistics  from point
71                                                                    attributes.
72
73
74       See also the corresponding keyword attribute table for additional  ref‐
75       erences.
76
77       Main  index  |  Topics  index | Keywords index | Graphical index | Full
78       index
79
80       © 2003-2019 GRASS Development Team, GRASS GIS 7.8.2 Reference Manual
81
82
83
84GRASS 7.8.2                                           topic_attribute_table(1)
Impressum