1479 Commits

Author SHA1 Message Date
Alexander Bruy
f3f09fa500 [processing] i18n support in gdal provider 2015-01-17 11:24:54 +02:00
volaya
73f184e2e8 [processing] fixed handling of bool values in saga 213 2015-01-15 10:27:19 +01:00
volaya
05f6e9973c [processing] fixed make file 2015-01-15 10:27:18 +01:00
volaya
aa60bfecb2 [processing] New system for handling SAGA versions
This commit sets a different way of handling SAGA versions and a new way of checking saga installations

This is done to fix the messy situation that SAGA causes due to its API changing in each release.
2015-01-15 10:27:18 +01:00
Markus Neteler
b7dcd67f3e Updates for current GRASS GIS 7 release branch [merged PRs]:
* Delete r.bitpattern.txt: r.bitpattern is now only an Addon since r.mapcalc and i.modis.qc provide the functionality
* r.describe.txt: flag description cosmetics
* r.random.raster.txt: fix typo
* Update and rename r.shaded.relief.txt to r.relief.txt (http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Renamedmodules)
* Update r.sunmask.txt: -s added but "Outputraster" needs to be optional for that [TODO]
* Update r.surf.area.txt: "units" added
* Delete r.surf.idw2.txt: r.surf.idw2 is now a GRASS GIS Addon (http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Replacedandremovedmodules)
* Delete v.transform.pointsfile.txt: The pointsfile parameter no longer exists. Use v.transform.txt instead
* Update TODO
2015-01-12 07:41:50 +01:00
Giovanni Manghi
29f8b2399a fix a few qgis processing scripts 2015-01-09 19:02:50 +00:00
Nathan Woodrow
9d76247ac3 Fix #11928 - import os for las tools 2014-12-30 13:08:53 +10:00
volaya
247c3dd0e7 [processing] fixed split vector layer algorithm 2014-12-22 12:53:30 +01:00
volaya
6c7d61f3be [processing] update of lidar algorithms
Provided by Martin Isenburg
2014-12-22 12:53:29 +01:00
volaya
2363ae56ab [processing] indentation fix 2014-12-16 15:24:15 +01:00
volaya
901c7642d1 [processing] fixed handling of source strings in ogr algorithms 2014-12-16 14:04:45 +01:00
Giovanni Manghi
8afbe83c74 fix gdal rasterize when using the -ts parameter 2014-12-15 18:20:17 +00:00
Alexander Bruy
0d8cb3c1a9 [processing] fix wrong behavior in Join by location alg (fix #11736) 2014-12-11 12:43:35 +02:00
alexbruy
4980dba5d8 Merge pull request #1719 from bstroebl/splitLines
[processing] [feature] split lines with lines
2014-12-08 11:59:45 +02:00
Bernhard Ströbl
da17656fe0 Log error to ProcessingLog 2014-12-08 09:31:41 +01:00
Markus Neteler
c522112534 Update Grass7Algorithm.py
GRASS GIS 7 update: dsn -> input|output as per http://trac.osgeo.org/grass/browser/grass/trunk/lib/gis/renamed_options
2014-12-04 21:57:19 +01:00
Bernhard Ströbl
a2c656e6f6 [processing] [feature] split lines with lines 2014-12-04 16:20:43 +01:00
Werner Macho
cb32d31c3a fix typo in processing description
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-11-30 23:28:49 +01:00
Alexander Bruy
b2ba8e9c85 [processing] fix GRASS output parser (fix #10660) 2014-11-30 12:50:36 +02:00
Alexander Bruy
72fe56cfe4 [processing] fix Convex hull algorithm (fix #11725) 2014-11-30 12:50:35 +02:00
Juergen E. Fischer
e48a6f642f indentation update [ci skip] 2014-11-30 10:26:39 +01:00
Alexander Bruy
902b932968 [processing] use extent instead of width, height and center in Create
Grid algorithm (fix #11481)
2014-11-29 13:58:16 +02:00
Alexander Bruy
0d54a4f2b5 [processing] fix parameter names in TauDEM algorithms 2014-11-26 15:10:49 +02:00
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