262 Commits

Author SHA1 Message Date
Giovanni Manghi
ee8b74f5ca fix processing gdal_rasterize to allow write vector values in a existing raster layer 2014-10-21 22:21:52 +01:00
Giovanni Manghi
eea6c6bf54 Add raster data type output option to some Processing/GDAL tools otherewise output is always Float64 2014-10-21 12:38:44 +01:00
Giovanni Manghi
93efeeff83 Add raster data type output option to some Processing/GDAL tools otherewise output is always Float64 2014-10-21 12:34:16 +01:00
volaya
9f8beb0254 Merge pull request #1640 from gioman/saga_mosaick_fix
small fix for SAGA module
2014-10-20 09:25:30 +02:00
volaya
1eefed257d Merge pull request #1639 from gioman/saga_transpose_grids
Add SAGA 2.1.2 Transpose Grids tool
2014-10-20 09:24:53 +02:00
Giovanni Manghi
3c246159b7 Add option to allow choose raster type output to gdal_rasterize 2014-10-19 23:24:06 +01:00
Juergen E. Fischer
8d3654baa7 indentation update 2014-10-20 00:16:36 +02:00
Giovanni Manghi
e1dedee70c better gdal rasterize defaults 2014-10-19 22:33:54 +01:00
Giovanni Manghi
a0a546f19c small fix for SAGA module 2014-10-19 22:26:12 +01:00
Giovanni Manghi
6a33e279da Add SAGA 2.1.2 Transpose Grids tool 2014-10-19 22:19:45 +01:00
volaya
a548d1fe2b Merge pull request #1637 from gioman/saga_grid_cell_index
fix SAGA 2.1.2 Sort Grid module: name and parameters changed
2014-10-19 23:12:14 +02:00
volaya
f35fb5ebf7 Merge pull request #1636 from gioman/saga_mosaick
fixes SAGA 2.1.2 merge raster layers module as it changed name (now "mosaick") and parameters
2014-10-19 23:10:01 +02:00
Giovanni Manghi
7e40811840 fix SAGA 2.1.2 Sort Grid module: name and parameters changed 2014-10-19 20:37:42 +01:00
volaya
c3914f0c40 [processing] removed redundant saga algorithm 2014-10-19 21:34:21 +02:00
Giovanni Manghi
af1fe9e231 fixes SAGA 2.1.2 merge raster layers module as it changed name and parameters 2014-10-19 19:46:15 +01:00
Giovanni Manghi
28f3f4624c fixed SAGA Slope,Aspect,Curvature module for SAGA 2.1.x 2014-10-18 22:31:41 +01:00
Giovanni Manghi
0dca55e564 fixed SAGA Slope,Aspect,Curvature module for SAGA 2.1.x 2014-10-18 22:30:54 +01:00
Paolo
d77e0f0b1f Typo fixed in r.series 2014-10-18 22:28:52 +02:00
Giovanni Manghi
c575fa51df add new parameter to SAGA split shapes tool 2014-10-17 16:42:23 +01:00
Anita Graser
4a639ad984 fixed value used before assignment error 2014-10-09 11:16:47 +02:00
volaya
2dbe2da7e3 [processing] minor code cleaning 2014-10-07 12:02:31 +02:00
volaya
a39315afad [processing] enable non-tif outputs in gdaldem algorithms 2014-10-06 07:33:44 +02:00
volaya
559c2d95ec [processing] enabled more gdal output extensions 2014-10-06 07:33:43 +02:00
Alexander Bruy
7960dc21e3 [processing] always pass number of cores as integer (fix #10894) 2014-10-04 16:52:02 +03:00
Alexander Bruy
b9f89ae2b1 [processing] fix algorithm execution 2014-10-04 14:05:51 +03:00
volaya
5fca922a98 [processing] fixed minor typos in GeometryConvert algorithm 2014-10-03 19:29:00 +02:00
Alexander Bruy
2cd177068c [processing] disable GRASS 7 algorithm provider by default 2014-10-03 15:47:44 +03:00
Alexander Bruy
2f1dbab8bb fix file permissions 2014-10-03 15:47:44 +03:00
Alexander Bruy
1b8597306b [processing] put all qgis algs in single directory 2014-10-03 15:47:44 +03:00
volaya
f5054a1e72 Merge pull request #1604 from elpaso/processing
[processing] Avoid python hangs when run in headless mode from FCGI
2014-10-03 11:16:01 +02:00
volaya
ac54c8e00a [processing] updated freq analysis alg 2014-10-03 10:42:03 +02:00
Alexander Bruy
558765addf update Grid alg to avoid some coordinate precision issues 2014-10-03 11:40:51 +03:00
Alexander Bruy
48fde06518 remove old code 2014-10-03 11:40:51 +03:00
Alexander Bruy
be07989619 refactor Geometry convert alg 2014-10-03 11:40:51 +03:00
Alexander Bruy
8e696b7662 refactor Merge alg 2014-10-03 11:40:51 +03:00
Alexander Bruy
b63a5d3f45 refactor Hub lines alg 2014-10-03 11:40:51 +03:00
Alexander Bruy
f6144355b3 refactor Hub distance alg 2014-10-03 11:40:51 +03:00
Alexander Bruy
d4dbb92a5c refactor Gridify alg. fix license headers 2014-10-03 11:40:51 +03:00
Alexander Bruy
98226c5cb0 refactor Grid algorithm 2014-10-03 11:40:50 +03:00
Alexander Bruy
3b60bd67a2 refactor Select by attribute alg 2014-10-03 11:40:50 +03:00
Alexander Bruy
5d114a877a refactor Extract by attribute alg 2014-10-03 11:40:50 +03:00
Alexander Bruy
5306cd8566 refactor Text to float alg 2014-10-03 11:40:50 +03:00
Alexander Bruy
07d584d264 start refactoring of the Processing mmqgis backend: Delete column and
Delete duplicate geometries
2014-10-03 11:40:50 +03:00
elpaso
59ec15bb2b [processing] Avoid python hangs when run in headless mode from FCGI 2014-10-03 10:35:07 +02:00
Alexander Bruy
72259135b1 [processing] remove undefined variable (fix #11118) 2014-10-02 17:58:25 +03:00
giohappy
04becdc53a [Processing] HTML output for r.sum 2014-09-26 13:17:11 +02:00
alexbruy
18c84afd1b Merge pull request #1531 from ccrook/DistanceMatrixFix
[processing] Distance matrix fixes
2014-09-19 21:29:52 +03:00
alexbruy
9ae648b824 Merge pull request #1585 from cayetanobv/master
[processing] fix column name in Zonal statistics alg
2014-09-19 21:24:40 +03:00
Alexander Bruy
cc307578eb [processing] avoid division by zero in random points alg (fix #11215) 2014-09-19 20:06:15 +03:00
Cayetano Benavent
8ec82a30d0 Zonal statistics: changed variance names (variable and field name; CV > var) 2014-09-18 11:25:33 +02:00