matteo
ace955c08c
resurrect also the test for r.thin
2018-05-19 08:12:40 +10:00
matteo
b44ce1e883
[processing] fix wrong parameter GRASS
2018-05-19 08:12:40 +10:00
Blottiere Paul
599799d264
Remove unused import
2018-05-18 08:29:33 +01:00
Blottiere Paul
e74e836017
Use parameter's name instead of description to save sql query
2018-05-18 07:05:56 +01:00
matteo
2a7c10e719
change empty '' with None
2018-05-18 08:44:02 +10:00
matteo
57106986d6
[processing] change 0 to Not set Null value also for contour
2018-05-18 08:44:02 +10:00
matteo
9d7212f3d4
[processing] change 0 to Not set Null values in Gdal Clip
2018-05-18 08:44:02 +10:00
Nyall Dawson
fe93993ab8
Fix typo
2018-05-17 08:50:39 +10:00
Nyall Dawson
0d21bd0429
[processing] Include description in algorithmHelp output
2018-05-17 08:50:39 +10:00
Nyall Dawson
b98f8f1d37
[processing] Also filter using algorithm short descriptions
2018-05-17 08:50:39 +10:00
Nyall Dawson
5edcc64f72
[processing] Allow algorithms to return a translated short description
...
This is used in the algorithm's tooltip in the toolbox, and is intended
for single sentence description of the algorithm, e.g.
"Converts 2D features to 3D by sampling a DEM raster."
Convert grass algorithms to use short description for the
descriptive parts of their names, to cleanup the toolbox
and make it more uniform.
2018-05-17 08:50:39 +10:00
Alexander Bruy
e56ff6838d
Merge pull request #7004 from alexbruy/select-atribute
...
[processing][needs-docs] add selection methods to Select by attribute algorithm
2018-05-16 16:48:03 +03:00
Alexander Bruy
15a5d91770
[processing] improve polar plot algorithm help ( fix #16679 )
2018-05-16 15:25:55 +03:00
Alexander Bruy
1783394b6b
[processing] don't use function annotations as this breaks build on
...
systems with Python < 3.3 (fix #18961 )
2018-05-16 14:43:32 +03:00
Alexander Bruy
580509fd5e
[processing][needs-docs] add selection methods to Select by attribute
...
algorithm (fix #18682 )
2018-05-16 11:20:09 +03:00
Nyall Dawson
d864cd6725
[processing] Correctly capitalize menu entry actions, add ellipsis
2018-05-16 14:08:43 +10:00
Nyall Dawson
74b0e910db
[processing] Fix some exceptions
2018-05-16 04:35:17 +10:00
Alexander Bruy
a68774494c
Merge pull request #6996 from alexbruy/processing-grass-formats
...
[processing] allow GRASS algorithms to save vectors in any GDAL-supported format
2018-05-15 15:00:22 +03:00
Nyall Dawson
0383a14825
[processing] Create Attribute Index can run on non-spatial layers
2018-05-15 20:21:08 +10:00
Alexander Bruy
67965ca3d0
[processing] use GPKG as default output format for GRASS
2018-05-15 13:15:00 +03:00
Alexander Bruy
98586461b9
[processing] add test for output to GPKG
2018-05-15 13:14:30 +03:00
Alexander Bruy
8aa56fc38f
[processing] fix GRASS vector tests
2018-05-15 12:53:50 +03:00
nirvn
483b4ff977
remove processing ftools bitmap icons
2018-05-15 16:37:25 +07:00
nirvn
bc0f75334f
[needs-docs][processing] vectorize & improve remaining vector menu icons
2018-05-15 16:37:25 +07:00
nirvn
9a82dbe197
[needs-docs][processing] vectorize and improve remaining data analysis menu icons
2018-05-15 16:37:25 +07:00
Alexander Bruy
cf599685cb
[processing] vector outputs can be saved in any GDAL-supported format
...
Thanks to Médéric RIBREUX
2018-05-15 10:57:09 +03:00
nirvn
4d36f37004
[needs-docs][processing] rename export geom. columns to add geom. attributes
2018-05-15 12:10:11 +07:00
nirvn
5cb8c2523e
[needs-docs][processing] vectorize and improve remaining geometry tools menu icons
2018-05-15 12:10:11 +07:00
Luigi Pirelli
9b28e3d7f5
Port gdalcalc with formula excaping fix ( #6984 )
...
Resurrect gdalcalc algorithm from 2.x
2018-05-15 07:59:00 +10:00
Alexander Bruy
c985092a6d
fix typo
2018-05-14 18:47:14 +03:00
arnaud.morvan@camptocamp.com
81dabd185c
[processing] Finish default values in model for destination parameters
2018-05-14 22:12:32 +10:00
Nyall Dawson
c5f478c38f
[processing] Fix destination resets to 'memory:' instead of temporary layer
2018-05-14 22:12:32 +10:00
Nyall Dawson
1a45a79719
[processing][model] Fix handling of mandatory checkbox in output definitions
2018-05-14 22:12:32 +10:00
arnaud.morvan@camptocamp.com
4ccd4446fe
[processing] Add default values in model for destination parameters
2018-05-14 22:12:32 +10:00
Mathieu Pellerin
8f47691a7a
[processing] add gdal command name to tags for better searches ( #6978 )
2018-05-14 11:32:55 +07:00
Nyall Dawson
9d2c4fca19
[FEATURE][layouts] Use text renderer for drawing scalebar text
...
Allows the full range of formatting options exposed through
text renderer - e.g. scalebar text with buffers, shadows,
background shapes, letter spacing, etc.
Say goodbye to unreadable scale bar text!
2018-05-11 17:48:45 +10:00
Nyall Dawson
e35d1d0ed9
Fix setting default value for non-multiple enum params
2018-05-11 15:49:52 +10:00
Alexander Bruy
26a97a7da7
[processing] improve default values handling in the enum modeler GUI
2018-05-11 15:49:06 +10:00
Alexander Bruy
e97212e8b7
[processing] correctly restore default values
2018-05-11 15:49:06 +10:00
Alexander Bruy
0046b9f824
add single item to matrix parameter by default
2018-05-11 15:49:06 +10:00
Alexander Bruy
18f3151808
[processing] couple of fixes for matrix parameter
2018-05-11 15:49:06 +10:00
Alexander Bruy
bb0feccec4
[processing] use another icon for clear button and add confirmation
2018-05-11 15:49:06 +10:00
Alexander Bruy
3ec2dfa611
[processing] don't allow multiple enum items to be selected if
...
allowMultiple is not set
2018-05-11 15:49:06 +10:00
Alexander Bruy
39456ba6b4
[processing] fix handling of the multiple enum values
2018-05-11 15:49:06 +10:00
Alexander Bruy
33cfed2e06
[processing] fix method signature
2018-05-11 15:49:06 +10:00
Alexander Bruy
1ba34dcbea
[processing] add matrix and enum parameters to wrappers and handle them
...
in the modeler dialogs
2018-05-11 15:49:06 +10:00
Alexander Bruy
038da1131d
[processing] modeler GUI for matrix parameter
2018-05-11 15:49:06 +10:00
Alexander Bruy
ffa4b04e29
[processing] add modeler GUI for enum parameter
2018-05-11 15:49:06 +10:00
Nyall Dawson
be73c9605f
Spelling
2018-05-11 11:29:34 +10:00
Nyall Dawson
0d520456ea
[processing][gdal] Fix conversion of non-EPSG crs parameters
...
to GDAL compatible strings
2018-05-11 11:29:34 +10:00