Nyall Dawson
078ab8b04e
Merge pull request #30462 from DelazJ/patch-11
...
Add precision to travel cost parameter in service area algorithms
2019-08-06 07:17:46 +10:00
Harrissou Sant-anna
292efc2bf8
Add minimal description to Processing algorithms
...
enabling the right-hand help panel
2019-08-01 09:19:08 +10:00
Harrissou Sant-anna
ad011ac0a2
Apply suggestions from code review
...
Typo fix
Co-Authored-By: Nyall Dawson <nyall.dawson@gmail.com>
2019-08-01 00:58:18 +02:00
Harrissou Sant-anna
7cad1e3a0a
Revert bar plot removal
2019-07-31 20:54:12 +02:00
Harrissou Sant-anna
bae77bf8c3
Add help panel to service area algorithms dialog
...
with information of travel cost units
2019-07-31 18:23:52 +02:00
Matthias Kuhn
0640e51e48
Merge pull request #10005 from ghtmtt/processing_climb
...
[Processing] climb along line algorithm
2019-06-21 16:13:15 +02:00
Nyall Dawson
4ff8429f7a
[processing] Port "Points along geometry" to QgsFeatureBasedAlgorithm
...
(and c++), allow distance/start/end offset to be dynamic, avoid
algorithm "hangs" when inappropriately small (or 0) distances
are used
2019-06-12 10:08:51 +07:00
matteo
ad4b3d21e0
update help yaml
2019-05-20 16:01:15 +02:00
Bas Couwenberg
2628c480c5
Don't include revision in sources.
...
Prevent changes to files that weren't changed between releases.
This eases review of the changes between releases significantly.
2019-05-17 16:47:47 +02:00
matteo
17000a4b36
use combineField and handle exceptions better
2019-05-17 08:06:33 +02:00
matteo
b3a8d8f3a3
after review
2019-05-15 08:18:45 +02:00
matteo
4ca3935fbd
[feature[ Processing Climb along lines algorithm
2019-05-15 08:18:45 +02:00
Raymond Nijssen
59367618cd
improved description
2019-05-11 08:39:41 +02:00
Raymond Nijssen
052db03919
Round values in ExtentFromLayer processing algorithm
2019-05-11 08:39:41 +02:00
Marcel Dancak
0bb701a649
Added help text
2019-04-25 14:09:41 +02:00
Nyall Dawson
f5a3485eae
Fix some Python warnings, avoid accidently hiding all deprecation warnings
2019-03-28 11:47:23 +10:00
Nyall Dawson
2ff0d5919c
[processing] Avoid more deprecation warnings from external libraries
2019-03-05 14:44:02 +10:00
Nyall Dawson
9d509e7f4c
[processing] Fix outdated Find Projection docs
...
Fixes #21404
2019-03-05 07:06:08 +10:00
Juergen E. Fischer
5aecf74e9a
saga help fix
2019-02-26 23:17:50 +01:00
Juergen E. Fischer
2f431bc1f3
i18n:
...
* include processing algorithm descriptions from yaml (with yaml fixes)
* create ui instead of cpp where possible and use -no-ui-lines to avoid
artificial ever changing line numbers in ts files
* drop old used scripts: create_new_ts.sh, create_new_ts.sh and
integrate_function_help.pl, update_ts_files.sh
2019-02-26 22:38:53 +01:00
Nyall Dawson
49742c302a
[needs-docs][processing] Add option to check validity alg to ignore self-intersection
...
causing rings errors
By default the algorithm now uses the strict OGC definition of polygon validity, where
a polygon is marked as invalid if a self-intersecting ring causes an interior hole.
If the "Ignore ring self intersections" option is checked, then this rule will be
ignored and a more lenient validity check will be performed.
Refs #16418 , refs #21336
2019-02-27 06:05:26 +10:00
volaya
e3516ab1b4
[processing] fixed qgis algorithms help file
...
fixes #20966
2019-01-23 08:38:41 +01:00
Rudi von Staden
bbfd6990f4
Add documentation and improve input parameter descriptions
2018-08-17 14:21:09 +02:00
Nyall Dawson
d1d6840a5f
[processing][feature] Port 'offset lines' to c++, support dynamic offset parameter
...
Adds data defined support for the offset line distance parameter.
2018-07-27 13:23:50 +10:00
Nyall Dawson
59ec2e0bce
[processing][FEATURE] Port extend lines algorithm to c++, allow dynamic start/end distance
...
Allows the start and end distance to be data defined
2018-07-24 03:54:21 +10:00
matteo
aea323efe9
update help for CRS, not needed anymore
2018-07-12 11:37:03 +02:00
matteo
4dbfe36b71
update help
2018-07-12 11:20:35 +02:00
matteo
d1cedbcf92
[processing][needs-doc][FEATURE] Sample raster values to point
2018-07-10 15:19:56 +02:00
Anita Graser
4a48f50a85
Add qgis:postgisexecuteandloadsql
2018-06-22 21:35:26 +02:00
Alexander Bruy
15a5d91770
[processing] improve polar plot algorithm help ( fix #16679 )
2018-05-16 15:25:55 +03:00
nirvn
9d9955e272
[processing] improve eliminate selected polygons alg help
...
i.e., the use only selected option is gone since 3.0
2018-05-01 10:43:13 +07:00
Mathieu Pellerin
39c6e23c08
[needs-docs][processing] add help and clarity to the define current projection algorithm
2018-05-01 10:14:08 +07:00
Martin Dobias
8a96573880
Port Union algorithm to c++ using existing intersection+difference algs
2018-04-25 17:22:40 +02:00
Martin Dobias
d2513e0538
Port Difference & Sym.Diff. to C++, cleanups and tests
2018-04-24 20:42:13 +02:00
Martin Dobias
45b264db08
Fixes after review
2018-04-18 13:04:05 +02:00
Nyall Dawson
1942854166
[processing] Port Explode Lines to c++
...
Aside from the performance benefits, the Python version of this
algorithm occasionally fails on Travis with odd errors. Hopefully
by porting to c++ it will fix these, or at least give useful
debug information in the event of a fail.
Also add support for curved input geometries.
2018-04-06 15:34:52 +10:00
Nyall Dawson
871132eae6
[processing] Port point on surface to c++
2018-03-04 08:52:34 +11:00
nirvn
2d24bbf819
[needs-docs][processing] update raster calculator help to reflect updated logic
2018-02-14 07:43:05 +07:00
Mathieu Pellerin
e0c12d519f
[processing] nodes -> vertices algorithm renaming
...
- "Extract nodes" renamed to "Extract vertices"
- "Extract specific nodes" renamed to "Extract specific vertices"
2018-01-29 19:16:43 +07:00
Nyall Dawson
5b1da988ba
[processing] List unique values improvements
...
- allow running on non-spatial tables
- allow choice of more than one field
2017-12-15 15:46:50 +11:00
Mathieu Pellerin
793fb6114b
[processing] add vertex id details to extract nodes algorithms
2017-11-16 17:46:47 +07:00
Nyall Dawson
4372ac2658
[FEATURE][processing] Native c++ snap to grid algorithm
...
With support for snapping Z/M values, keeping curves
2017-10-27 15:16:15 +10:00
Nyall Dawson
18f85d9e54
Port drop M/Z algorithm to c++
2017-10-13 08:30:12 +10:00
Nyall Dawson
b5197c8c53
Port drop geometries to c++
2017-10-13 08:29:37 +10:00
Nyall Dawson
97c1b0d322
[FEATURE] Port autoincremental field to c++
...
Also add:
- support for setting initial value for field to start at
- support for user-set field names (instead of always using 'AUTO')
2017-10-13 08:26:36 +10:00
Nyall Dawson
cc19d0a70d
Port hub lines algorithm to c++
...
Also:
- optimise a bit
- retain z/m values
- use point on surface for non-point layers, instead of
center of geometry bounding box
2017-10-13 08:26:36 +10:00
Nyall Dawson
cac171a2e0
Port Join Attributes to c++, add option to select subset of fields to copy
2017-10-13 08:26:36 +10:00
Alexander Bruy
c53ff66caf
fix permissions
2017-10-11 17:06:11 +03:00
Nyall Dawson
0dd434c183
[processing] Port mean coordinates to c++
...
And remove final use of inefficient vector.extractPoints function
2017-09-23 09:25:18 +10:00
nirvn
04ee85f0e8
[processing] native save selected features algorithm
2017-09-15 15:51:30 +07:00