When an algorithm is added to a model with optional layer parameters,leave the default values for these as empty instead of settingthem to model input layers
We don't want to auto-fill optional layer parameters by default
Merge pull request #53819 from DelazJ/discoverCurve
Make turning segments into curve less undiscoverable
Fix a bunch of debug spam when running processing algorithms ondebug builds
Prefetch once upfront properties for feature sources so thatwe aren't bombarded by the QObject thread warnings constantly
Disable msys2 workflow
This is broken and requires changes to handle newer protobuf versions
Fix crash when trying to re-load a layer from processing resultsinto the project when that layer already exists in the project
Fixes #53576Fixes #53729
[feature] Add 'DTM Filter (slope-based)' algorithm for filtering adigital elevation model in order to classify pixels into groundand non-ground cells
This is a port of the SAGA "DTM Filter (slope-based)" tool to a nativeQGIS algorithm.
It also serves as a nice reference algorithm for raster based tools...
Add tests
Add setX, setY, setZ functions to QgsVector3D
Add tinygltf (2.8.10) to external libs
This is a simple header-only library that allows reading GLTF filescontaining 3D graphics content. This will be useful for 3D tiles support.
The library does not have any dependencies other than nlohmann's jsonwhich we already have in the "external" directory.
[xyz] Fix tile caching of redirected XYZ URLs
Merge pull request #53772 from benoitdm-oslandia/feat/contrib
Add @benoitdm-oslandia to contributors list
Fix typo
Make api more useful
Add optional tile padding boundary to QgsRasterIterator
Allows returned blocks to overlap by the specified number of pixels.Useful for algorithms which need to consider neighbouring pixels ina tiled approach, without tile boundary artefacts.
Show extensions in layer metadata
Use nlohmann for json instead of QVariant
But leave QVariant version of util function for use in Python scripts
« Previous 1 ... 69 70 71 72 73 ... 4866 Next » (1751-1775/121643) Per page: 25, 50, 100, 200
Also available in: Atom