• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.ci/H03-May-2022-727601

.docker/H14-Jan-2022-1,126797

.github/H14-Jan-2022-1,3691,168

.tx/H14-Jan-2022-5249

cmake/H03-May-2022-4,3903,674

cmake_templates/H14-Jan-2022-2,6162,030

debian/H14-Jan-2022-5,2624,520

doc/H03-May-2022-4,4043,415

editors/H14-Jan-2022-264212

external/H14-Jan-2022-192,827153,280

i18n/H03-May-2022-5,743,5515,725,970

images/H03-May-2022-921916

linux/H03-May-2022-6662

mac/H03-May-2022-1,071995

ms-windows/H14-Jan-2022-3,1092,426

postinstall/H03-May-2022-139

python/H03-May-2022-882,130796,817

resources/H03-May-2022-44,58941,438

rpm/H14-Jan-2022-965759

scripts/H03-May-2022-17,26714,634

src/H03-May-2022-1,471,5471,020,609

tests/H03-May-2022-497,647420,247

.dockerignoreH A D14-Jan-202227 54

.editorconfigH A D14-Jan-2022294 1814

.flake8H A D14-Jan-2022606 1916

.gitattributesH A D14-Jan-202237 32

.gitignoreH A D14-Jan-20221.7 KiB8079

.mailmapH A D14-Jan-20223.4 KiB7150

BUGSH A D14-Jan-20221.3 KiB2720

COPYINGH A D14-Jan-202218.4 KiB353292

ChangeLogH A D14-Jan-202210.4 MiB369,329195,379

INSTALL.mdH A D14-Jan-202246.6 KiB1,194884

NEWS.mdH A D14-Jan-2022157.8 KiB3,3802,909

PROVENANCEH A D14-Jan-20222.1 KiB7262

README.mdH A D14-Jan-20224.5 KiB9775

qgis-test.ctest.exampleH A D14-Jan-20221 KiB3326

qgis.1H A D14-Jan-20222.9 KiB125120

qgis.dtdH A D14-Jan-20225 KiB13681

README.md

1# About QGIS
2
3[![Tests](https://github.com/qgis/QGIS/workflows/QGIS%20tests/badge.svg)](https://github.com/qgis/QGIS/actions/workflows/run-tests.yml?query=branch%3Arelease-3_16+event%3Apush)
4[![Docker Status](https://img.shields.io/docker/automated/qgis/qgis.svg)](https://hub.docker.com/r/qgis/qgis/tags)
5[![Build Status](https://dev.azure.com/qgis/QGIS/_apis/build/status/qgis.QGIS?branchName=master)](https://dev.azure.com/qgis/QGIS/_build/latest?definitionId=1&branchName=master)
6[![Windows cross build](https://github.com/qgis/QGIS/workflows/MingW64%20Windows%2064bit%20Build/badge.svg)](https://github.com/qgis/QGIS/actions/workflows/mingw64.yml?query=branch%3Arelease-3_16+event%3Apush)
7
8QGIS is an Open Source Geographic Information System. The project was born in
9May of 2002 and was established as a project on SourceForge in June of the same
10year. We've worked hard to make GIS software (which is traditionally expensive
11commercial software) a viable prospect for anyone with basic access to a
12Personal Computer.  QGIS currently runs on most Unix platforms (macOS/OS X included)
13and Windows. QGIS is developed using the [Qt toolkit](https://qt.io) and C++.  This
14means that QGIS feels snappy to use and has a pleasing, easy to use graphical
15user interface.
16
17QGIS aims to be an easy to use GIS, providing common functions and
18features. The initial goal was to provide a GIS data viewer. QGIS has
19reached that point in its evolution and is being used by many for their
20daily GIS data viewing and editing needs. QGIS supports a number of raster
21, vector and mesh data formats, with new support easily added using the plugin
22architecture.
23
24QGIS is released under the GNU Public License (GPL) Version 2 or above.
25Developing QGIS under this license means that you can (if you want to) inspect
26and modify the source code and guarantees that you, our happy user will always
27have access to a GIS program that is free of cost and can be freely
28modified.
29
30## Supported raster formats include:
31
32 * GRASS
33 * USGS DEM
34 * ArcInfo binary grid
35 * ArcInfo ASCII grid
36 * ERDAS Imagine
37 * SDTS
38 * GeoTiff
39 * Tiff with world file
40 * WMS, WCS
41
42## Supported vector formats include:
43
44 * ESRI Shapefiles
45 * PostgreSQL/PostGIS
46 * GRASS
47 * GeoPackage
48 * SpatiaLite
49 * [Other OGR supported formats](http://www.gdal.org/ogr_formats.html)
50 * MSSQL
51 * Oracle
52 * WFS
53
54## Supported mesh formats include:
55
56 * NetCDF
57 * GRIB
58 * 2DM
59 * [Other MDAL supported formats](https://github.com/lutraconsulting/MDAL#supported-formats)
60
61## Note
62
63Please follow the installation instructions carefully.
64After extracting the distribution, please check the
65[documentation](https://qgis.org/en/docs/index.html)
66
67## Help us
68Please submit bug reports using the [QGIS bug tracker](https://github.com/qgis/QGIS/issues/).
69
70## Support
71You can get support in the following ways:
72
73 -  Using the QGIS community site at https://qgis.org
74 -  Joining the [qgis-users mailing list](https://lists.osgeo.org/mailman/listinfo/qgis-user)
75 -  Chatting with us real-time.
76    Please wait around for a response to your question as many folks
77    on the channel are doing other things and it may take a while for
78    them to notice your question.
79    The following paths all take you to the same chat room:
80     - Using an IRC client and joining the [#qgis](http://webchat.freenode.net/?channels=#qgis) channel on irc.freenode.net.
81     - Using a Matrix client and joining the [#qgis:matrix.org](http://matrix.to/#/#qgis:matrix.org) room.
82     - Using [Gitter](https://gitter.im/qgis/QGIS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) chat.
83
84## Contribute
85
86QGIS is on GitHub at https://github.com/qgis/QGIS. If you wish to contribute
87patches you can [fork the project](https://help.github.com/forking/), make your changes, commit to your
88repository, and then [create a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/). The development team can then review your contribution and commit it upstream as appropriate.
89
90If 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.
91
92If 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](http://qgis.org/en/site/getinvolved/index.html).
93
94### Building from source
95
96The [building guide](INSTALL.md) can be used to get started with building QGIS from source.
97