Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

qgis(1) [debian man page]

QGIS(1) 						      General Commands Manual							   QGIS(1)

NAME
qgis - Quantum GIS Geographic Information System SYNOPSIS
qgis [--snapshot filename] [--lang language] [--project projectfile] [--extent xmin,ymin,xmax,ymax] [--width width] [--height height] [--nologo] [--noplugins] [--optionspath path] [--configpath path] [--help] [file]... See OPTIONS for a full description. DESCRIPTION
Quantum GIS (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 Public License. Some of the major features include: *Support for spatially enabled PostGIS tables *Support for shapefiles, ArcInfo coverages, Mapinfo, and other formats supported by OGR *Raster support for a large number of formats *Identify features *Display attribute tables *Select features *GRASS Digitizing *Feature labeling OPTIONS
--snapshot filename Create a snapshot image from the specified layers and save it to filename. The snapshot is saved in PNG format. --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 --lang de --project filename Load the specified QGIS project file. The layers specified in the project file are loaded, the layers are symbolized, and the view extent is restored. --extent xmin,ymin,xmax,ymax Set initial map extent by passing coordinates of that rectangle. --width width Width of snapshot to emit --height height Height of snapshot to emit --nologo Hide splash screen --noplugins Don't restore plugins on startup. Useful if some third-party plugins make QGIS crash during startup. --optionspath path Use the given QSettings path --configpath path Use the given path for all user configuration --help Display brief usage help. 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. FILES
~/.config/QuantumGIS/qgis.conf QGIS preferences file. This file stores windows size/location, loaded plugins, user options, and other application settings. BUGS
See the QGIS home page (http://qgis.org) for a list of known issues with the latest release. AUTHOR
Gary Sherman <sherman at mrcc.com> March 9, 2011 QGIS(1)

Check Out this Related Man Page

index(1grass)							Grass User's Manual						     index(1grass)

GRASS GIS 6.4.2 Reference Manual
       Geographic Resources Analysis Support System, commonly referred to as GRASS, is a <a href="http://en.wikipedia.org/wiki/Geographic_informa-
       tion_system">Geographic Information System (GIS) used for geospatial data management and analysis, image processing, graphics/maps  produc-
       tion, spatial modeling, and visualization. GRASS is currently used in academic and commercial settings around the world, as well as by many
       governmental agencies and environmental consulting companies.

       This reference manual details the use of modules distributed with Geographic Resources Analysis Support System (GRASS), an open source (GNU
       GPL'ed), image processing and geographic information system (GIS).

   Quick Introduction
		     How to start with GRASS

		     Intro projections and spatial transformations

		     Intro 2D raster map processing

		     Intro 3D raster map (voxel) processing

		     Intro image processing

		     Intro vector map processing and network analysis

		     Intro database management

   Display/Graphical User Interfaces
		     wxGUI wxPython-based GUI frontend

		     gis.m and d.m TCL/TK-based GUI frontend

		     Display commands manual

		     Display drivers

		     nviz 3D visualization and animation tool

		     xganim tool  for animating a raster map series

   Raster and voxel processing
		     Raster commands manual

		     Raster3D commands manual

   Image processing
		     Imagery commands manual

   Vector processing
		     Vector commands manual

   Database
		     SQL support in GRASS GIS

		     Database commands manual

   General
		     GRASS startup manual page

		     General commands manual

   Miscellaneous
		     Misc. commands manual

		     The GRASS Extensions Manager (GEM)

   Variables
		     GRASS variables and environment variables

   Printing
		     Postscript commands manual

       Full Index
       (C) 2003-2011 GRASS Development Team

GRASS 6.4.2															     index(1grass)
Man Page