Victor Olaya
|
236c239844
|
[processing] adapted algorithm to function refactoring
Also set threaded execution to false by default, since it was behaving strangely
|
2013-09-14 13:26:47 +02:00 |
|
Victor Olaya
|
ff5e1ee3a8
|
[processing]fixed bug with wrong characters in output filenames
refactored to reuse string cleaning function
|
2013-09-14 13:26:46 +02:00 |
|
Victor Olaya
|
a7dfcaa6af
|
[processing] added some in-code docs and comments
|
2013-09-14 13:26:46 +02:00 |
|
Victor Olaya
|
2e3dfbae32
|
[processing] fixed minor saga file issue
|
2013-09-14 13:26:45 +02:00 |
|
Victor Olaya
|
73dc9c479d
|
`processing]improved doc of example algorithm
|
2013-09-14 13:26:44 +02:00 |
|
Victor Olaya
|
99857bcfd2
|
[processing]fixes in saga filename handling
fixed saga buffer description
|
2013-09-14 13:26:44 +02:00 |
|
Victor Olaya
|
2e3765b729
|
[processing] improved non-threaded execution
|
2013-09-14 13:26:43 +02:00 |
|
Victor Olaya
|
d69667b838
|
[processing] added progress display in qgsMessageBar
|
2013-09-14 13:26:42 +02:00 |
|
Victor Olaya
|
3d775d6913
|
[processing] Added schema parameter to ImportIntoPostGIS.py
|
2013-09-14 13:26:41 +02:00 |
|
Victor Olaya
|
807ffaa5e6
|
[processing] refactoring to move common functions to tools package
|
2013-09-14 13:26:41 +02:00 |
|
Victor Olaya
|
4d9832c210
|
[Processing] added GRASS m.cogo
|
2013-09-14 13:26:40 +02:00 |
|
Victor Olaya
|
6d506d6a33
|
move ftools utils to tools utils module
|
2013-09-14 13:26:39 +02:00 |
|
Alexander Bruy
|
8240d0f2fe
|
[processing] add two Extract values models (for CSV and shape)
|
2013-09-13 18:33:30 +03:00 |
|
Alexander Bruy
|
e47c64c3db
|
[processing] add Extract raster values to shapefile algorithm
|
2013-09-13 18:33:30 +03:00 |
|
Alexander Bruy
|
5a4eb16b5f
|
[processing] add Extract raster values to CSV algorithm
|
2013-09-13 18:33:30 +03:00 |
|
Alexander Bruy
|
0bda3b61e1
|
[processing] add Points from vector algorithm
|
2013-09-13 18:33:30 +03:00 |
|
Alexander Bruy
|
91ea88f1af
|
fix rebase conflicts
|
2013-09-13 18:33:29 +03:00 |
|
Alexander Bruy
|
f17e2c07ee
|
[processing] add Points from lines algorithm (still needs some improvements)
|
2013-09-13 18:33:29 +03:00 |
|
Alexander Bruy
|
00e2f1fefc
|
[processing] add Points from polygons algorithm
|
2013-09-13 18:33:29 +03:00 |
|
Alexander Bruy
|
8481ebcc91
|
[processing] add zonal statistics algorithm
|
2013-09-13 18:33:29 +03:00 |
|
Alexander Bruy
|
72536f65d5
|
[processing] update points displacement alg to new ParameterVector syntax
|
2013-09-13 18:33:29 +03:00 |
|
Alexander Bruy
|
395dc747e0
|
[processing] add points displacement algorithm
|
2013-09-13 18:33:29 +03:00 |
|
Alexander Bruy
|
f5271a1bd3
|
[FEATURE] Model-View based config dialog for Processing (fix #5427)
|
2013-09-13 14:40:55 +03:00 |
|
Alexander Bruy
|
9ce316dbd3
|
[processing] add Clip raster by extent algorithm (fix #8602)
|
2013-09-13 12:09:23 +03:00 |
|
alexbruy
|
033440fcfe
|
Merge pull request #731 from ddanielvaz/bugfix-6063
Preserve attributes in Convex Hull (fix #6063)
|
2013-09-12 09:41:22 -07:00 |
|
alexbruy
|
885c8b495a
|
Merge pull request #799 from slarosa/warning_simplifyTool
[ftools] add warning for simplify tool when no one layer has been selected
|
2013-09-12 09:24:44 -07:00 |
|
Alexander Bruy
|
e72088cddb
|
[fTools] homogenize UI (contributed by Salvatore Larosa)
|
2013-09-12 19:21:48 +03:00 |
|
Juergen E. Fischer
|
93cdd0ca40
|
indentation update
|
2013-09-08 20:26:43 +02:00 |
|
Alexander Bruy
|
82b1ea04f6
|
[processing] write table header only when necessary
adopt Point distance alg to use OutputTable
|
2013-09-06 16:22:53 +03:00 |
|
Alexander Bruy
|
8f19acbbd7
|
[processing] fix Statistics by categories algorithm
|
2013-09-06 16:22:53 +03:00 |
|
Alexander Bruy
|
4a6eec75fa
|
[processing] use csv module for table writer
|
2013-09-06 16:22:53 +03:00 |
|
Victor Olaya
|
6689964b47
|
fixed saga installation checking
|
2013-09-06 14:18:49 +02:00 |
|
Juergen E. Fischer
|
668a44f81a
|
indentation update
|
2013-09-03 21:59:14 +02:00 |
|
Victor Olaya
|
91b9c11b09
|
[processing] fixed bug when editing help of example models
|
2013-09-02 20:35:45 +02:00 |
|
Victor Olaya
|
e44c57c768
|
added scintilla based editor to R scripts editor
|
2013-09-02 20:35:44 +02:00 |
|
Victor Olaya
|
6607cedf1e
|
[processing] improved handling of output files and file naming
|
2013-09-02 20:35:44 +02:00 |
|
Victor Olaya
|
979d87632f
|
[processing] modified saga ids description and fixed example script bug
|
2013-09-02 20:35:43 +02:00 |
|
Victor Olaya
|
d9a9620932
|
[processing] added extent as output type and made it available in modeler
|
2013-09-02 20:35:42 +02:00 |
|
Victor Olaya
|
1655f8efc7
|
[processing] improved script edit dialog
|
2013-09-02 20:35:42 +02:00 |
|
Victor Olaya
|
99525c3c0f
|
[processing] modified saga checking to support 2.0.8
|
2013-09-02 20:35:41 +02:00 |
|
Werner Macho
|
64888b98e5
|
make alg work in modeller
|
2013-09-01 16:22:05 +02:00 |
|
Salvatore Larosa
|
3ac0759b04
|
[dbmanager] Replace DropRasterTable func (deprecated) with DROP TABLE: fixes #8521
|
2013-09-01 12:55:10 +02:00 |
|
Salvatore Larosa
|
86d5ab24ef
|
[dbmanager] small fix for import/export layer UI
|
2013-09-01 01:02:50 +02:00 |
|
Minoru Akagi
|
b14ffb7c1e
|
fTools/union: fix output attribute shift
|
2013-08-31 13:45:29 +09:00 |
|
Victor Olaya
|
1433f3ce44
|
[processing] fixed issue when opening link from MissingDependencyDialog.py
|
2013-08-30 11:25:45 +02:00 |
|
Alexander Bruy
|
7b61e5202f
|
[processing] fix html in error handler text
|
2013-08-28 18:03:15 +03:00 |
|
Alexander Bruy
|
9416acaa1c
|
cleanup
|
2013-08-28 18:03:15 +03:00 |
|
Alexander Bruy
|
b0ed8ed2bc
|
[processing] handle loading empty models in modeler (fix #8153)
|
2013-08-28 15:49:45 +03:00 |
|
Salvatore Larosa
|
4c73b65260
|
[processing] sextante => processing renaming: fix example provider plugin
|
2013-08-28 10:17:39 +02:00 |
|
Borys Jurgiel
|
580b947498
|
Merge pull request #769 from vinayan/topol
Fix #5181,#4761 - Ftools-Distance Matrix
|
2013-08-27 03:45:23 -07:00 |
|