Comenzar

This chapter gives a quick overview of installing QGIS, some sample data from the QGIS web page, and running a first and simple session visualizing raster and vector layers.

Instalación

Installation of QGIS is very simple. Standard installer packages are available for MS Windows and Mac OS X. For many flavors of GNU/Linux, binary packages (rpm and deb) or software repositories are provided to add to your installation manager. Get the latest information on binary packages at the QGIS website at http://download.qgis.org.

Instalación a partir de las fuentes

Si necesita compilar QGIS a partir de las fuentes, por favor consulte las instrucciones de instalación. Se distribuyen con el código fuente de QGIS en un archivo llamado INSTALL. También puede encontrarlas en línea en http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html

Instalación en medios extraíbles

QGIS le permite definir una opción --configpath que suplanta la ruta predeterminada para la configuración de usuario (ej.: ~/.qgis2 bajo Linux) y fuerza a QSettings a usar ese directorio. Esto le permite, por ejemplo, llevar una instalación de QGIS en una memoria flash junto con todos los complementos y la configuración. Vea la sección Menú Sistema para información adicional.

Datos de ejemplo

The user guide contains examples based on the QGIS sample dataset.

win El instalador de Windows tiene una opción para descargar el conjunto de datos de muestra de QGIS. Si se marca, los datos se decargarán en su carpeta Mis Documentos y se colocarán en una carpeta llamada GIS Database. Puede usar el Explorador de Windows para mover esta carpeta a una ubicación adecuada. Si no marcó la casilla de verificación para instalar el conjunto de datos de muestra durante la instalación inicial de QGIS, puede hacer algo de lo siguiente:

  • Usar datos SIG que ya tenga

  • Descargar datos de muestra de http://qgis.org/downloads/data/qgis_sample_data.zip

  • Desinstalar QGIS y volver a instalarlo con la opción de descarga de datos marcada (sólo recomendado si las soluciones anteriores no funcionaron).

nix osx Para GNU/Linux y Mac OS X, aún no hay disponibles paquetes de instalación del conjunto de datos en forma de rpm, deb o dmg. Para usar el conjunto de datos de muestra descargue el archivo qgis_sample_data como un archivo ZIP de http://qgis.org/downloads/data/ y descomprima el archivo en su equipo.

El conjunto de datos de Alaska incluye todos los datos SIG que se usan para los ejemplos y capturas de pantalla de la guía de usuario; también incluye una pequeña base de datos de GRASS. La proyección del conjunto de datos de QGIS es Alaska Albers Equal Area con unidades en pies. El código EPSG es 2964.

