2013-05-30 16:00:40 +02:00
|
|
|
README for QGIS
|
2008-01-27 00:57:05 +00:00
|
|
|
----------------------------------------
|
2013-05-30 16:00:40 +02:00
|
|
|
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, Windows, and OS
|
|
|
|
X. QGIS is developed using the Qt toolkit (http://qt.digia.com) and C++. This
|
|
|
|
means that QGIS feels snappy to use and has a pleasing, easy to use graphical
|
|
|
|
user interface.
|
2004-12-20 07:13:35 +00:00
|
|
|
|
|
|
|
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
|
2010-12-11 05:22:47 +00:00
|
|
|
daily GIS data viewing and editing needs. QGIS supports a number of raster
|
|
|
|
and vector data formats, with new support easily added using the plugin
|
2004-12-20 07:13:35 +00:00
|
|
|
architecture.
|
|
|
|
|
2013-09-10 15:47:28 +02:00
|
|
|
QGIS is released under the GNU Public License (GPL) Version 2. Developing
|
2010-12-11 05:22:47 +00:00
|
|
|
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.
|
2002-07-11 05:39:35 +00:00
|
|
|
|
2004-02-14 02:11:27 +00:00
|
|
|
Supported raster formats include:
|
|
|
|
Grass
|
|
|
|
USGS DEM
|
|
|
|
ArcInfo binary grid
|
|
|
|
ArcInfo ASCII grid
|
|
|
|
ERDAS Imagine
|
|
|
|
SDTS
|
|
|
|
GeoTiff
|
|
|
|
Tiff with world file
|
2002-07-11 05:39:35 +00:00
|
|
|
|
2004-02-14 02:11:27 +00:00
|
|
|
Supported vector formats include:
|
|
|
|
ESRI Shapefiles
|
|
|
|
PostgreSQL/PostGIS
|
2004-04-26 05:52:11 +00:00
|
|
|
GRASS
|
2010-12-11 05:22:47 +00:00
|
|
|
Spatialite
|
|
|
|
Other OGR supported formats
|
2002-07-11 05:39:35 +00:00
|
|
|
|
2013-05-30 16:00:40 +02:00
|
|
|
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
|
2006-10-06 23:00:50 +00:00
|
|
|
also available as PDF in the same directory.
|
2002-07-11 05:39:35 +00:00
|
|
|
|
2004-02-14 02:11:27 +00:00
|
|
|
HELP US -- Please submit bug reports using the QGIS bug tracker at:
|
2011-10-08 19:50:22 -07:00
|
|
|
http://hub.qgis.org/
|
2006-10-06 23:00:50 +00:00
|
|
|
When reporting a bug, either login or, if you don't
|
2013-05-30 16:00:40 +02:00
|
|
|
have a qgis trac, provide an email address where we can
|
2004-02-14 02:11:27 +00:00
|
|
|
request additional information.
|
2013-05-30 16:00:40 +02:00
|
|
|
|
2004-02-14 02:11:27 +00:00
|
|
|
SUPPORT - You can get support in the following ways:
|
2006-10-06 23:00:50 +00:00
|
|
|
1. Using the QGIS community site at http://qgis.org
|
2004-05-26 05:34:47 +00:00
|
|
|
2. Joining the qgis-users mailing list at:
|
2008-07-08 10:45:42 +00:00
|
|
|
http://lists.osgeo.org/mailman/listinfo/qgis-user
|
2013-05-30 16:00:40 +02:00
|
|
|
3. Using IRC by joining the #qgis channel on irc.freenode.net.
|
|
|
|
Please wait around for a response to your question as many
|
|
|
|
folks on the channel are doing other things and it may take a
|
2004-02-14 02:11:27 +00:00
|
|
|
while for them to notice your question.
|
2002-07-11 05:39:35 +00:00
|
|
|
|
2013-09-18 09:16:38 +10:00
|
|
|
QGIS is on GitHub at http://github.com/qgis/QGIS. If you wish to contribute
|
2010-12-11 05:40:48 +00:00
|
|
|
patches you can fork the project, make your changes, commit to your
|
|
|
|
repository, and then issue a pull request. The development team can then
|
|
|
|
review your contribution and commit it upstream as appropriate. See
|
|
|
|
http://help.github.com/forking/ and http://help.github.com/pull-requests/
|
|
|
|
for more details.
|