Alexander Bruy
cefc4df6be
[processing] redirect output from command line tools to Info tab ( fix #5618 )
2014-11-22 12:53:26 +02:00
Alexander Bruy
6637796719
[processing] fix Field calculator algorthm ( fix #11488 )
2014-11-22 12:52:18 +02:00
volaya
51de0caeb8
[processing] better output logging for gdal/org calls
...
Fixes #11501
2014-11-21 15:02:19 +01:00
volaya
f3fdd9c200
[processing] clean unused line
2014-11-21 15:02:18 +01:00
Giovanni Manghi
97e796906f
[Processing] A new tool to import data in PostGIS based on ogr2ogr and a few other ogr related fixes
2014-11-21 10:25:26 +01:00
volaya
df9372a85b
[processing] better behaviour for fields calculator custom dialog
2014-11-21 09:10:08 +01:00
volaya
05dc06d41e
[processing] fixed fields calculator algorithm
...
It's not a complete fix, as it just comments out a line that was causing a 'underlying C/C++ object was deleted' error
Should revisit is later. For now, this allows the algorithm to run correctly and not crash qgis
2014-11-21 09:09:07 +01:00
Alexander Bruy
3c2d45ffd7
[processing] repair non-working random extract algorithms ( fix #11571 )
2014-11-19 12:02:20 +02:00
Alexander Bruy
1c6aa9b373
[processing] add hypsometric curves calculation algorithm
2014-11-19 12:02:20 +02:00
Paolo Cavallini
edd8d9bc64
Merge pull request #1692 from neteler/patch-4
...
Delete r.average.txt
2014-11-19 08:03:54 +01:00
Markus Neteler
9c2a1131f8
Update and rename r.bilinear.txt to r.resamp.interp.txt
...
r.bilinear: merged into r.resamp.interp, see http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Renamedmodules
2014-11-18 22:05:11 +01:00
Markus Neteler
36869f075a
Delete r.average.txt
...
Superseded by r.statistics, see http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Removedmodules
2014-11-18 22:00:33 +01:00
volaya
d7f7b06ed8
Merge pull request #1614 from radosuav/small_fixes
...
Small fixes for Processing
2014-11-18 16:11:25 +01:00
alexbruy
20deafdb36
Merge pull request #1605 from ghtmtt/patch-1
...
Update geometricfigures.rst
2014-11-18 10:48:56 +02:00
Paolo Cavallini
770db71993
Merge pull request #1687 from gioman/master
...
fixes r.watershed parameter description for GRASS 6.4
2014-11-14 08:48:42 +01:00
Juergen E. Fischer
d4f64d9bde
indentation update and typo fixes
2014-11-13 23:13:13 +01:00
Giovanni Manghi
3e3f1fb16c
fixes r.watershed parameter description for GRASS 6.4
2014-11-13 20:30:47 +00:00
Takayuki Mizutani
61b0291042
fix Empty console Output on R under processing. refs #7643
2014-11-09 12:40:03 +09:00
Alexander Bruy
5d1dde034e
fix regex for getting layer name
2014-11-08 18:17:39 +02:00
ghtmtt
b4824abb20
Update gridcalculator.rst
...
change **x** and **y** with **a** and **b**
2014-11-07 15:19:47 +01:00
Alexander Bruy
2417a82bd7
[processing] add method in OGR algorithms for getting layer name from source
2014-11-07 16:11:11 +02:00
Giovanni Manghi
7976d9488e
fix several SAGA 2.1.2 modules, take1
2014-11-02 11:53:55 +00:00
Alexander Bruy
92de1f1b29
fix directory layout
2014-11-01 14:00:51 +02:00
Alexander Bruy
8be274dcf9
[processing] add Vector grid algorithm (addresses #5953 )
2014-11-01 13:58:01 +02:00
Alexander Bruy
e8d3d5a214
[processing] add Vector split algorithm (addresses #5953 )
2014-11-01 13:57:33 +02:00
Alexander Bruy
cc3ccdf319
[processing] fix Join by location alg
2014-11-01 13:56:44 +02:00
Alexander Bruy
9d1a7b3ea7
[processing] add Symetrical difference algorithm (addresses #5953 )
2014-11-01 13:56:42 +02:00
Alexander Bruy
ae4a1441e9
[processing] add Regular points algorithm (addresses #5953 )
2014-11-01 13:56:21 +02:00
Giovanni Manghi
9024badc60
fix modeller with saga tools
2014-10-31 11:04:15 +00:00
Nyall Dawson
3be82ff708
[processing] Ignore geom for non geom tables for ImportIntoPostGIS
...
This fixes an error where trying to import non geometry tables
using the "Import Into PostGIS" algorithm results in a database
error.
2014-10-27 11:16:11 +11:00
Alexander Bruy
7e69dbdbcb
move TODO.txt to root folder to avoid attempts to parse it as
...
algorithm description
2014-10-26 12:54:22 +02:00
Alexander Bruy
3d8e630b60
[processing] fix broken TauDEM support
2014-10-26 12:54:22 +02:00
Alexander Bruy
94a33cd1c9
[processing] fix issues with Create Grid algortihm
2014-10-24 09:35:45 +03:00
Juergen E. Fischer
65db7fb1ed
dxf export: fixes for text support (text width, underline/overline/strikeout
...
and line direction symbols)
2014-10-23 20:35:22 +02:00
Giovanni Manghi
6f30ab9be7
result field in Processing 'count points in polygon' must be integer
2014-10-23 11:11:03 +01:00
alexbruy
6be9d08061
Merge pull request #1646 from gioman/saga_shapesmodules_fixes1
...
fixes for 2 shapes tools for SAGA 2.1.2
2014-10-22 11:13:04 +03:00
alexbruy
47f5873e86
Merge pull request #1649 from gioman/ogr_clip
...
add Processing clip using ogr2ogr to compensate for the bad Clip perform...
2014-10-22 11:12:47 +03:00
Giovanni Manghi
d9b1638073
added detail about the output
2014-10-21 22:27:18 +01:00
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
80c1dda94d
add Processing clip using ogr2ogr to compensate for the bad Clip performances of the native QGIS Clip tool
2014-10-21 16:48:19 +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
Giovanni Manghi
17626b802a
fixes for 2 shapes tools for SAGA 2.1.2
2014-10-20 19:54:47 +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