Funktionalitäten

QGIS bietet zahlreiche GIS Funktionalitäten, die über Kernmodule und Plugins bereitgestellt werden. Die wichtigsten sind hier als Überblick in sechs Kategorien unterteilt aufgelistet.

Daten visualisieren

Es ist möglich, Vektor- und Rasterdaten in unterschiedlichen Formaten und aus verschiedenen Projektionen anzuschauen und zu überlagern, ohne die Daten selbst in irgendeiner Art und Weise konvertieren zu müssen. Zu den unterstützten Datenformaten gehören z.B.:

  • Spatially-enabled tables and views using PostGIS, SpatiaLite and MSSQL Spatial, Oracle Spatial, vector formats supported by the installed OGR library, including ESRI shapefiles, MapInfo, SDTS, GML and many more, see section Arbeiten mit Vektordaten.
  • Raster- und Bilddatenformate, welche durch die installierte GDAL (Geospatial Data Abstraction Library) Bibliothek unterstützt werden, wie etwa GeoTiff, Erdas Img., ArcInfo Ascii Grid, JPEG oder PNG, siehe Kapitel Arbeiten mit Rasterdaten.

  • QGIS processing framework to call hundreds of native and third party algorithms from QGIS, see section Processing Einführung.
  • GRASS Raster- und Vektordaten aus einer GRASS Datenbank (Location/Mapset), siehe Kapitel sec:grass.

  • Online spatial data served as OGC Web Services, such as (WMS, WMTS, WCS, WFS, WFS-T, ...), see section Arbeiten mit OGC Daten.
  • OpenStreetMap Daten, siehe Kapitel OpenStreetMap.

Daten erkunden, abfragen und Karten layouten

You can compose maps and interactively explore spatial data with a friendly GUI. The many helpful tools available in the GUI include e.g.:

  • QGIS browser
  • On-the-fly reprojection
  • DB Manager
  • Drucklayouts erstellen mit dem Map Composer

  • Kartenübersichtsfenster

  • Räumliche Bookmarks

  • Annotation tools
  • Identifizieren/Selektieren von Objekten

  • Editieren/Visualisieren/Suchen von Attributdaten

  • Feature labeling also data defined
  • Change vector and raster symbology also data defined
  • Add a graticule layers to create an atlas map composition
  • Hinzufügen von Nordpfeil, Maßstab und Copyright Informationen

  • Speichern und Laden von QGIS Projekten

Daten erstellen, editieren, verwalten und exportieren

You can create, edit, manage and export vector and raster layers in several formats. QGIS offers e.g. the following:

  • Digitalisierfunktionen für OGR-unterstützte Vektorformate sowie GRASS Vektorlayer

  • Erstellen und Editieren von ESRI Shapes und GRASS Vektorlayern

  • Geocodierung von Bilddaten mit Hilfe des Georeferenzier-Plugins

  • GPS Werkzeuge zum Import und Export von GPX Daten, zur Konvertierung anderer GPS-Datenformate ins GPX-Format sowie das direkte Importieren und Exportieren von GPX Daten auf ein GPS-Gerät. Unter GNU/Linux auch über USB

  • OpenStreetMap Daten visualisieren und editieren

  • Create spatial database tables from shapefiles with DB Manager plugin
  • Improved handling of spatial database tables
  • Manage vector attribute tables
  • Screenshots als georeferenziertes Bild speichern

Daten analysieren

You can perform spatial data analysis on spatial databases and other OGR supported formats. QGIS currently offers vector analysis, sampling, geoprocessing, geometry and database management tools. You can also use the integrated GRASS tools, which include the complete GRASS functionality of more than 400 modules (See Section GRASS GIS Integration). Or you work with the Processing Plugin, which provides powerful geospatial analysis framework to call native and third party algorithms from QGIS, such as GDAL, SAGA, GRASS, fTools and more (see section Einführung).

Karten im Internet veröffentlichen

QGIS can be used as a WMS, WMTS, WMS-C or WFS and WFS-T client, and as WMS or WFS server (see section Arbeiten mit OGC Daten). Additionally you can export data publish them on the Internet using a webserver with UMN MapServer or GeoServer installed.

Extend QGIS functionality through plugins

QGIS can be adapted to your special needs with the extensible plugin architecture. QGIS provides libraries that can be used to create plugins. You can even create new applications with C++ or Python!

Kern Plugins

  1. Koordinaten aufnehmen (Erfassen von Koordinaten mit der Maus in verschiedenen KBS)

  2. DB Manager (Austauschen, Bearbeiten und Darstellen von Layern und Tabellen; Ausführen von SQL Abfragen.

  3. Diagramm Überlagerung (Diagramme auf einem Vektorlayer platzieren)

  4. Dxf2Shp Konverter (Konvertieren von DXF zu Shape)

  5. eVIS (Event Visualization Tool)
  6. fTools (Werkzeuge für Vektordatenanalyse und -management)

  7. GDALTools (Integrate GDAL Tools into QGIS)
  8. GDAL-Georeferenzierer (Einem Raster Projektionsinformationen mit GDAL hinzufügen)

  9. GPS Werkzeuge (Laden und Importieren von GPS Daten

  10. GRASS (GRASS GIS Integration)

  11. Heatmap (Generating raster heatmaps from point data)
  12. Interpolationserweiterung (Interpolation die auf Stützpunkten von Vektorlayern basiert)

  13. Mapserver Export (Export QGIS project file to a MapServer map file)
  14. Offline-Bearbeitung (Ermöglicht Offlinebearbeitung und Synchronisierung mit Datenbanken)

  15. Open Layers plugin (OpenStreetMap, Google Maps, Bing Maps layers and more)
  16. Oracle Spatial GeoRaster
  17. Processing (formerly SEXTANTE)
  18. Rastergeländeanalyse (Rasterbasierte Geländeanalyse)

  19. Straßengraph-Erweiterung (Kürzester Weg - Netzwerkanalyse)

  20. Spatial Query Plugin
  21. SPIT (Importieren von Shapefiles in PostgreSQL/PostGIS)

  22. SQL Anywhere Erweiterung (Speichern von Vektorlayern in einer SQL Anywhere - Datenbank)

  23. Topology Checker (Finding topological errors in vector layers)
  24. Zonal statistics plugin (Calculate count, sum, mean of raster for each polygon of a vector layer)

Externe Python Plugins

QGIS offers a growing number of external python plugins that are provided by the community. These plugins reside in the official plugins repository, and can be easily installed using the Python Plugin Installer (See Section Loading an external QGIS Plugin).

Python Console

For scripting, it is possible to take advantage of an integrated Python console. It can be opened from menu: Plugins ‣ Python Console. The console opens as a non-modal utility window. For interaction with the QGIS environment, there is the qgis.utils.iface variable, which is an instance of QgsInterface. This interface allows access to the map canvas, menus, toolbars and other parts of the QGIS application.

For further information about working with the Python Console and Programming Py|qg| plugins and applications, please refer to http://www.qgis.org/html/en/docs/pyqgis_developer_cookbook/index.html.