Re: [Qgis-user] Processing compatibility with SAGA 2.1.3

2014-11-05 Thread samuelm...@gmail.com
Gratitude is best for all of you for your hard work and effort. and made
available freely QGIS.

Effectively Victor, I have verified that there are some errors in the
raster processing modules. The previous fix only applies to vector
processing in SAGA GIS.

regards,

Samuel Mesa.

2014-11-05 3:22 GMT-05:00 Victor Olaya :

> Samuel
>
> Thanks for your help
>
> Unfortunately, this is just one of the many thing that have to be changed
> to adapt to 2.1.3, since there are quite a few changes. We are working on a
> better support for different saga versions, that hopefully will be ready
> for the next release
>
> Thanks again!
>
> 2014-11-05 0:37 GMT+01:00 samuelm...@gmail.com :
>
>> Hi. I updated the latest stable versions of QGIS v2.6 and SAGA GIS v2.1.3
>> . However I have seen that reported some bugs with the processing module
>> and ParameterBoolean. To correct the compactability with the latest of SAGA
>> GIS, needs to be added or changed in [1]
>>
>> if param.value:
>> command += ' -' + param.name
>>
>> for something like:
>>
>> if param.value:
>> command += ' -' + param.name + " true"
>>
>> regards,
>>
>> Samuel Mesa.
>>
>> [1]
>> https://github.com/qgis/QGIS/blob/60706275e8c913e6a2c104827d3c854b8c573cb6/python/plugins/processing/algs/saga/SagaAlgorithm.py#L196
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
>


-- 
---
.~.
   / v \
  //\\
 /(  )\
   ^`~'^
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Processing compatibility with SAGA 2.1.3

2014-11-05 Thread Victor Olaya
Samuel

Thanks for your help

Unfortunately, this is just one of the many thing that have to be changed
to adapt to 2.1.3, since there are quite a few changes. We are working on a
better support for different saga versions, that hopefully will be ready
for the next release

Thanks again!

2014-11-05 0:37 GMT+01:00 samuelm...@gmail.com :

> Hi. I updated the latest stable versions of QGIS v2.6 and SAGA GIS v2.1.3. 
> However
> I have seen that reported some bugs with the processing module and
> ParameterBoolean. To correct the compactability with the latest of SAGA
> GIS, needs to be added or changed in [1]
>
> if param.value:
> command += ' -' + param.name
>
> for something like:
>
> if param.value:
> command += ' -' + param.name + " true"
>
> regards,
>
> Samuel Mesa.
>
> [1]
> https://github.com/qgis/QGIS/blob/60706275e8c913e6a2c104827d3c854b8c573cb6/python/plugins/processing/algs/saga/SagaAlgorithm.py#L196
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Processing compatibility with SAGA 2.1.3

2014-11-04 Thread samuelm...@gmail.com
Hi. I updated the latest stable versions of QGIS v2.6 and SAGA GIS
v2.1.3. However
I have seen that reported some bugs with the processing module and
ParameterBoolean. To correct the compactability with the latest of
SAGA GIS, needs
to be added or changed in [1]

if param.value:
command += ' -' + param.name

for something like:

if param.value:
command += ' -' + param.name + " true"

regards,

Samuel Mesa.

[1]
https://github.com/qgis/QGIS/blob/60706275e8c913e6a2c104827d3c854b8c573cb6/python/plugins/processing/algs/saga/SagaAlgorithm.py#L196
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user