96 Commits

Author SHA1 Message Date
Bernhard Ströbl
a2c656e6f6 [processing] [feature] split lines with lines 2014-12-04 16:20:43 +01:00
Alexander Bruy
72fe56cfe4 [processing] fix Convex hull algorithm (fix #11725) 2014-11-30 12:50:35 +02:00
Alexander Bruy
902b932968 [processing] use extent instead of width, height and center in Create
Grid algorithm (fix #11481)
2014-11-29 13:58:16 +02:00
Alexander Bruy
6637796719 [processing] fix Field calculator algorthm (fix #11488) 2014-11-22 12:52:18 +02:00
volaya
df9372a85b [processing] better behaviour for fields calculator custom dialog 2014-11-21 09:10:08 +01:00
volaya
05dc06d41e [processing] fixed fields calculator algorithm
It's not a complete fix, as it just comments out a line that was causing a 'underlying C/C++ object was deleted' error
Should revisit is later. For now, this allows the algorithm to run correctly and not crash qgis
2014-11-21 09:09:07 +01:00
Alexander Bruy
3c2d45ffd7 [processing] repair non-working random extract algorithms (fix #11571) 2014-11-19 12:02:20 +02:00
Alexander Bruy
1c6aa9b373 [processing] add hypsometric curves calculation algorithm 2014-11-19 12:02:20 +02:00
Alexander Bruy
92de1f1b29 fix directory layout 2014-11-01 14:00:51 +02:00
Alexander Bruy
8be274dcf9 [processing] add Vector grid algorithm (addresses #5953) 2014-11-01 13:58:01 +02:00
Alexander Bruy
e8d3d5a214 [processing] add Vector split algorithm (addresses #5953) 2014-11-01 13:57:33 +02:00
Alexander Bruy
cc3ccdf319 [processing] fix Join by location alg 2014-11-01 13:56:44 +02:00
Alexander Bruy
9d1a7b3ea7 [processing] add Symetrical difference algorithm (addresses #5953) 2014-11-01 13:56:42 +02:00
Alexander Bruy
ae4a1441e9 [processing] add Regular points algorithm (addresses #5953) 2014-11-01 13:56:21 +02:00
Nyall Dawson
3be82ff708 [processing] Ignore geom for non geom tables for ImportIntoPostGIS
This fixes an error where trying to import non geometry tables
using the "Import Into PostGIS" algorithm results in a database
error.
2014-10-27 11:16:11 +11:00
Alexander Bruy
94a33cd1c9 [processing] fix issues with Create Grid algortihm 2014-10-24 09:35:45 +03:00
Juergen E. Fischer
65db7fb1ed dxf export: fixes for text support (text width, underline/overline/strikeout
and line direction symbols)
2014-10-23 20:35:22 +02:00
Giovanni Manghi
6f30ab9be7 result field in Processing 'count points in polygon' must be integer 2014-10-23 11:11:03 +01:00
Juergen E. Fischer
8d3654baa7 indentation update 2014-10-20 00:16:36 +02:00
Anita Graser
4a639ad984 fixed value used before assignment error 2014-10-09 11:16:47 +02:00
Alexander Bruy
b9f89ae2b1 [processing] fix algorithm execution 2014-10-04 14:05:51 +03:00
volaya
5fca922a98 [processing] fixed minor typos in GeometryConvert algorithm 2014-10-03 19:29:00 +02:00
Alexander Bruy
2f1dbab8bb fix file permissions 2014-10-03 15:47:44 +03:00
Alexander Bruy
1b8597306b [processing] put all qgis algs in single directory 2014-10-03 15:47:44 +03:00
volaya
ac54c8e00a [processing] updated freq analysis alg 2014-10-03 10:42:03 +02:00
Alexander Bruy
558765addf update Grid alg to avoid some coordinate precision issues 2014-10-03 11:40:51 +03:00
Alexander Bruy
48fde06518 remove old code 2014-10-03 11:40:51 +03:00
Alexander Bruy
be07989619 refactor Geometry convert alg 2014-10-03 11:40:51 +03:00
Alexander Bruy
8e696b7662 refactor Merge alg 2014-10-03 11:40:51 +03:00
Alexander Bruy
b63a5d3f45 refactor Hub lines alg 2014-10-03 11:40:51 +03:00
Alexander Bruy
f6144355b3 refactor Hub distance alg 2014-10-03 11:40:51 +03:00
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
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