Piotr Pociask
02822d4945
[processing]Fix "float division by zero" in polygonize algorithm if no
...
polygons were created.
For shapely 1.2.16+ and GEOS 3.2+ unary_union will be used for noding
lines - union method sometimes failed to create properly noded polyline.
2014-02-08 12:08:01 +01:00
Martin Dobias
408e2b7a12
Fix #8864 (Random selection with subsampling broken)
2014-02-07 16:19:29 +07:00
Joshua Arnott
bb9c9893fd
Fixed bug in the processing toolbox qgis:intersection tool, preventing
...
attempts at writing the wrong geometry type to a shapefile.
2014-01-14 21:14:49 +00:00
Joshua Arnott
90fa359fb7
'Join by location' now creates multipart features in the same way as SinglePartsToMultiparts.
2013-10-26 18:19:52 +01:00
Joshua Arnott
4e57af6931
'Join by location' can now use the geometry from the joined layer as output.
2013-10-22 23:49:08 +01:00
Joshua Arnott
8daf8c371a
Ported 'Join by location' from fTools to Processing
2013-10-22 18:42:52 +01:00
Victor Olaya
cecfff0408
[processing] added extract algorithm as alternative to selection algorithms that can be used in the modeler
2013-10-07 18:46:44 +02:00
Victor Olaya
0150fe7c98
[processing] minor bug fixes
2013-10-07 18:46:43 +02:00
Victor Olaya
503ee57cae
[processing] removed unused algorithm icons
2013-10-07 18:46:43 +02:00
Victor Olaya
17f3f79fc6
made algorithms that require open layers (not just file paths) not to appear in modeler ant batch processign interface
2013-10-06 13:30:42 +02:00
Alexander Bruy
498a5d9ab8
[processing] code formatting, make sources more pep8 compliant
2013-10-02 16:24:10 +03:00
volaya
5d1f763d57
Merge pull request #912 from bstroebl/selectByAttribute
...
[processing] Make select by attribute work
2013-09-26 13:27:43 -07:00
Bernhard Ströbl
a5ee91a331
[processing] Make select by attribute work
2013-09-26 16:14:33 +02:00
Bernhard Ströbl
e5a72107eb
[processing] select features to eliminate in algorithm
2013-09-26 12:14:45 +02:00
Victor Olaya
54a960f9ec
[processing] some code cleaning
2013-09-21 12:48:23 +02:00
Victor Olaya
56d6496842
[processing] corrected parameter definition in Eliminate
2013-09-21 12:48:19 +02:00
Victor Olaya
e527fe387c
Added "eliminate sliver polygons" algorithm skeleton(still a draft first version)
2013-09-21 12:48:18 +02:00
Victor Olaya
865cb6208d
[processing]code cleaning
2013-09-21 12:48:17 +02:00
Juergen E. Fischer
51297d5990
indentation update (note to self: always run scripts/prepare-commit.sh before committing)
2013-09-17 12:41:43 +02:00
Alexander Bruy
6910a2ed8e
[processing] fix fTools Clip algorithm ( fix #7281 )
2013-09-15 17:48:25 +03:00
Victor Olaya
71c8672654
[processing] some code cleaning
2013-09-14 15:52:28 +02:00
Victor Olaya
236c239844
[processing] adapted algorithm to function refactoring
...
Also set threaded execution to false by default, since it was behaving strangely
2013-09-14 13:26:47 +02:00
Victor Olaya
a7dfcaa6af
[processing] added some in-code docs and comments
2013-09-14 13:26:46 +02:00
Victor Olaya
73dc9c479d
`processing]improved doc of example algorithm
2013-09-14 13:26:44 +02:00
Victor Olaya
807ffaa5e6
[processing] refactoring to move common functions to tools package
2013-09-14 13:26:41 +02:00
Victor Olaya
6d506d6a33
move ftools utils to tools utils module
2013-09-14 13:26:39 +02:00
Alexander Bruy
91ea88f1af
fix rebase conflicts
2013-09-13 18:33:29 +03:00
Alexander Bruy
f17e2c07ee
[processing] add Points from lines algorithm (still needs some improvements)
2013-09-13 18:33:29 +03:00
Alexander Bruy
00e2f1fefc
[processing] add Points from polygons algorithm
2013-09-13 18:33:29 +03:00
Alexander Bruy
8481ebcc91
[processing] add zonal statistics algorithm
2013-09-13 18:33:29 +03:00
Alexander Bruy
395dc747e0
[processing] add points displacement algorithm
2013-09-13 18:33:29 +03:00
Alexander Bruy
82b1ea04f6
[processing] write table header only when necessary
...
adopt Point distance alg to use OutputTable
2013-09-06 16:22:53 +03:00
Alexander Bruy
8f19acbbd7
[processing] fix Statistics by categories algorithm
2013-09-06 16:22:53 +03:00
Werner Macho
363b5deb85
allowing negative values in fixed buffer distance
2013-08-21 09:32:09 +02:00
Victor Olaya
9bb3d6eb6b
renamed "sextante" to "processing"
2013-08-20 09:22:03 +02:00
Alexander Bruy
d1a350847a
[processing] some refactoring as suggested by Nathan Woodrow
2014-01-06 12:32:00 +02:00
Alexander Bruy
2fc5c01c7d
[processing] port QGIS native field calculator
2014-01-06 12:08:02 +02:00
anitagraser
720871c154
undid changes to densify geometries
2013-12-28 14:02:06 +02:00
anitagraser
719f8d5200
allow float values in densify interval input field
2013-12-27 22:47:56 +02:00
Juergen E. Fischer
24acebef41
indentation update
2013-12-17 17:03:54 +01:00
anitagraser
d13245190d
attempt to fix http://hub.qgis.org/issues/9184
2013-12-13 22:37:28 +01:00
giohappy
021c7e6077
fixed MMQGIS Extract by attributes
2013-11-06 19:31:26 +01:00
Juergen E. Fischer
ec0f0bea28
indentation update and a few fixed typos
2013-10-24 15:26:39 +02:00