913 Commits

Author SHA1 Message Date
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
Juergen E. Fischer
2595e02f40 fix build error (followup ba8f3881) 2014-07-10 02:55:29 +02:00
Victor Olaya
8355a7aed6 deleted EnumerateTableField description (redundant) 2014-07-10 01:18:02 +02:00
Victor Olaya
ba8f388122 [processing] fixed cmake 2014-07-10 01:18:01 +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
Giovanni Manghi
b16172cc27 [processing] fix GRASS 7 r.watershed 2014-07-07 11:32:25 +01:00
Victor Olaya
1088ba7998 [processing] added 'Select by expression' algorithm (by Michaël Douchin - 3Liz) 2014-07-06 20:52:01 +02:00
Victor Olaya
6026944c21 [processing] removed scripts
They should be downloaded now from the scripts/model repo
2014-07-06 20:51:59 +02:00
Victor Olaya
4df7b3464a fixed issue with MultilineTextPanel in modeler (#10813) 2014-07-06 20:51:56 +02:00
Minoru Akagi
228892cfa7 [processing] fix join to layer with join (fix #10244) 2014-07-05 13:38:25 +09:00
Minoru Akagi
361202e9fc [processing] JoinAttributes improvement
- allow join not only with vector attribute table but also with geometryless table
- performance and key comparison improvement
- str to unicode fix
2014-07-05 13:38:12 +09:00
Victor Olaya
d8eee4e56a [processing] fixed #10792 2014-07-04 22:36:25 +02:00
volaya
2f5d118d4d Merge pull request #1496 from Gustry/dev
[processing] change str to unicode fix #10624
2014-07-03 15:20:00 +02:00
Etienne Trimaille
5476d86f60 change str to unicode fix #10624 2014-07-03 14:02:54 +02:00
Victor Olaya
322cd0d03b [processing] fixed #10780 2014-07-02 20:22:00 +02:00
Juergen E. Fischer
8871be0afa indentation update 2014-07-02 07:46:03 +02:00
Alexander Bruy
eb81610366 [processing] fix fusion algs loading 2014-07-01 16:57:06 +03:00
alexbruy
dd4c1d1049 Merge pull request #1495 from giohappy/new_operators_dospatialjoin
Add fine grain control over select by location tools
2014-07-01 15:40:07 +03:00
Victor Olaya
dd8dbc23da [processing] more changes to fusion lidar algorithms 2014-07-01 12:18:40 +02:00
giohappy
6f00101bfd fix to Processing side 2014-07-01 11:18:54 +02:00
giohappy
24c1c95619 improved processing extract/select by location 2014-06-30 19:18:25 +02:00
Victor Olaya
1eff31ad96 [processing] add 'optional' label to optional parameters in input dialog 2014-06-30 07:38:38 +02:00
Victor Olaya
2e9e954411 [processing] better handling of values in boolean parameter 2014-06-30 07:38:38 +02:00
Victor Olaya
9204ca02b6 [processing] Update of fusion lidar algorithms (By Agresta S.Coop) 2014-06-30 07:38:37 +02:00
alexbruy
6def4b60ff Merge pull request #1446 from volaya/new_modeler
[processing] overhaul of graphical modeler
2014-06-29 12:34:27 +03:00
Victor Olaya
9c95cdd9d4 [processing] better handling of col sizes in batch interface 2014-06-28 17:07:47 +02:00
Victor Olaya
a794c71e45 [processing] fixed #10445 2014-06-28 17:07:46 +02:00
Victor Olaya
93511b2f82 [processing] methods in dataobjects.py now return layers ordered by name
fixes #10446
2014-06-28 17:07:46 +02:00
Victor Olaya
05cfd69d13 [processing] overhaul of graphical modeler 2014-06-28 14:54:17 +02:00
volaya
5c9cb5a0cd Merge pull request #1490 from radosuav/small_processing_fixes2
[processing] Small fixes 2
2014-06-28 09:09:35 +02:00
Rado Guzinski
2982b57dd2 [processing] Sort algorithms when updating provider alg list. 2014-06-27 13:33:08 +02:00
Rado Guzinski
f89d27506d [processing] Give an option for all file types to be used as input layer to processing algorithms. 2014-06-27 13:30:54 +02:00
Nyall
0a7e69c6a0 [processing] Add [not set] option for field combos when parent layer changes (fix #10728), also fix some strings displaying with extra spaces 2014-06-27 08:33:32 +10:00
Rado Guzinski
1fca1ebe5d Do not put GDAL extra parameters in quotes. 2014-06-26 16:26:49 +02:00
Rado Guzinski
9c16ad3ad3 Change the way input dataset CRS in read, to avoid problems with file handles remaining open in QGIS after use. 2014-06-26 16:20:37 +02:00
Rado Guzinski
159c1555f9 Allow passing of parameters to algorithms in dictionaries. 2014-06-26 16:09:00 +02:00
alexbruy
a1202be590 Merge pull request #1487 from gioman/fixgrass7
[processing] Fix GRASS7 Grass7Algorithm.py to avoid error when opening modules
2014-06-24 16:13:34 +03:00
alexbruy
2fc5ce31eb Merge pull request #1486 from gioman/grass_instructions
[processing] fixed instructions on how build GRASS modules
2014-06-24 16:13:08 +03:00
gioman
61abba8e30 fix GRASS7 2014-06-24 13:23:17 +01:00
gioman
30e5747f92 fixed instructions on how build GRASS modules 2014-06-24 12:57:06 +01:00
gioman
544200e82a [processing] add GRASS modules for Wildfire analysis 2014-06-24 12:40:19 +01:00
alexbruy
cd3bdd78ee Merge pull request #1479 from gioman/master
[processing] add v.surf.rst modules for lines
2014-06-23 16:01:43 +03:00
volaya
b73c870f27 Fixed #10666 2014-06-22 23:29:43 +02:00