764 Commits

Author SHA1 Message Date
Alexander Bruy
98226c5cb0 refactor Grid algorithm 2014-10-03 11:40:50 +03:00
Alexander Bruy
3b60bd67a2 refactor Select by attribute alg 2014-10-03 11:40:50 +03:00
Alexander Bruy
5d114a877a refactor Extract by attribute alg 2014-10-03 11:40:50 +03:00
Alexander Bruy
5306cd8566 refactor Text to float alg 2014-10-03 11:40:50 +03:00
Alexander Bruy
07d584d264 start refactoring of the Processing mmqgis backend: Delete column and
Delete duplicate geometries
2014-10-03 11:40:50 +03:00
alexbruy
18c84afd1b Merge pull request #1531 from ccrook/DistanceMatrixFix
[processing] Distance matrix fixes
2014-09-19 21:29:52 +03:00
alexbruy
9ae648b824 Merge pull request #1585 from cayetanobv/master
[processing] fix column name in Zonal statistics alg
2014-09-19 21:24:40 +03:00
Alexander Bruy
cc307578eb [processing] avoid division by zero in random points alg (fix #11215) 2014-09-19 20:06:15 +03:00
Cayetano Benavent
8ec82a30d0 Zonal statistics: changed variance names (variable and field name; CV > var) 2014-09-18 11:25:33 +02:00
Alexander Bruy
8502d11f11 [processing] remove selection before running Select by location algorithm (fix #10873) 2014-09-15 11:38:45 +03:00
anitagraser
75b3464e1c check if value is None before trying to cast float
the tool used to fail when there were NULL values in the fields
2014-08-28 09:48:02 +02:00
Juergen E. Fischer
907ce69306 indentation update 2014-08-17 09:24:22 +02:00
Chris Crook
c945eec556 Fixing several errors in generation of NxT distance matrix 2014-08-11 14:56:38 +12:00
Chris Crook
e9dac8edcc Fixing field name used for target field in ftools DistanceMatrix algorithm 2014-08-11 11:43:49 +12:00
volaya
6486594f57 [Processing] Refactoring of parameters and outputs
It also adds some changes in the core and tools package, to provide a cleaner structure
2014-07-14 14:47:05 +02:00
Juergen E. Fischer
647504306c indentation update 2014-07-13 17:16:24 +02:00
Victor Olaya
a58e64897c [processing] improved import to postgis algorithm 2014-07-12 10:39:52 +02:00
Victor Olaya
f5b84ca101 [processing] fixed frequency algorithm 2014-07-12 10:39:50 +02:00
Victor Olaya
e53690583f [processing] change icon of core algs 2014-07-12 10:39:50 +02:00
Larry Shaffer
cded8b180d [processing] Fix typo 2014-07-11 17:39:33 -06:00
Alexander Bruy
4e5c286414 [processing] update CMakeLists.txt to handle new directories 2014-07-11 10:49:19 +03:00
Victor Olaya
e845e7896d [processing] added some new core algs as scripts 2014-07-11 09:06:34 +02:00
Victor Olaya
784b46bbcd [processing] allow adding core processing algs using scripts 2014-07-11 09:06:34 +02:00
Victor Olaya
1088ba7998 [processing] added 'Select by expression' algorithm (by Michaël Douchin - 3Liz) 2014-07-06 20:52:01 +02:00
Minoru Akagi
361202e9fc [processing] JoinAttributes improvement
- allow join not only with vector attribute table but also with geometryless table
- performance and key comparison improvement
- str to unicode fix
2014-07-05 13:38:12 +09:00
Juergen E. Fischer
8871be0afa indentation update 2014-07-02 07:46:03 +02:00
giohappy
6f00101bfd fix to Processing side 2014-07-01 11:18:54 +02:00
giohappy
24c1c95619 improved processing extract/select by location 2014-06-30 19:18:25 +02:00
Nyall
0a7e69c6a0 [processing] Add [not set] option for field combos when parent layer changes (fix #10728), also fix some strings displaying with extra spaces 2014-06-27 08:33:32 +10:00
Juergen E. Fischer
522f2e4bd3 nsis: fix master installer bitmap 2014-06-20 23:42:25 +02:00
Victor Olaya
b390b3e778 [processing] fixed behaviour of select algorithms in modeler 2014-06-20 23:18:40 +02:00
Victor Olaya
b96f8fe342 [processing] allow 'set raster layer style' alg to use layers not loaded in qgis 2014-06-20 23:18:38 +02:00
Victor Olaya
3c7f5c962e [processing] Modified styling algs to work with layer that are not open in qgis 2014-06-20 23:18:34 +02:00
Juergen E. Fischer
0dd02bad04 fix some warnings and indentation update 2014-06-19 00:02:32 +02:00
Victor Olaya
acc6271f18 [processing] added algs to set style of layer 2014-06-16 12:04:28 +02:00
Victor Olaya
68e2def12a [processing] indentation fix 2014-06-16 12:04:27 +02:00
Juergen E. Fischer
95687a281a fix typos 2014-06-13 09:08:25 +02:00
Juergen E. Fischer
3682384675 indentation update 2014-06-13 09:03:15 +02:00
gioman
306b148bc0 small changes to import into postgis tool 2014-06-12 11:00:42 +01:00
Victor Olaya
7d4659da03 [processing] fixed wrong imports 2014-06-10 22:39:11 +02:00
Victor Olaya
15e923820f [processing] added help files for algs in qgis group
Most help files missing content
2014-06-08 20:00:03 +02:00
Victor Olaya
2073026f7c [processing] removed geoserver algorithms and moved postgis ones to qgis agorithms group 2014-06-08 20:00:01 +02:00
Salvatore Larosa
c0b3e90faa [processing] fixes extract by location alg (fixes #10241) 2014-05-28 09:14:59 +02:00
Victor Olaya
caaabb4f28 [processing] changed name of output in concave hull 2014-05-22 12:42:27 +02:00
Salvatore Larosa
470431d6b4 [processing] fixes cmake for lastools, removes the interface module and adds import iface module where lacking 2014-05-21 22:05:07 +02:00
Victor Olaya
293ac60722 [processing] removed interface module
now all access to the interface is done through qgis.utils.iface
2014-05-21 17:35:48 +02:00
Victor Olaya
889d2a1b45 [processing] code cleaning. Removed debug sentences 2014-05-21 17:34:40 +02:00
Alexander Bruy
6088dbacac follow up 5ad518afd2. Better handling of temporary directories 2014-05-16 15:45:21 +03:00
Alexander Bruy
50a258df53 [processing] write additional output(s) compatible withg Azimuth and Distance
plugin
2014-05-16 15:45:21 +03:00
Alexander Bruy
4d5b7d379b disable gap parameter as it is unclear if it useful 2014-05-16 15:44:37 +03:00