Giovanni Manghi
b5665872a6
fix SAGA 2.1.3 Kernel Density Estimation
2015-03-03 23:13:46 +00: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
volaya
678f1ab4c0
[processing] allow using upcoming saga release
2015-01-21 14:04:36 +01:00
volaya
dce7ef30fb
renamed geostatistics modules in SAGA connector
2015-01-21 14:04:35 +01:00
Giovanni Manghi
a95e28fb0a
fix different issues in SAGA grid calculator module and add a couple of useful options
2015-01-20 20:56:46 +00: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
a81ec21564
[processing] remove help files already ported to User Guide
2015-01-20 09:45:54 +02:00
Alexander Bruy
07462f5476
[processing] i18n support for SAGA 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
alexbruy
20deafdb36
Merge pull request #1605 from ghtmtt/patch-1
...
Update geometricfigures.rst
2014-11-18 10:48:56 +02:00
ghtmtt
b4824abb20
Update gridcalculator.rst
...
change **x** and **y** with **a** and **b**
2014-11-07 15:19:47 +01:00
Giovanni Manghi
7976d9488e
fix several SAGA 2.1.2 modules, take1
2014-11-02 11:53:55 +00:00
Giovanni Manghi
9024badc60
fix modeller with saga tools
2014-10-31 11:04:15 +00: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
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
Giovanni Manghi
c575fa51df
add new parameter to SAGA split shapes tool
2014-10-17 16:42:23 +01:00
volaya
2dbe2da7e3
[processing] minor code cleaning
2014-10-07 12:02:31 +02:00
ghtmtt
b2494fd9ef
Update geometricfigures.rst
2014-10-03 14:46:13 +02:00
elpaso
59ec15bb2b
[processing] Avoid python hangs when run in headless mode from FCGI
2014-10-03 10:35:07 +02:00
volaya
e02f0040d6
[processing] fixed saga supervised classification when using saga 208
2014-08-14 10:58:52 +02:00
volaya
dc968ce764
[processing] made xgrids parameter in raster calculator optional
2014-07-23 01:19:54 +02:00
volaya
ad2d9440e4
[processin] fixed extent checking in saga algorithm
2014-07-23 01:19:54 +02:00
volaya
f6bf4f19db
[processing] improved SAGA multiple extents detection
2014-07-23 01:19:52 +02:00
volaya
f2701cb103
[processing] fixed SAGA description
2014-07-23 01:19:51 +02:00
Juergen E. Fischer
e74ff3ce0f
indentation update
2014-07-21 14:25:38 +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
Victor Olaya
49bc38c7c4
[processing] added 'crop to data' algorithm from SAGA
2014-07-14 00:54:54 +02:00
Victor Olaya
0e76df60b4
[processing] Changed raster calculator to ask main layer separately
2014-07-14 00:54:54 +02:00
Victor Olaya
8355a7aed6
deleted EnumerateTableField description (redundant)
2014-07-10 01:18:02 +02:00
Juergen E. Fischer
0dd02bad04
fix some warnings and indentation update
2014-06-19 00:02:32 +02:00
Victor Olaya
3d152393d7
[processing] If SAGA/OTB exist as bundled app, do not allow manual configuration
2014-06-16 12:04:25 +02:00
volaya
e0ab079a08
[processing] some cleaning in SAGA algs
...
Removed algs that were not working or not useful, so as to have a more compact collection of alga
2014-06-14 13:59:56 +02:00
volaya
925b91f48b
[processing] fixed #10575
2014-06-13 14:09:41 +02:00
Victor Olaya
21f0b4f449
[processing] some cleaning in saga algorithms
2014-06-12 00:31:33 +02:00
Victor Olaya
5b912322f7
[processing] some minor cleaning
2014-06-08 19:59:59 +02:00
Paolo Cavallini
b3179125e7
Update gridcalculator.rst
2014-06-06 19:47:03 +02:00
Paolo Cavallini
0b60118476
Update gridcalculator.rst
2014-06-06 18:07:13 +02:00
Paolo Cavallini
86ab4c8b95
Update gridcalculator.rst
...
Added a conditional example
2014-06-06 18:05:32 +02:00