52 Commits

Author SHA1 Message Date
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
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
Victor Olaya
e53690583f [processing] change icon of core algs 2014-07-12 10:39:50 +02:00
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
Victor Olaya
1088ba7998 [processing] added 'Select by expression' algorithm (by Michaël Douchin - 3Liz) 2014-07-06 20:52:01 +02: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
Juergen E. Fischer
8871be0afa indentation update 2014-07-02 07:46:03 +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
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
Juergen E. Fischer
522f2e4bd3 nsis: fix master installer bitmap 2014-06-20 23:42:25 +02:00
Victor Olaya
b390b3e778 [processing] fixed behaviour of select algorithms in modeler 2014-06-20 23:18:40 +02:00
Victor Olaya
b96f8fe342 [processing] allow 'set raster layer style' alg to use layers not loaded in qgis 2014-06-20 23:18:38 +02:00
Victor Olaya
3c7f5c962e [processing] Modified styling algs to work with layer that are not open in qgis 2014-06-20 23:18:34 +02:00
Juergen E. Fischer
0dd02bad04 fix some warnings and indentation update 2014-06-19 00:02:32 +02:00
Victor Olaya
acc6271f18 [processing] added algs to set style of layer 2014-06-16 12:04:28 +02:00
Victor Olaya
68e2def12a [processing] indentation fix 2014-06-16 12:04:27 +02:00
Juergen E. Fischer
95687a281a fix typos 2014-06-13 09:08:25 +02:00
Juergen E. Fischer
3682384675 indentation update 2014-06-13 09:03:15 +02:00
gioman
306b148bc0 small changes to import into postgis tool 2014-06-12 11:00:42 +01:00
Victor Olaya
7d4659da03 [processing] fixed wrong imports 2014-06-10 22:39:11 +02:00
Victor Olaya
15e923820f [processing] added help files for algs in qgis group
Most help files missing content
2014-06-08 20:00:03 +02:00
Victor Olaya
2073026f7c [processing] removed geoserver algorithms and moved postgis ones to qgis agorithms group 2014-06-08 20:00:01 +02:00
Salvatore Larosa
c0b3e90faa [processing] fixes extract by location alg (fixes #10241) 2014-05-28 09:14:59 +02:00
Victor Olaya
caaabb4f28 [processing] changed name of output in concave hull 2014-05-22 12:42:27 +02:00
Salvatore Larosa
470431d6b4 [processing] fixes cmake for lastools, removes the interface module and adds import iface module where lacking 2014-05-21 22:05:07 +02:00
Victor Olaya
293ac60722 [processing] removed interface module
now all access to the interface is done through qgis.utils.iface
2014-05-21 17:35:48 +02:00
Victor Olaya
889d2a1b45 [processing] code cleaning. Removed debug sentences 2014-05-21 17:34:40 +02:00
Alexander Bruy
6088dbacac follow up 5ad518afd2. Better handling of temporary directories 2014-05-16 15:45:21 +03:00
Alexander Bruy
50a258df53 [processing] write additional output(s) compatible withg Azimuth and Distance
plugin
2014-05-16 15:45:21 +03:00
Alexander Bruy
4d5b7d379b disable gap parameter as it is unclear if it useful 2014-05-16 15:44:37 +03:00
Alexander Bruy
2d0e950ba2 [processing] new tool: points to path
Work done for Faunalia funded by Prof. António Mira (University of Évora,
Portugal, Unidade de Biologia da Conservação) and Dr. Rosana Peixoto
2014-05-16 15:44:37 +03:00
Alexander Bruy
2374c80e3a [processing] new tool: random points along lines
Work done for Faunalia funded by Prof. António Mira (University of Évora,
Portugal, Unidade de Biologia da Conservação) and Dr. Rosana Peixoto
2014-05-16 15:44:36 +03:00
Alexander Bruy
9b4b1df68f init random generator before creating points 2014-05-16 15:44:36 +03:00
Alexander Bruy
9f4e1072f8 [processing] new tool: random points in polygons (variable)
Work done for Faunalia funded by Prof. António Mira (University of Évora,
Portugal, Unidade de Biologia da Conservação) and Dr. Rosana Peixoto
2014-05-16 15:44:36 +03:00
Alexander Bruy
6e4fbf8d10 move common function to tools package 2014-05-16 15:44:36 +03:00
Alexander Bruy
72997dca6d [processing] new tool: random points within polygons
Work done for Faunalia funded by Prof. António Mira (University of Évora,
Portugal, Unidade de Biologia da Conservação) and Dr. Rosana Peixoto
2014-05-16 15:44:36 +03:00
Alexander Bruy
1b423ca29f [processing] new tool: random points in layer bounds
Work done for Faunalia funded by Prof. António Mira (University of Évora,
Portugal, Unidade de Biologia da Conservação) and Dr. Rosana Peixoto
2014-05-16 15:44:36 +03:00
Alexander Bruy
bfc33ba0ba [processing] new tool: random point in given extent
Work done for Faunalia funded by Prof. António Mira (University of Évora,
Portugal, Unidade de Biologia da Conservação) and Dr. Rosana Peixoto
2014-05-16 15:44:36 +03:00
Juergen E. Fischer
40df5603c9 fix windows build (missing CORE_EXPORT/GUI_EXPORT) 2014-05-07 18:00:16 +02:00
Piotr Pociask
bb93600607 [Processing]Concave Hull - dissolve bug is fixed so taking last feature
is not necessary
2014-05-03 19:07:20 +02:00
Piotr Pociask
ebbb0b3ed6 [Processing][Feature] Add Concave Hull algorithm 2014-05-02 17:54:20 +02:00
Juergen E. Fischer
2e6927feb7 more processing cmake fixes 2014-04-20 22:39:00 +02:00