746 Commits

Author SHA1 Message Date
volaya
41c9da9b0b [processing] More informative message when cannot compute gdal commands due to wrong params 2016-01-06 10:35:53 +01:00
volaya
943b101501 [processing] added selectionChanged signal to MultipleInputPanel
linked signal with GdalAlgorithmDialog
2016-01-06 10:29:38 +01:00
Médéric RIBREUX
006a1614cf [Processing]Add gdal_retile.py and gdal2tiles.py algorithms
This should fix Redmine #3331
2016-01-04 13:19:46 +01:00
Salvatore Larosa
88a197b20f [processing] fix missing import for Union and Clip algs 2015-12-24 16:26:58 +01:00
volaya
a53ba16934 Merge pull request #2451 from spono/patch-5
[Processing] Update GridMetrics.py
2015-12-15 08:14:43 +01:00
volaya
9c0ee36c49 Merge pull request #2469 from spono/patch-13
[Processing] Update FilterData.py
2015-12-15 08:14:10 +01:00
volaya
7f3cc35b10 Merge pull request #2467 from spono/patch-11
[Processing] Update Cover.py
2015-12-15 08:10:57 +01:00
Nyall Dawson
19ff7de06d Fix indentation 2015-12-15 11:22:39 +11:00
Juergen E. Fischer
6c3141b605 fix #13964 2015-12-09 08:56:15 +01:00
Alexander Bruy
584771e907 fix missed import in the Processing alg 2015-12-07 10:12:21 +02:00
Juergen E. Fischer
60ad6887c2 indentation update 2015-12-04 22:52:31 +01:00
volaya
6f26d9aeb0 Merge pull request #2514 from spono/patch-14
[Processing] Update CanopyModel.py
2015-12-03 09:54:00 +01:00
volaya
85cc1807df Merge pull request #2468 from spono/patch-12
[processing] Update ClipData.py
2015-12-03 09:53:09 +01:00
volaya
bbde581457 Merge pull request #2466 from spono/patch-10
[processing] Update GroundFilter.py
2015-12-03 09:52:03 +01:00
Juergen E. Fischer
02f8988837 indentation update 2015-12-02 18:36:59 +01:00
radosuav
34df72c75b [Processing] Use raster band scailing factor and offset in Zonal Statistics algorithm 2015-11-30 14:00:47 +01:00
Nic
ec9f086222 Update CanopyModel.py
fixed some syntax errors and added an output option (ASCII)
2015-11-30 10:14:46 +01:00
Juergen E. Fischer
079029e354 indentation update 2015-11-29 17:04:56 +01:00
Nic
dd8826f372 Update GroundFilter.py 2015-11-27 15:16:48 +01:00
Nic
c622457fc5 Update ClipData.py
subprocess lines deleted because obsolete
2015-11-27 11:08:05 +01:00
Nic
41538e6dec Update FilterData.py
subprocess lines deleted and fixed syntax error
2015-11-27 11:02:12 +01:00
volaya
4b853bfa40 Merge pull request #2472 from spono/patch-8
[Processing] Update TinSurfaceCreate.py
2015-11-27 08:23:56 +01:00
volaya
ae748d3b7d Merge pull request #2463 from spono/patch-7
[proessing]small correction on FUSION internal commands
2015-11-27 08:14:38 +01:00
volaya
5375522ce1 Merge pull request #2465 from spono/patch-9
[processing] Create DTM2ASCII
2015-11-27 08:12:06 +01:00
Nic
c10329e488 Update CanopyModel.py
fixed some syntax errors and added an output option (ASCII)
2015-11-26 16:24:24 +01:00
Nic
d4ba0c77f8 Update Cover.py 2015-11-24 17:59:15 +01:00
Matthias Kuhn
afd436da9f Yet another fix to 594fafe 2015-11-24 16:57:43 +01:00
Matthias Kuhn
2e7c33281c Followup 594fafe73b8, Also fix processing 2015-11-24 16:29:35 +01:00
Nic
4f9244d6f0 Update TinSurfaceCreate.py 2015-11-23 17:41:39 +01:00
Nic
3791ff8173 Update GroundFilter.py 2015-11-23 17:39:26 +01:00
Nic
6bb94e0664 Update ClipData.py 2015-11-20 17:04:37 +01:00
Nic
fb568c3238 Update ClipData.py 2015-11-20 17:03:26 +01:00
Juergen E. Fischer
c40a764f5c indentation update 2015-11-19 13:30:25 +01:00
alexbruy
f7bdd66c43 Merge pull request #2481 from nyalldawson/processing
Processing enhancements and fixes
2015-11-18 15:09:22 +02:00
Matthias Kuhn
0b0c413f3a Add Saga 2.2.2 descriptions 2015-11-18 08:14:42 +01:00
Nyall Dawson
d0625b8b35 [processing] Add algorithm for reversing line directions 2015-11-18 16:27:25 +11:00
Nyall Dawson
9009ef0b26 [processing] Add smooth algorithm
Allows for smoothing line or polygon layers
2015-11-18 16:27:14 +11:00
alexbruy
f184ec9794 Merge pull request #2471 from nyalldawson/processing_fixes
[processing] misc improvements
 - use QgsStatisticalSummary for statistic calculations
 -  faster expression request for ExtractByAttribute alg
2015-11-17 18:54:55 +02:00
alexbruy
fd50136e87 Merge pull request #2456 from NaturalGIS/fix_saga_222_kriging
[processing] fix SAGA 2.2.2 kriging tools
2015-11-17 18:51:54 +02:00
volaya
5e7291e97e [processing] removed unimplemented lidar algorithm 2015-11-16 13:53:37 +01:00
Nic
5ec337a0d3 Update TinSurfaceCreate.py
minor adjustments and some funtionalities added (first return selection, output as .asc)
2015-11-16 12:09:02 +01:00
Nyall Dawson
48afc425dc [processing] Use faster expression request for ExtractByAttribute 2015-11-16 16:10:30 +11:00
Nyall Dawson
e15962eea9 [processing] Use QgsStatisticalSummary for statistic calculations
For BasicStatisticssNumbers and StatisticsByCategories algorithms.
Adds extra stats (minority, majority, 1st/3rd quartile and IQR) while
avoiding custom statistics calculation code.
2015-11-16 15:04:34 +11:00
Nic
b501d5f563 Update FilterData.py
fixed an error and updated to latest behaviour
2015-11-15 19:40:34 +01:00
Nic
2fafaacaa3 Update ClipData.py
fixed wrong executable call
2015-11-15 19:32:19 +01:00
Nic
11d5f0c070 Update Cover.py
changed TIF to ASCII in order to keep the original cell value
2015-11-15 19:27:41 +01:00
Nic
c4a6d09592 Update GroundFilter.py
after 3.0 if .las are used also the output will be .las
2015-11-15 19:20:01 +01:00
Nic
ec204c357f Create DTM2ASCII
new tool
2015-11-15 19:17:08 +01:00
Nic
ea526a2924 small correction on FUSION internal commands 2015-11-15 19:09:37 +01:00
Nic
ce8c4540a1 add new tools
adding connection to already-present tools
2015-11-15 19:00:37 +01:00