Victor Olaya
a1d43ff2a3
[processing] fixed v.select description
...
fixes #10113
2014-04-24 18:33:59 +02:00
Victor Olaya
79757fabee
[processing] some fixes in help system
2014-04-24 18:33:56 +02:00
Juergen E. Fischer
2e6927feb7
more processing cmake fixes
2014-04-20 22:39:00 +02:00
volaya
cf061f9233
[processing] fixed wrong import
2014-04-20 19:37:10 +02:00
Juergen E. Fischer
5f0151cee9
fix build error
2014-04-20 16:06:19 +02:00
Victor Olaya
25676f3cf5
[processing] Adapted make files (they were not changed after refactoring folder structure)
2014-04-20 11:30:23 +02:00
Juergen E. Fischer
f355ea6d7c
identation update
2014-04-19 22:14:33 +02:00
Victor Olaya
8fe53c051c
[processing] recover changes introduced in b928d165206a0994e593903d149c875131bfd6c6, lost on refactoring and merging
2014-04-19 20:53:09 +02:00
Victor Olaya
ab4e78b98f
[processing] fixed wrong path to grass icon in grass7 provider
2014-04-19 20:49:23 +02:00
Victor Olaya
f014b4f097
[processing] prevent grass installation check returning None when folder not set under windows
2014-04-19 20:49:22 +02:00
Victor Olaya
1d821d6378
[processing] fixed wrong help url to Processing manual
2014-04-19 20:49:22 +02:00
Victor Olaya
922b844819
[processing] prevent grass7 config parameters from shadowing grass6 parameters
2014-04-19 20:49:21 +02:00
Victor Olaya
e142401c2b
[processing] added grass7 files (forgot to add them on refactoring)
2014-04-19 20:49:19 +02:00
Victor Olaya
bce5b899a2
[processing] improvements in help for algorithms
...
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
2014-04-19 20:49:18 +02:00
Victor Olaya
9b277cb040
[processing] refactoring to put all algorithm providers under a single module
2014-04-19 20:49:17 +02:00
Juergen E. Fischer
a7b5a8a574
indentation update
2014-04-06 12:41:09 +02:00
Alexander Bruy
e6081fa9e1
[processing] skip invalid geometries when performing intersection ( fix #9410 )
2014-03-27 19:56:46 +02:00
Alexander Bruy
e484500d40
[processing] enable temporary outputs in QGIS Field Calculator ( fix #9401 )
2014-03-26 19:54:30 +02:00
Victor Olaya
eb360e0b37
[processing] fixed display ad handling of optional table fields in parameters panel
2014-03-26 14:57:09 +01:00
Alexander Bruy
cbeb5288b5
[processing] add Buffer option to Voronoi polygons tool ( fix #7661 )
2014-03-26 15:21:13 +02:00
volaya
e2d01e2e15
Merge pull request #970 from snorfalorpagus/spatialjoin
...
Ported "Join attributes by location" from fTools to Processing
2014-03-25 17:41:30 +01:00
Alexander Bruy
4ffdef4893
[processing] fix MMQGIS Extract by attribute ( fix #9768 )
2014-03-25 16:33:50 +02:00
Alexander Bruy
5e5abdb419
[processing] add feature count to Statistics by categories output ( fix #9871 )
2014-03-25 16:25:15 +02:00
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
19da71cca0
Merge pull request #1149 from p0cisk/master
...
[processing]Fix "float division by zero" in polygonize algorithm if no
2014-03-25 10:06:53 +01: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
3797ffae41
[processing] fix wrong tools description ( fix #9852 )
2014-03-24 19:45:41 +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
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