radosuav
82f043c28c
[Processing] Add support for input rasters with sublayers.
2015-01-20 12:36:46 +01:00
volaya
b0291985ac
[processing] added specific algorithm for saga 214
2015-01-20 12:34:17 +01:00
volaya
e9228b67c9
[processing] some SAGA fixes
...
-fixed raster export
-fixed version numbering when no saga installation is found
2015-01-20 11:41:27 +01:00
Alexander Bruy
5511c86c9f
fix file permissions
2015-01-20 09:48:37 +02:00
Alexander Bruy
a81ec21564
[processing] remove help files already ported to User Guide
2015-01-20 09:45:54 +02:00
Werner Macho
2011951d60
Fix some typos
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2015-01-18 20:47:22 +01:00
Juergen E. Fischer
6a65050faf
translation string fixes
2015-01-18 00:48:08 +01:00
Alexander Bruy
fdd17517fc
[processing] enable algs that require 3rd party Python modules when
...
possible
2015-01-17 14:57:21 +02:00
Alexander Bruy
d8a224d896
fix typos
2015-01-17 12:17:15 +02:00
Alexander Bruy
07462f5476
[processing] i18n support for SAGA provider
2015-01-17 11:24:54 +02:00
Alexander Bruy
e1d8710d8c
[processing] i18n support for TauDEM provider
2015-01-17 11:24:54 +02:00
Alexander Bruy
321ff1b1d5
[processing] i18n support in grass, R, OTB and example providers
2015-01-17 11:24:54 +02:00
Alexander Bruy
ad758aa8db
[processing] i18n for qgis provider
2015-01-17 11:24:54 +02:00
Alexander Bruy
c5cb2f802e
[processing] i18n support for lastools provider
2015-01-17 11:24:54 +02:00
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