140 Commits

Author SHA1 Message Date
Giovanni Manghi
80a65b9b1a fix python error when using path with special chars in Processing/GRASS 2015-04-26 12:48:22 +01:00
Giovanni Manghi
031f9a9fe9 better GRASS7 default raster resolution and fix r.composite 2015-04-26 11:33:03 +01:00
Giovanni Manghi
b3d8fc2be9 fix grass7 v.to.rast.attribute 2015-04-26 10:31:40 +01:00
Giovanni Manghi
ac2d817974 fix also grass7 r.aspect and re-adds r.slope 2015-04-26 10:25:49 +01:00
Giovanni Manghi
42f0aa287b fix grass7 r.slope.aspect 2015-04-26 10:08:02 +01:00
Giovanni Manghi
ed6d8dcab7 fix GRASS7 v.generalize 2015-04-14 12:24:26 +01:00
pcav
a911e6e81a Various fixes to Processing algs; fix for http://hub.qgis.org/issues/12537 2015-04-10 09:19:21 +02:00
Juergen E. Fischer
4a44956222 fix processing plugin main translation and add translations
for toplevel toolbox entries (fixes #12168)
2015-02-13 20:32:18 +01:00
Markus Neteler
a18286fa3d GRASS GIS batch job needs sqlite directory to be created 2015-02-07 23:35:35 +01:00
Markus Neteler
0a1382a0be updates for GRASS GIS 7 support; file date updated in comment 2015-02-07 21:53:30 +01:00
Juergen E. Fischer
956c155e8f fix python pep8 warnings and fix some revealed errors
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
     --exclude="ui_*.py,debian/*,python/ext-libs/*" \
     .
2015-02-01 20:46:47 +01:00
Werner Macho
21f1aab48c fix typo in processing
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2015-01-25 19:15:24 +01:00
Alexander Bruy
321ff1b1d5 [processing] i18n support in grass, R, OTB and example providers 2015-01-17 11:24:54 +02: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
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
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
Giovanni Manghi
3e3f1fb16c fixes r.watershed parameter description for GRASS 6.4 2014-11-13 20:30:47 +00: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
2cd177068c [processing] disable GRASS 7 algorithm provider by default 2014-10-03 15:47:44 +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
Juergen E. Fischer
907ce69306 indentation update 2014-08-17 09:24:22 +02:00
volaya
fb142dff65 [processing] fixed some GRASS descriptions 2014-07-23 01:19:50 +02:00
volaya
6486594f57 [Processing] Refactoring of parameters and outputs
It also adds some changes in the core and tools package, to provide a cleaner structure
2014-07-14 14:47:05 +02:00
Giovanni Manghi
b16172cc27 [processing] fix GRASS 7 r.watershed 2014-07-07 11:32:25 +01:00
Victor Olaya
05cfd69d13 [processing] overhaul of graphical modeler 2014-06-28 14:54:17 +02:00
gioman
61abba8e30 fix GRASS7 2014-06-24 13:23:17 +01:00
Victor Olaya
293ac60722 [processing] removed interface module
now all access to the interface is done through qgis.utils.iface
2014-05-21 17:35:48 +02:00
Alexander Bruy
21a8c3945b put description file in correct place 2014-05-07 10:35:34 +03:00
Markus Neteler
6ab5d21760 Fixed some parameter names: dot is underscore 2014-05-07 10:35:33 +03:00
Alexander Bruy
7f7118ccfb [processing] fix typo in GRASS 7 provider 2014-04-25 12:05:33 +03:00
Victor Olaya
79757fabee [processing] some fixes in help system 2014-04-24 18:33:56 +02:00
Victor Olaya
25676f3cf5 [processing] Adapted make files (they were not changed after refactoring folder structure) 2014-04-20 11:30:23 +02:00
Victor Olaya
8fe53c051c [processing] recover changes introduced in b928d165206a0994e593903d149c875131bfd6c6, lost on refactoring and merging 2014-04-19 20:53:09 +02:00
Victor Olaya
ab4e78b98f [processing] fixed wrong path to grass icon in grass7 provider 2014-04-19 20:49:23 +02:00
Victor Olaya
1d821d6378 [processing] fixed wrong help url to Processing manual 2014-04-19 20:49:22 +02:00
Victor Olaya
922b844819 [processing] prevent grass7 config parameters from shadowing grass6 parameters 2014-04-19 20:49:21 +02:00
Victor Olaya
e142401c2b [processing] added grass7 files (forgot to add them on refactoring) 2014-04-19 20:49:19 +02:00