alexbruy
285fa01c30
Merge pull request #1076 from snorfalorpagus/processing_intersection_fix
...
[processing] fix QGIS Intersection tool
2014-03-25 16:18:58 +02:00
Alexander Bruy
c69f2e1153
[processing] fix Unique values tool ( fix #9870 )
2014-03-25 15:55:00 +02:00
volaya
db235c896f
Merge pull request #1239 from bstroebl/eliminateSmallest
...
[FEATURE] (Processing) Eliminate with smallest polygon
2014-03-25 10:01:20 +01:00
Alexander Bruy
40942fa7d5
[processing] fix old API calls in Extract by location tool ( fix #9603 )
2014-03-24 20:18:44 +02:00
Alexander Bruy
7f522f92e0
[processing] fix Distance Matrix tool ( fix #7618 )
2014-03-24 19:45:40 +02:00
Bernhard Ströbl
bd50701361
[FEATURE] (Processing) Eliminate with smallest polygon
2014-03-13 15:24:38 +01:00
unknown
ed5f7781ba
There is an indentation error in the Dissolve.py script that writes out the intermediate object on every merge with an input feature rather than just once at the end of the processing. This results in very large output file sizes.
...
I have also edited the defineCharacteristics function to allow the tool input to accept polyline features as well as polygons, in line with the fTools UI.
2014-03-12 10:49:54 +00: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
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
ec0f0bea28
indentation update and a few fixed typos
2013-10-24 15:26:39 +02: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
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
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
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
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
82b1ea04f6
[processing] write table header only when necessary
...
adopt Point distance alg to use OutputTable
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