2033 Commits

Author SHA1 Message Date
Alexia Mondot
7abca16d05 fixes bugs about processing evolution 2014-01-31 16:16:13 +01:00
Alexia Mondot
4f443dd384 Update OTB processing modules 2014-01-31 16:16:13 +01:00
Alexia Mondot
128158b3ce import removed to fix bugs 2014-01-31 16:13:20 +01:00
Alexia Mondot
cdadc701ee add ParameterMultipleExternalInput parameter type 2014-01-31 11:20:50 +01:00
volaya
a30a9dd05e Merge pull request #992 from fsdias/master
Fix Relative_distribution_(distance_covariate).rsx
2014-01-24 00:34:02 -08: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
vmora
af55e98a45 set droplists if parameter values are already set
as a result you can set some parameters in
checkBeforeOpeningParametersDialog and they will be the default in the
interface. This is especially usefull when your algo as a lot of
parameters that you can gues (eg from layer names)
2014-01-03 14:52:49 +01:00
Nathan Woodrow
327f561cdd Fix typo 2014-01-03 20:49:32 +10:00
Nathan Woodrow
79447b92c1 Filter params and output before use. Use Enurmerate to count rows 2014-01-03 20:40:15 +10:00
Nathan Woodrow
797bd3233d Use count function 2014-01-03 20:40:14 +10:00
Nathan Woodrow
44d96825a3 Use set for getFields 2014-01-03 20:40:13 +10:00
Nathan Woodrow
8aa6a4db24 Reduce margins on processing toolbox 2014-01-03 13:14:59 +10:00
Salvatore Larosa
51fb4f5909 [processing] set window flags for modeler dialog 2014-01-02 14:33:42 +01:00
Salvatore Larosa
dd6dffcb89 [processing] API v2 update fix: returns str obj instead of QVariant one, it occurs when running Processing headless 2014-01-02 14:33:06 +01:00
Alexander Bruy
77fb9a5492 [processing] refactored some helpre functions (contributed by Nathan Woodrow) 2013-12-29 14:35:11 +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
Victor Olaya
52c59daad2 [processing] minor cosmetic change 2013-12-20 09:41:39 +01:00
D'Hont René-Luc
a09892f1bb [Feature][Processing] Headless
To use QGIS Processing in python scripts out of QGIS.
The changes made concern the dependence to legendInterface. In cases
where the interface.iface is null (None) QGIS Processing uses the
QgsMapLayerRegistry instance.
2013-12-19 18:09:56 +01: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
Alexander Bruy
e1186f164d [processing] explicitly set window flags for script editor 2013-12-05 09:45:49 +02:00
volaya
e1bce85357 Merge pull request #1003 from rduivenvoorde/processingtweaks
gui tweak: adding margin around processing dialogs
2013-11-27 02:06:45 -08:00
Juergen E. Fischer
f665ddc81d indentation update 2013-11-24 16:31:00 +01:00
Juergen E. Fischer
843504ed78 german translation update 2013-11-24 16:29:40 +01:00
Richard Duivenvoorde
eedab4f4ca gui tweak: adding margin around processing dialogs 2013-11-22 19:25:35 +01:00
fsdias
fb08949319 Create Advanced_raster_histogram.rsx 2013-11-19 11:11:25 +00:00
Yves Jacolin
ee566a09db Typo in the en sentence 2013-11-18 19:05:28 +01:00
Yves Jacolin
681a6317fc Typo in the en sentence 2013-11-18 19:03:45 +01:00
fsdias
a0b5e94a78 Update Relative_distribution_(distance_covariate).rsx 2013-11-12 10:03:45 +00:00
volaya
ee3870e4af Merge pull request #986 from p0cisk/processing_crs
[processing] Add crs selection panel to scripts
2013-11-12 01:24:12 -08:00
Victor Olaya
7165e882cd [processing] R improvements
This commit:

Deletes Example scripts

Replaces Example scripts with more up to date versions

Adds general categories for r scripts: Basic statistics, Vector processing, Raster processing and Point pattern analysis

adds help files to all r scripts

Adds a groups of r scripts entitled Home range analysis, that includes Kernel href, LSCV Kernel, Minimum convex polygon, single linkage cluster analysis and characteristic hull method, using adehabitatHR()

Adds the following R scripts contributed by Yury Ryabov ( riabovvv(at)gmail.com ): Advanced raster histogram, Monte carlo spatial randomness, Relative distribution (distance covariate), Relative distribution (raster covariate),
2013-11-11 22:45:06 +01:00
giohappy
021c7e6077 fixed MMQGIS Extract by attributes 2013-11-06 19:31:26 +01:00
Victor Olaya
c4e39abc36 [processing] allow geometry types to be specified when defining inputs in scripts 2013-11-06 19:27:35 +01:00
Victor Olaya
e43b8a5311 simplified features method in vector tools 2013-11-06 19:27:34 +01:00
Piotr Pociask
761314197c [processing] Add crs selection panel to scripts 2013-11-06 17:52:43 +01:00
Salvatore Larosa
4ddc948c7b [Fixes #8926, #8987] add alpha channel for rubber band in extentSelector 2013-11-03 15:05:11 +01:00
Alexander Bruy
c3fb7f9efa [processing] bump version to 2.0 2013-10-29 12:26:32 +02:00
Alexander Bruy
2dce80b1c8 [processing] fix issue wil multiple selection 2013-10-29 10:54:48 +02: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
Juergen E. Fischer
ec0f0bea28 indentation update and a few fixed typos 2013-10-24 15:26:39 +02: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
Alexander Bruy
f9c2b91e52 [processing] use list widget in Multiple selection dialog 2013-10-21 19:12:21 +03:00
Victor Olaya
2b99414c9e [processing] fixed typo in nviz 2013-10-20 20:41:25 +02:00
Victor Olaya
5cfd708b7b [processing] fixed wrong indentation 2013-10-20 19:01:56 +02:00
Victor Olaya
83cca9b7cd [processing] corrected string 2013-10-20 18:48:05 +02:00
volaya
5b4fee8932 Merge pull request #945 from gioman/grassrasterexport
[processing] fixes GRASS raster export in order to cope with r.horizon and r.composite
2013-10-20 09:47:50 -07:00
volaya
16ac256311 Merge pull request #949 from gioman/sagarasterimportexport
[processing] fixes SAGA import and export rasters
2013-10-20 09:47:33 -07:00
volaya
f0c9efbf01 Merge pull request #954 from gioman/grassnvizcolor
[processing] add COLOR parameter to nviz to allow draping rasters over the digital elevation model
2013-10-20 09:39:19 -07:00