QGIS/README.md
Houska1 ad08a20db8 Update README.md
Rearrange/tweak added bullet points and add note re incomplete formatting
2021-03-09 08:49:40 +10:00

7.9 KiB

About QGIS

Tests Docker Status Build Status Windows cross build

Note: This is an in-progress draft. Formatting, especially images, will be improved once feedback on structure and main text is received.

QGIS is a full-featured, user-friendly, free-and-open-source (FOSS) geographical information system (GIS) that runs on Unix platforms, Windows, and MacOS.

Features include

example layer display

1. Flexible visualization and editing of geospatial data

  • Raster, vector, mesh layers in a range of industry-standard formats
  • Local files, webserver, database/PostGIS, tiled...
  • Large variety of rendering options; 2D and 3D
  • Reprojection between coordinate reference systems (CSR) on the fly
  • Visual and numerical and digitizing and editing
  • Temporal support
example image

2. Beautiful cartography

  • Fine control over symbology, labeling, legends and additional graphical elements for beautifully rendered maps
  • Create and update maps with specified scale, extent, style, and decorations via saved layouts
  • Generate a group of maps with same style and layout via atlases
  • Flexible output direct to printer, or as image (raster), PDF, or SVG for further customization
  • On-the-fly rendering enhancement via geometry generator symbol layers, e.g. callouts, dimensions, oriented/scaled markers
example modeler

3. Advanced GIS analysis

  • Geospatial database engine (filters, joins, relations, forms, etc.), as close to datasource- and format-independent as possible
  • 150+ geoprocessing algorithms
  • Immediate visualization of geospatial query and geoprocessing results
  • Graphical modeler and scripting
  • Access to additional algorithms via GDAL, GRASS, SAGA, etc.
example image

4. Wide customization

  • Fully customizable user interface
  • Powerful expression engine, plus scripting via Python
  • Rich ecosystem of plugins, data connectors, advanced analysis and charting tools, in-the-field data capture
  • Python and C++ API for standalone applications
server image

5. QGIS server

  • Headless map server, running on Windows, Mac OSX, Linux or in a docker container, that shares the same code base as QGIS
  • Industry-standard protocols (WMS, WFS, WFS3/OGC API for Features and WCS) allow plug-n-play with any software stack
  • Works with any web server (Apache, nginx, etc) or standalone
  • All QGIS beautiful cartography is supported. Best in class support for printing
  • Fully customizable, Python scripting support

Under the hood

QGIS is developed using the Qt toolkit and C++, since 2002, and has a pleasing, easy to use graphical user interface with multilingual support. It is maintained by an active developer team and supported by vibrant community of GIS professionals and enthusiasts as well as geospatial data publishers and endusers. Releases follow a time-based schedule, with a new release every four months, interim bug-fix releases monthly, and a stable long-term release (LTR) once a year.

QGIS is released under the GNU Public License (GPL) Version 2 or above. Developing QGIS under this license means that you can (if you want to) inspect and modify the source code and guarantees that you, our happy user will always have access to a GIS program that is free of cost and can be freely modified.

QGIS is part of the Open-Source Geospatial Foundation (OSGeo), offering a range of complementary open-source GIS software projects.

Supported formats

Supported raster formats include GeoTIFF, GRASS, ArcInfo binary and ASCII grids, ERDAS Imagine SDTS, WMS, WCS, PostgreSQL/PostGIS, MBTiles, and other GDAL supported formats.

Supported vector formats include GeoPackage, ESRI Shapefiles, GRASS, SpatiaLite, PostgreSQL/PostGIS, MSSQL, Oracle, WFS, and other OGR supported formats.

Supported mesh formats include NetCDF, GRIB, 2DM, and other MDAL supported formats.

Installing and using QGIS

Precompiled binaries for QGIS are available at the QGIS.org download page. Please follow the installation instructions carefully.

A range of documentation is available, including a full manual as well as a gentle introduction to GIS.

The building guide can be used to get started with building QGIS from source.

For installation of QGIS Server, see its getting started documentation.

Please help us by submitting bug reports using the QGIS bug tracker.

Support

You can get support in the following ways:

  • Using the QGIS community site at https://qgis.org
  • Joining the qgis-users mailing list
  • Chatting with us real-time. Please wait around for a response to your question as many folks on the channel are doing other things and it may take a while for them to notice your question. The following paths all take you to the same chat room:
    • Using an IRC client and joining the #qgis channel on irc.freenode.net.
    • Using a Matrix client and joining the #qgis:matrix.org room.
    • Using Gitter chat.
  • At the GIS stackexchange or r/QGIS reddit, which are not maintained by the QGIS team, but where the QGIS and broader GIS community provides lots of advice.

Contribute

QGIS is on GitHub at https://github.com/qgis/QGIS. If you wish to contribute patches you can fork the project, make your changes, commit to your repository, and then create a pull request. The development team can then review your contribution and commit it upstream as appropriate.

If you commit a new feature, add [FEATURE] to your commit message AND give a clear description of the new feature. A webhook will automatically create an issue on the QGIS-Documentation repo to tell people to write documentation about it.

If you are not a developer, there are many other possibilities which do not require programming skills to help QGIS to evolve. Check our project homepage for more information.