Nyall Dawson 132e76a596 [FEATURE][processing] New input type for expressions
This adds a new input type for expression inputs. Expression
inputs can be linked to a parent layer so that the builder
shows the correct fields and layer variables.

It's designed for two use cases:

1. to be used when an algorithm specifically requires an expression,
eg Select by Expression and Extract by Expression.

2. to be potentially used as a replacement input instead of string
or number literals in algorithms. Eg - if the simplify algorithm
tolerance parameter was replaced with an expression paremeter, then
this expression would be evaluated for every feature before
simplifying that feature. It would allow parameters to be calculated
per feature, as opposed to the current approach of calculating
a parameter once before running the algorithm. It would also
mean algorithms like "variable distance buffer" would no longer
be needed, as a single "buffer" algorithm could then be used
for either a fixed distance, field based, or expression based
distance.
2016-11-11 13:26:31 +10:00
2016-11-10 13:47:50 +01:00
2016-11-08 09:08:09 +10:00
2016-11-08 09:05:47 +10:00
2016-10-23 08:38:36 +02:00
2016-11-08 08:53:19 +10:00
2016-09-21 09:12:54 +10:00
2013-09-10 16:43:24 +02:00
2016-07-08 14:11:46 +02:00
2013-08-16 20:52:19 +02:00
2016-11-07 12:15:23 +01:00
2016-11-07 12:15:23 +01:00
2013-05-30 16:19:19 +02:00
2013-05-20 16:48:51 +02:00
2012-12-11 16:21:32 +01:00

About QGIS

Build 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 (http://qt.io) 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 and vector 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:

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 http://qgis.org
  • Joining the qgis-users mailing list
  • 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 while for them to notice your question.
  • Join the 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 issue 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 about it.

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

Description
QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
Readme 4.7 GiB
Languages
C++ 76.8%
Python 21.1%
CMake 0.8%
C 0.5%
QML 0.3%
Other 0.3%