PROJCS["Albers Equal Area",
GEOGCS["NAD27",
DATUM["North_American_Datum_1927",
SPHEROID["Clarke 1866",6378206.4,294.978698213898,
AUTHORITY["EPSG","7008"]],
TOWGS84[-3,142,183,0,0,0,0],
AUTHORITY["EPSG","6267"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,
AUTHORITY["EPSG","9108"]],
AUTHORITY["EPSG","4267"]],
PROJECTION["Albers_Conic_Equal_Area"],
PARAMETER["standard_parallel_1",55],
PARAMETER["standard_parallel_2",65],
PARAMETER["latitude_of_center",50],
PARAMETER["longitude_of_center",-154],
PARAMETER["false_easting",0],
PARAMETER["false_northing",0],
UNIT["us_survey_feet",0.3048006096012192]]

Si pretende usar QGIS como un visor gráfico para GRASS, puede encontrar una selección de localizaciones de ejemplo (ej.., Spearfish o Dakota de Sur) en la web oficial de GRASS GIS, http://grass.osgeo.org/download/sample-data/.

Lanzando QGIS

Starting and Stopping QGIS

Starting QGIS is done as you usually do for any other application on your platform. It means that you can launch QGIS by:

  • typing qgis at a command prompt, assuming that QGIS is added to your PATH or you’re in its installation folder
  • using nix the Applications menu if using a precompiled binary, win the Start menu or osx the Dock
  • doble clic el ícono en su carpeta de Aplicaciones o atajo de escritorio

  • doble clic a un archivo de proyecto QGIS existente (.qgs). Note que esto también abrirá el proyecto

Para detener QGIS, haga click:

  • nix win the menu option Project ‣ Exit QGIS or use the shortcut Ctrl+Q
  • osx QGIS ‣ Quit QGIS, or use the shortcut Cmd+Q
  • or use the red cross at the right top corner of the main interface of the application.

Opciones de la línea de órdenes

In previous section you learned how to start QGIS. You will see that QGIS also provides further command line options.

QGIS admite diversas opciones cuando se arranca desde la línea de órdenes. Para obteter una lista de las opciones, introduzca qgis --help en la línea de órdenes. La sentencia de uso para QGIS es:

qgis --help
QGIS - 2.6.0-Brighton 'Brighton' (exported)
QGIS is a user friendly Open Source Geographic Information System.
Usage: /usr/bin/qgis.bin [OPTION] [FILE]
OPTION:
  [--snapshot filename]   emit snapshot of loaded datasets to given file
  [--width width] width of snapshot to emit
  [--height height]       height of snapshot to emit
  [--lang language]       use language for interface text
  [--project projectfile] load the given QGIS project
  [--extent xmin,ymin,xmax,ymax]  set initial map extent
  [--nologo]      hide splash screen
  [--noversioncheck]      don't check for new version of QGIS at startup
  [--noplugins]   don't restore plugins on startup
  [--nocustomization]     don't apply GUI customization
  [--customizationfile]   use the given ini file as GUI customization
  [--optionspath path]    use the given QSettings path
  [--configpath path]     use the given path for all user configuration
  [--authdbdirectory path] use the given directory for authentication database
  [--code path]   run the given python file on load
  [--defaultui]   start by resetting user ui settings to default
  [--dxf-export filename.dxf]     emit dxf output of loaded datasets to given file
  [--dxf-extent xmin,ymin,xmax,ymax]      set extent to export to dxf
  [--dxf-symbology-mode none|symbollayer|feature] symbology mode for dxf output
  [--dxf-scale-denom scale]       scale for dxf output
  [--dxf-encoding encoding]       encoding to use for dxf output
  [--dxf-preset visiblity-preset] layer visibility preset to use for dxf output
  [--help]                this text
  [--]            treat all following arguments as FILEs

FILE:
  Files specified on the command line can include rasters,
  vectors, and QGIS project files (.qgs):
   1. Rasters - supported formats include GeoTiff, DEM
      and others supported by GDAL
   2. Vectors - supported formats include ESRI Shapefiles
      and others supported by OGR and PostgreSQL layers using
      the PostGIS extension

Truco

Ejemplo usando argumentos de la línea de órdenes

You can start QGIS by specifying one or more data files on the command line. For example, assuming you are in the qgis_sample_data directory, you could start QGIS with a vector layer and a raster file set to load on startup using the following command: qgis ./raster/landcover.img ./gml/lakes.gml

Opción de la línea de órdenes --snapshot

Esta opción permite crear una captura de pantalla en formato PNG de la vista actual. Esto es práctico cuando tiene muchos proyectos y quiere generar capturas de pantalla de sus datos.

Actualmente genera un archivo PNG con 800x600 píxeles. Esto se puede ajustar usando los argumentos``–width`` y --height en la línea de órdenes. Se puede añadir un nombre de archivo después de --snapshot.

Opción de la línea de órdenes --lang

Based on your locale, QGIS selects the correct localization. If you would like to change your language, you can specify a language code. For example, qgis --lang it starts QGIS in Italian localization.

Opción de la línea de órdenes --project

Starting QGIS with an existing project file is also possible. Just add the command line option --project followed by your project name and QGIS will open with all layers in the given file loaded.

Opción de la línea de órdenes --extent

Use esta opción para iniciar con una extensión de mapa específica. Necesita añadir el cuadro delimitador de su extensión en el siguiente orden, separado por una coma:

--extent xmin,ymin,xmax,ymax

Opción de la línea de órdenes --nologo

This command line argument hides the splash screen when you start QGIS.

command line option --noversioncheck

No revise nueva versión de QGIS al iniciar.

Opción de la línea de órdenes --noplugins

Si tiene problemas con los complementos al iniciar, puede evitar cargarlos con ésta opción. Estarán aún disponibles después en el administrador de complementos.

Opciónde la línea de órdenes --customizationfile

Utilizando este argumento de línea de órdenes puede definir un archivo de personalizacion de la GUI, que se utilizará al iniciar.

Opción de la línea de órdenes --nocustomization

Utilizando este argumento de línea de órdenes no se aplicará la personalización existente de la GUI.

Opción de la línea de órdenes --optionspath

You can have multiple configurations and decide which one to use when starting QGIS with this option. See Opciones to confirm where the operating system saves the settings files. Presently, there is no way to specify a file to write settings to; therefore, you can create a copy of the original settings file and rename it. The option specifies path to directory with settings. For example, to use /path/to/config/QGIS/QGIS2.ini settings file, use option:

--optionspath /path/to/config/

Opción de la línea de órdenes --configpath

Esta opción es similar al anterior, pero además anula la ruta predeterminada para la configuración del usuario (~/.qgis2) y fuerza QSettings para usar también este directorio. Esto permite a los usuarios, por ejemplo, llevar la instalación de QGIS en una unidad flash junto con todos los complementos y configuraciones.

Command line option --authdbdirectory

Again, this option is similar to the one above but define the path to the directory where the authentication database will be stored.

Opción de línea de comandos --código

Esta opción puede ser usada para ejecutar un archivo pyton dado después de que ha iniciado QGIS.

Por ejemplo, cuando se tiene un archivo python llamado load_alaska.py con el siguiente contenido:

from qgis.utils import iface
raster_file = "/home/gisadmin/Documents/qgis_sample_data/raster/landcover.img"
layer_name = "Alaska"
iface.addRasterLayer(raster_file, layer_name)

Assuming you are in the directory where the file load_alaska.py is located, you can start QGIS, load the raster file landcover.img and give the layer the name ‘Alaska’ using the following command: qgis --code load_alaska.py

Command line options --dxf-*

Estas opciones pueden usarse para exportar un proyecto QGIS en un archivo DXF. Varias opciones están disponibles:

  • –dxf-export: the DXF filename into which to export the layers;
  • –dxf-extent: the extent of the final DXF file;
  • –dxf-symbology-mode: several values can be used here: none (no symbology), symbollayer (Symbol layer symbology), feature (feature symbology);
  • –dxf-scale-deno: the scale denominator of the symbology;
  • –dxf-encoding: the file encoding;
  • –dxf-preset: choose a visibility preset. These presets are defined in the layer tree, see Panel de Capas.

Sesión de Muestra: Cargar capas ráster y vectorial

Now that you have QGIS installed and a sample dataset available, we would like to demonstrate a short and simple QGIS sample session. We will visualize a raster and a vector layer. We will use:

  • the landcover raster layer i.e., qgis_sample_data/raster/landcover.img
  • and the lakes vector layer i.e., qgis_sample_data/gml/lakes.gml.
  1. Iniciar QGIS tal como se ve en Starting and Stopping QGIS

  2. Click on the addRasterLayer Add Raster Layer icon.
  3. Navegue a la carpeta qgis_sample_data/raster/, seleccione el archivo ERDAS IMG landcover.img y haga clic en [Abrir].

  4. If the file is not listed, check if the Files of type selectString combo box at the bottom of the dialog is set on the right type, in this case Erdas Imagine Images (*.img *.IMG).
  5. Now click on the addOgrLayer Add Vector Layer icon.
  6. radioButtonOn File should be selected as Source Type in the new Add vector layer dialog. Now click [Browse] to select the vector layer.
  7. Browse to the folder qgis_sample_data/gml/, select Geography Markup Language [GML] [OGR] (*.gml *.GML) from the Filter selectString combo box, then select the GML file lakes.gml and click [Open]. In the Add vector layer dialog, click [OK]. The Coordinate Reference System Selector dialog opens with NAD27 / Alaska Alberts selected, click [OK].
  8. Acerque el zoom un poco a la zona que prefiera con algunos lagos.

  9. Haga doble clic en la capa lakes en el panel Capas para abrir el diálogo Propiedades.

  10. Clic en la pestaña Estilo y seleccionar un azul como color de relleno.

  11. Click on the Labels tab and select Show labels for this layer in the drop-down menu to enable labeling. Then from the Label with list, choose the NAMES field as the field containing labels.
  12. To improve readability of labels, you can add a white buffer around them by clicking Buffer in the list on the left, checking checkbox Draw text buffer and choosing 3 as buffer size.
  13. Haga clik en [Aplicar]. Compruebe si el resultado le gusta y finalmente pulse [Aceptar].

Puede ver lo fácil que es visualizar capas ráster y vectoriales en QGIS. Vayamos a las secciones que siguen para aprender más sobre las funcionalidades, características y configuración disponibles y cómo usarlas.

Proyectos

The state of your QGIS session is considered a project. QGIS works on one project at a time. Settings are considered as being either per-project or as a default for new projects (see section Opciones). QGIS can save the state of your workspace into a project file using the menu options Project ‣ fileSave Save or Project ‣ fileSaveAs Save As.... If the loaded project file on disk was meanwhile changed, by default, QGIS will ask you if you want to overwrite the changes into the project file. This behavior is set by checking checkbox Prompt to save project and data source changes when required under Settings ‣ Options ‣ General menu .

Cargar los proyectos guardados en una sesión de QGIS usando Proyecto‣ fileOpen Abrir..., Proyecto ‣ Nuevo a partir de plantilla o Proyecto ‣ Abrir reciente ‣.

At startup, a list of screenshot with the name and path of each of the most recent projects (up to ten) is shown instead of a white and empty map canvas. This is a handy and quicker way to remember what a project was about and double-click a row opens the selected project. If you’re willing to create a new project, just add new layers and the list disappears.

If you wish to clear your session and start fresh, choose Project ‣ fileNew New. Either of these menu options will prompt you to save the existing project if changes have been made since it was opened or last saved.

El tipo de información guardada en el archivo de proyecto incluye:

  • Las capas añadidas

  • Que capas pueden ser consultadas

  • Propiedades de la capa, incluyendo simbolización y estilos

  • Proyección de la vista del mapa

  • Última extensión vista

  • Diseñador de impresión

  • Elementos de diseñador de impresión con ajustes

  • Diseñador de impresión configuración de atlas

  • Configuración de digitalización

  • Tabla de relaciones

  • Proyectos Macros

  • Proyecto de estilos predeterminados

  • Configuración de complementos

  • Configuración de servidor QGIS desde la pestaña de ajustes de OWS en propiedades del proyecto

  • Consultas almacenadas en el Administrador de BBDD

The project file is saved in XML format, so it is possible to edit the file outside QGIS if you know what you are doing. The file format has been updated several times compared with earlier QGIS versions. Project files from older QGIS versions may not work properly any more. To be made aware of this, in the General tab under Settings ‣ Options you should tick checkbox Warn when opening a project file saved with an older version of QGIS.

Whenever you save a project in QGIS a backup of the project file is made with the extension .qgs~.

Salida

There are several ways to generate output from your QGIS session. We have discussed one already in section Proyectos, saving as a project file. Here is a sampling of other ways to produce output files:

  • Menu option Project ‣ saveMapAsImage Save as Image... opens a file dialog where you select the name, path and type of image (PNG, JPG and many other formats). A world file with extension PNGW or JPGW saved in the same folder georeferences the image.
  • La opción del menú Proyecto ‣`Esportar a DXF ... abre un diálogo donde se puede definir el ‘Modo de simbología’, la ‘Escala de la simbología’ y las capas vectoriales que se desea exportar a DXF. A través de los símbolos ‘Modo de simbología’ desde la original simbología QGIS puede ser exportado con alta fidelidad.

  • La opción del menú Proyecto ‣ newComposer Nuevo diseñador de impresión abre un diálogo en donde se puede diseñar e imprimir el lienzo de mapa actual (vea sección Diseñadores de impresión).