File: qgis.1

package info (click to toggle)
qgis 2.14.11%2Bdfsg-3%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 991,448 kB
  • ctags: 73,105
  • sloc: cpp: 535,362; python: 162,580; xml: 16,494; ansic: 8,031; sh: 1,788; perl: 1,559; sql: 727; yacc: 319; lex: 269; makefile: 251
file content (124 lines) | stat: -rw-r--r-- 2,964 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
.TH QGIS 1 "March 9, 2011"
.SH NAME
qgis \- QGIS Geographic Information System 
.SH SYNOPSIS
.B qgis [--snapshot
.I filename]
.br
.B "     [--lang"
.I language]
.br
.B "     [--project"
.I projectfile]
.br
.B "     [--extent"
.I xmin,ymin,xmax,ymax]
.br
.B "     [--width"
.I width]
.br
.B "     [--height"
.I height]
.br
.B "     [--nologo]"
.br
.B "     [--noplugins]"
.br
.B "     [--optionspath"
.I path]
.br
.B "     [--configpath"
.I path]
.br
.B "     [--help]"
.br
.B "     [file]..."
.br
See OPTIONS for a full description.
.SH DESCRIPTION
QGIS is a cross platform, Free and Open Source Geographic
Information System (GIS). Supported platforms include Linux/Unix, Mac OS X and
Microsoft Windows. QGIS supports vector, raster, and database formats. QGIS is
licensed under the GNU General Public License.

Some of the major features include: 

*Support for spatially enabled PostGIS tables 
.br
*Support for shapefiles, ArcInfo coverages, Mapinfo, and other formats
  supported by OGR 
.br
*Raster support for a large number of formats 
.br
*Identify features 
.br
*Display attribute tables 
.br
*Select features 
.br
*GRASS Digitizing 
.br
*Feature labeling 
.br
.SH OPTIONS
.TP
.B \--snapshot filename
Create a snapshot image from the specified layers and save it to filename. The 
snapshot is saved in PNG format.
.TP
.B \--lang language
Set the language used by QGIS. Language is specified using the locale string
that matches one of the translations supported by QGIS. For example, to use the
German translation, specify
.B --lang de
.TP
.B \--project filename
Load the specified
.SM QGIS
project file. The layers specified in the project file are loaded, the layers
are symbolized, and the view extent is restored.
.TP
.B \--extent xmin,ymin,xmax,ymax
Set initial map extent by passing coordinates of that rectangle.
.TP
.B \--width width
Width of snapshot to emit
.TP
.B \--height height
Height of snapshot to emit
.TP
.B \--nologo
Hide splash screen
.TP
.B \--noplugins
.br
Don't restore plugins on startup. Useful if some third-party plugins make QGIS crash during startup.
.TP
.B \--optionspath path
Use the given QSettings path
.TP
.B \--configpath path
Use the given path for all user configuration
.TP
.B \--help
.br 
Display brief usage help.
.TP
.B file...
A list of one or more files to be loaded into QGIS at startup. Files must
consist of a data format supported by QGIS and only disk-based formats can be
loaded using this method. This includes shapefiles, MapInfo files, and most
raster formats. Data stores that cannot be loaded in this way include PostGIS
layers in a PostgreSQL database and GRASS vector/raster data.

.SH FILES
.TP
.B ~/.config/QGIS/qgis.conf
QGIS preferences file. This file stores windows size/location, loaded plugins,
user options, and other application settings.
.SH BUGS
See the QGIS home page (http://qgis.org) for a list of known issues with the
latest release.
.SH AUTHOR
Gary Sherman <sherman at mrcc.com>