QGIS-Documentation
QGIS-Documentation copied to clipboard
QGIS Documentation
## Description Currently working with ArcGIS Feature Services is not documented. We should add a section, replicating the style and approach used for other providers, but covering specific functionality such...
Original commit: https://github.com/qgis/QGIS/commit/543acff4fec5f38b5a10bcf47d02307aa656eae9 by nyalldawson Unfortunately this naughty coder did not write a description... :-(
Now that gpkg is the first class format of QGIS, it'd be nice to provide some data in this format in our sample data (to play with and show in...
To complete #1737 it could be nice to "decorate" the [Configure a symbol](http://docs.qgis.org/testing/en/docs/user_manual/working_with_vector/style_library.html#configuring-a-symbol) section with some sample of symbols rendering. It'd visually help readers to get what each symbol layer...
### Request for documentation From pull request QGIS/qgis#51470 Author: @rldhont QGIS version: 3.30 **[API] Defined QgsApplication::applicationFullName() and use it in Postgres and Server** ### PR Description: the QgsApplication::applicationFullName() static method...
### Request for documentation From pull request QGIS/qgis#53597 Author: @nyalldawson QGIS version: 3.34 **Drop interactive shell from grass c++ plugin, drop embedded qtermwidget** ### PR Description: Qtermwidget upstream is effectively...
In the documentation it says to import the processing module relative to the qgis module (which works), but a direct import seems to also work while not causing problems with...
## Description Page URL: https://docs.qgis.org/3.28/en/docs/training_manual/rasters/terrain_analysis.html The tutorial says ``` What is going on? ``` but never tells the reader what is actually going on. It took me time to realise...
## Description The Rasterise operation does not immediately give back the `all_conditions_simple` raster. Indeed the value `0` is understood as `nodata` and is displayed as such. In order to really...
## Description What am I supposed to do after ? What am I supposed to get ? What am I supposed to understand about `warp` ? Page URL: https://docs.qgis.org/3.28/en/docs/training_manual/rasters/data_manipulation.html