1475 Commits

Author SHA1 Message Date
Alexander Bruy
d4dbb92a5c refactor Gridify alg. fix license headers 2014-10-03 11:40:51 +03:00
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
elpaso
59ec15bb2b [processing] Avoid python hangs when run in headless mode from FCGI 2014-10-03 10:35:07 +02:00
Alexander Bruy
72259135b1 [processing] remove undefined variable (fix #11118) 2014-10-02 17:58:25 +03:00
giohappy
04becdc53a [Processing] HTML output for r.sum 2014-09-26 13:17:11 +02: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
volaya
e02f0040d6 [processing] fixed saga supervised classification when using saga 208 2014-08-14 10:58:52 +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
Alexander Bruy
2d835fbae0 [processing] replace str() with unicode() to avoid possible issues with
non-ASCII characters (work in progress)
2014-08-01 08:29:55 +03:00
volaya
dc968ce764 [processing] made xgrids parameter in raster calculator optional 2014-07-23 01:19:54 +02:00
volaya
ad2d9440e4 [processin] fixed extent checking in saga algorithm 2014-07-23 01:19:54 +02:00
volaya
f6bf4f19db [processing] improved SAGA multiple extents detection 2014-07-23 01:19:52 +02:00
volaya
f2701cb103 [processing] fixed SAGA description 2014-07-23 01:19:51 +02:00
volaya
fb142dff65 [processing] fixed some GRASS descriptions 2014-07-23 01:19:50 +02:00
alexbruy
2b5eaee96f Merge pull request #1510 from gioman/v_points
[processing] fix grass64 v.to.points
2014-07-22 18:58:38 +03:00
Rado Guzinski
b115ea6ee1 [Processing] Comment debuging statements in OTB which clutter up Processing log 2014-07-22 11:24:11 +02:00
Rado Guzinski
f511bf95b7 [Processing] Hide some OTB params under Advanced button and improve handling of advanced parameters 2014-07-22 11:22:21 +02:00
Rado Guzinski
2f32e781fc [Processing] Add GRASS r.univar and update r.fillnulls 2014-07-22 11:12:32 +02:00
Giovanni Manghi
e47763390f fix grass64 v.to.points 2014-07-21 13:54:36 +01:00
Juergen E. Fischer
e74ff3ce0f indentation update 2014-07-21 14:25:38 +02:00
alexbruy
314316350d Merge pull request #1505 from volaya/master
[Processing] Refactoring of parameters and outputs
2014-07-21 14:44:40 +03:00
Alexander Bruy
0c7ce60d1d [processing] fix icons for TauDEM algs 2014-07-16 10:46:09 +03: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
Victor Olaya
49bc38c7c4 [processing] added 'crop to data' algorithm from SAGA 2014-07-14 00:54:54 +02:00
Victor Olaya
0e76df60b4 [processing] Changed raster calculator to ask main layer separately 2014-07-14 00:54:54 +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
volaya
66e4895ad7 Merge pull request #1503 from alexbruy/processing-ogr
Processing ogr
2014-07-10 15:46:17 +02:00
Victor Olaya
8355a7aed6 deleted EnumerateTableField description (redundant) 2014-07-10 01:18:02 +02:00
Alexander Bruy
c33007fe70 remove unused files, code cleanup 2014-07-09 20:53:45 +03:00
Alexander Bruy
a9216c7189 [processing] refactor OGR algorithms to use commandline tools, not
bindings
2014-07-09 19:58:17 +03:00
alexbruy
e1e0b15798 Merge pull request #1501 from gioman/grass64watershed
[processing] fix GRASS 6.4 r.watershed
2014-07-07 15:34:13 +03:00
Giovanni Manghi
d68bc599f4 [processing] fix GRASS 64 r.watershed 2014-07-07 11:43:44 +01:00