Médéric RIBREUX
89a1ad5ede
Fix indentation problem (as usual)
2016-01-09 18:01:27 +01:00
Médéric RIBREUX
85b87d5d5c
Non variable output version. Adds:
...
* v.net.arcs for v.net 'arcs' operation.
* v.net.articulation for v.net.brdige 'articulation' method.
* v.net.connect for v.net 'connect' operation.
* v.net.nodes for v.net 'nodes' operation.
* v.net.nreport for v.net 'nreport' operation.
* v.net.report for v.net 'report operation.
* Some code simplification.
2016-01-09 16:31:36 +01:00
Juergen E. Fischer
4e1cf3c081
add missing copyright headers
2016-01-08 21:32:11 +01:00
Juergen E. Fischer
bd6169e1ce
spelling fixes
2016-01-08 20:38:43 +01:00
Sebastian Dietrich
d26bd46d99
remove 'layercount' attribute from project file
...
The 'layercount' attribute was not used anyway and the calculated number could already be outdated when loading the project file again due to changes to embedded projects.
2016-01-08 16:10:58 +01:00
Alexander Bruy
8d2f7bb2ee
[processing] correctly write html output in utf-8
2016-01-08 16:50:07 +02:00
volaya
931ca4d6d6
[processing] indentation fixes
2016-01-08 12:52:19 +01:00
Alexander Bruy
4137437f2c
PEP8 fixes
2016-01-08 10:32:43 +02:00
volaya
62302377db
[processing] UI/UX improvements
...
Related to QEP #19
Some algorithm description provided by Frank Sokolic
2016-01-08 08:27:22 +01:00
volaya
e0a557a9c8
[processing] added AllowUnmatching tag to SAGA 'Add grid values to...' algorithm
2016-01-08 08:14:57 +01:00
Matthias Kuhn
53ae759670
PEP8
2016-01-07 17:10:13 +01:00
Alexander Bruy
b207268e69
add missed license headers in Processing files
2016-01-07 17:52:49 +02:00
Juergen E. Fischer
34bc4ad788
fix ProcessingParametersTest test
2016-01-07 01:00:28 +01:00
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
volaya
1f22b432b5
Merge pull request #2633 from medspx/processing_gdal_retile
...
[Processing]Add gdal_retile.py and gdal2tiles.py algorithms
2016-01-06 10:05:02 +01:00
volaya
946f4e4814
[processing] correctly parse default value for boolean parameters upon construction
2016-01-06 09:34:08 +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
Médéric RIBREUX
14a6115ee2
Fix indentation (one more time)
2016-01-02 16:48:21 +01:00
Médéric RIBREUX
d6fbe93f0a
Fix indendation problems (as usual)...
2016-01-02 16:14:41 +01:00
Médéric Ribreux
af01652650
[Feature][Processing] GRASS v.net modules
2016-01-02 14:31:56 +01:00
Salvatore Larosa
88a197b20f
[processing] fix missing import for Union and Clip algs
2015-12-24 16:26:58 +01:00
rldhont
cc2fb2efda
[Processing] Update gui
2015-12-24 15:14:02 +01:00
rldhont
9da4a76e6f
[Processing] update parameters test
2015-12-24 15:14:02 +01:00
Michael Kirk
afcf567ebb
[Processing] fixup parameters test
...
- Broke into per class testcase
- Each method tries to test only one aspect of behavior
- Use unittest assertions for better error output
- Removed non-existant serialize functionality from tests
- Test BooleanParameter
Conflicts:
python/plugins/processing/core/parameters.py
2015-12-24 15:14:02 +01:00
rldhont
8798c42339
[Processing] Parameter default value is None
2015-12-24 15:14:02 +01:00
rldhont
7754f17a0b
[Processing] Manage default value for parameter
...
To finalize commit 3472ac80d8bdd030090ce81cb686f3cfcbd913cd update processing to well manage default value
2015-12-24 15:14:02 +01:00
Matthias Kuhn
80de178d9e
Indentation fix
2015-12-20 10:12:18 +01:00
Matthias Kuhn
4f2da483ac
Indentation update
2015-12-15 16:24:12 +01:00
volaya
95b92c7960
[processing] correctly export multiline strings as python parameters from modeler
...
fixes #13830
2015-12-15 14:57:29 +01:00
volaya
4fbf4cf3ad
Merge pull request #2566 from radosuav/processing_fixes
...
[Processing] Three small fixes
2015-12-15 12:43:26 +01:00
volaya
08a8b6095f
[processing] modified how user folder is defined
...
This should have no effect on a normal QGIS desktop installation, but improve using Processing when not running on top of a regular QGIS instance.
2015-12-15 12:38:05 +01:00
radosuav
9096a64a6c
[Processing] Use default value of boolean parameter in the modeler and fix typo in outputs.py
2015-12-15 10:57:02 +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
radosuav
41286e5061
[Processing] Fix issue in setting the subset from canvas extent.
2015-12-11 12:57:24 +01:00
Juergen E. Fischer
70e35ff24c
missed a string in 6c3141b
2015-12-09 09:18:58 +01: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