Skip to content
QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
Branch: master
Clone or download
Latest commit fe39b26 May 3, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.ci/travis Try unblacklisting some more tests Apr 7, 2019
.docker fix copy in Dockerfile Mar 27, 2019
.github Revert "drinking" mention on PR template Mar 11, 2019
.tx [i18n] integrate esperanto translation Dec 25, 2016
cmake osgeo4w: updates for grass 7.6.1 Mar 23, 2019
cmake_templates add macros to Doxyfile.in Mar 25, 2019
debian debian packaging: include python3-lxml Apr 23, 2019
doc debian packaging: add ubuntu disco Apr 15, 2019
editors Update message in wizard and code style batch file Aug 6, 2018
external update MDAL 0.3.1 Apr 18, 2019
i18n translation update for 3.6 from transifex Feb 22, 2019
images Merge pull request #9320 from m-kuhn/geometry-validation-icons Mar 20, 2019
linux changelog and news update for 3.6 Feb 22, 2019
mac update copyright to 2019 Mar 17, 2019
ms-windows osgeo4w: fix starting of qt5 designer Mar 29, 2019
postinstall run crssync on install (fixes #17993) Jan 31, 2018
python Implementation of QgsMeshLayer::reload() and QgsMdalProvider::reloadD… May 3, 2019
resources [themes] Set highlight text color palette for themes Apr 29, 2019
rpm [RPM] put the SHA commit in the about dialog for unstable builds Apr 7, 2019
scripts
src Implementation of QgsMeshLayer::reload() and QgsMdalProvider::reloadD… May 3, 2019
tests Add test for QgsMeshLayer::reload() and QgsMdalProvider()::reloadData() May 3, 2019
.dockerignore
.editorconfig Python scripts have 4-spaces indent Oct 14, 2016
.gitattributes add *.py to .gitattributes Oct 23, 2016
.gitignore add theme style.qss.auto to gitignore Oct 25, 2018
.mailmap Add .mailmap file so that git shortlog reports stats better May 31, 2012
.travis.yml [Travis] Fix backport branch being run as push job (#9680) Apr 1, 2019
BUGS hub.qgis.org moved to issues.qgis.org Apr 29, 2017
CMakeLists.txt move WITH_BINDINGS in front of WITH_SERVER_PLUGINS (fixes e839f27 and… Apr 5, 2019
COPYING sync GPL with original Aug 16, 2013
CTestConfig.cmake CDash submissions should be done with https now Sep 30, 2016
ChangeLog changelog and news update for 3.6 Feb 22, 2019
Exception_to_GPL_for_Qt.txt Updated agreement to the GPL exception May 13, 2005
INSTALL debian packaging: add ubuntu disco Apr 15, 2019
NEWS changelog and news update for 3.6 Feb 22, 2019
PROVENANCE use VSIReadDir() from gdal instead of quazip for listing .zip files a… May 8, 2012
README.md add MDAL formats info to README Dec 18, 2018
qgis-test.ctest.example Inital implementation of test submission to CDash using OTB Dash serv… Apr 14, 2012
qgis.1 - Quantum GIS => QGIS update May 20, 2013
qgis.dtd spelling fixes Jan 12, 2017
requirements.txt Update python requirements Jun 26, 2017

README.md

About QGIS

Build Status Docker Status

QGIS is an Open Source Geographic Information System. The project was born in May of 2002 and was established as a project on SourceForge in June of the same year. We've worked hard to make GIS software (which is traditionally expensive commercial software) a viable prospect for anyone with basic access to a Personal Computer. QGIS currently runs on most Unix platforms (macOS/OS X included) and Windows. QGIS is developed using the Qt toolkit and C++. This means that QGIS feels snappy to use and has a pleasing, easy to use graphical user interface.

QGIS aims to be an easy to use GIS, providing common functions and features. The initial goal was to provide a GIS data viewer. QGIS has reached that point in its evolution and is being used by many for their daily GIS data viewing and editing needs. QGIS supports a number of raster , vector and mesh data formats, with new support easily added using the plugin architecture.

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.

Supported raster formats include:

  • GRASS
  • USGS DEM
  • ArcInfo binary grid
  • ArcInfo ASCII grid
  • ERDAS Imagine
  • SDTS
  • GeoTiff
  • Tiff with world file
  • WMS, WCS

Supported vector formats include:

Supported mesh formats include:

Note

Please follow the installation instructions carefully. After extracting the distribution, you can find the HTML version of the installation document in qgis/doc/index.html. The installation document is also available as PDF in the same directory.

Help us

Please submit bug reports using the QGIS bug tracker. When reporting a bug, either login or, if you don't have a qgis trac, provide an email address where we can request additional information.

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.

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.

You can’t perform that action at this time.