Juergen E. Fischer
fee5da9071
fix typos
2015-08-13 22:52:01 +02:00
volaya
2a14ffd281
[processing]fixes for grass7
...
processAlgorithm method was actually not being called when running a grass7 algorithm
2015-08-06 14:47:58 +02:00
Juergen E. Fischer
c31810af8b
typo fixes
2015-08-03 20:36:17 +02:00
Giovanni Manghi
1dfec33e5a
fix Processing QGIS vector grid as lines
2015-07-31 18:50:11 +02:00
Juergen E. Fischer
384c0a703b
processing: fix saga translation (followup 66a3d02)
2015-07-29 18:55:11 +02:00
Juergen E. Fischer
93e2c5a01d
processing: translation fix (open fusion las viewer; followup 66a3d02)
2015-07-28 14:12:53 +02:00
Juergen E. Fischer
25a50bf73f
Revert "add missed translations.py file" (followup 66a3d02)
...
This reverts commit 6dd615719922ff3cd136ba800e5dc033e5ff9b34.
2015-07-28 09:20:44 +02:00
Alexander Bruy
6dd6157199
add missed translations.py file
2015-07-28 09:21:17 +03:00
Juergen E. Fischer
9d5a942b9f
translation fixes
2015-07-26 18:25:07 +02:00
Juergen E. Fischer
b165875fa6
spelling fixes
2015-07-26 14:39:30 +02:00
Juergen E. Fischer
66a3d02240
integrate processing into update_ts.sh (also includes all translations
...
in the repository and none outside of it).
2015-07-26 04:28:37 +02:00
arnaud.morvan@camptocamp.com
b0dd2afb40
Processsing translation strings for names and groups
2015-07-17 15:18:30 +02:00
Nyall Dawson
364df90303
Ensure LAS is always capitalized ( fix #12012 )
2015-07-13 16:07:20 +10:00
volaya
2b5ea3669e
[processing] fixes for lastools algorithms
...
by Martin Isenburg
2015-07-10 15:28:02 +02:00
volaya
519d3dc3b7
[processing] more robust CRS assignation for SAGA outputs
2015-07-10 12:42:22 +02:00
Etienne Trimaille
fe1a032181
fix #13067 : bad geometries in the difference tool
2015-07-03 15:52:42 +02:00
volaya
12736ac567
[processing] improvements fro gdal rasterize algs/gdal/rasterize.py
...
fixes #12541
2015-07-03 08:18:56 +02:00
Anita Graser
3e7dba2be4
Change resolution parameter defaults to floats
...
Previously, the GUI wouldn't allow to enter float values
2015-06-27 19:14:01 +02:00
volaya
b80a1bcac5
[processing] fixed handling of folders and files in settings
...
fixes #12511
2015-06-26 12:00:02 +02:00
volaya
8a541823e5
[processing] fixed 'add geometric properties' algorithm when output fields already exist in layer
...
fixes #13010
2015-06-26 09:38:48 +02:00
volaya
768485d511
[processing] minor fixes to param descriptions in saga algs
2015-06-26 09:38:00 +02:00
Juergen E. Fischer
2d87a70609
processing: fix installation of saga 2.1.3 descriptions
2015-06-26 01:35:57 +02:00
volaya
feb8d386a5
[processing] fixed saga algorithms when input is an sdat file
2015-06-24 18:04:41 +02:00
volaya
848cd44d69
[processing] fixed a couple of wrong SAGA algorithm descriptions for 2.1.4
2015-06-24 18:04:40 +02:00
Juergen E. Fischer
e368f95a0f
[processing] fix initial without saga_cmd on *x
2015-06-23 21:30:05 +02:00
volaya
a842d47512
[processing] fixed text and html output in GRASS algorithms
...
This changes the way text outputs are handled.
Now the output of the command is piped to a file, and with that file, the raw and HTML outputs are generated.
More formatting for the HTML file should be added in the future, since it is now rather basic
fixes #6379
2015-06-23 13:32:16 +02:00
volaya
77ca802522
[processing] better initialization of SAGA provider
2015-06-23 12:01:50 +02:00
volaya
5013bb5600
[processing] fixed using temporary files in field calculator
2015-06-22 09:52:42 +02:00
volaya
32d6275fa3
[processing]changed native raster format for SAGA algorithms from tif to sdat
...
This eliminates the need to export to a QGIS compatible format after generating a raster output. The SDAT format is the native SAGA format, and it is supported by GDAL, so it is also supported by QGIS. This was not used before, but now we use that to reduce the nuber of steps and provide a better integration.
Conversion to other formats is now done by Processing itself, not by the SAGA algorithm.
fixes #10735
2015-06-22 09:11:01 +02:00
volaya
a1351640ba
[processing] fixed output to non-supported vector formats in GRASS
2015-06-22 07:45:04 +02:00
alexbruy
d560568e5a
Merge pull request #2151 from NaturalGIS/fix_grass_r_drain
...
[processing] fix grass7 r.drain non mandatory parameter
2015-06-21 09:27:44 +03:00
pcav
ef3eb85d65
Better output name for saga kernel
2015-06-19 17:02:44 +00:00
Giovanni Manghi
72c56dffdb
fix grass7 r.drain non mandatory parameter
2015-06-19 12:16:49 +01:00
Martin Dobias
eaf17e56c2
Fix SAGA detection on some Debian/Ubuntu systems ( fixes #12335 )
2015-06-19 13:18:59 +08:00
volaya
5d44de7012
Merge pull request #2139 from nachouve/patch-1
...
[processing] Added "sum" field on StatisticsByCategories
2015-06-15 18:20:41 +02:00
radosuav
12c1c869ee
[processing] Remove space in GDAL warp which causes issues when alg is called from script.
2015-06-15 11:29:20 +02:00
Nacho Varela
cf5b454390
Added "sum" field
...
Minor change just to add the "sum" to the output table result.
2015-06-15 09:03:47 +02:00
Larry Shaffer
64e43f806a
[processing] fix typo in ogrinfo process
2015-06-12 17:58:51 -06:00
alexbruy
3ab1230bac
Merge pull request #2110 from NaturalGIS/fix_grass7_v_voronoi
...
[processing] fix GRASS7 v.voronoi output as lines
2015-06-08 10:57:25 +03:00
pcav
faf3bcd0d6
Better output name for some SAGA Processing modules
2015-06-06 19:38:20 +02:00
pcav
b5bd178c8f
Better default for Processing:grass:r.series
2015-06-06 19:33:34 +02:00
pcav
1969c716e6
Merge branch 'master' of https://github.com/qgis/QGIS
2015-06-04 19:37:13 +02:00
pcav
8cdd6173b0
Minor fixes to SAGA modules, for consistency
2015-06-04 19:36:30 +02:00
Giovanni Manghi
fab465aa16
fix GRASS7 v.voronoi output as lines
2015-06-04 16:55:27 +01:00
Giovanni Manghi
c859127c4e
make option as advanced in GRASS v.voronoi
2015-06-01 18:43:31 +01:00
Giovanni Manghi
4473c5f346
fixes several saga and grass modules
2015-06-01 14:46:01 +01:00
Giovanni Manghi
327336517d
fix grass r.horizon
2015-05-31 07:07:36 +01:00
alexbruy
d5b2e7baf3
Merge pull request #2094 from NaturalGIS/fix_grass_r_stream
...
[processing] remove r.stream modules that are addons, fix r.stream.extract in grass7
2015-05-30 14:51:29 +03:00
Giovanni Manghi
f8ae76b7b5
remove r.stream module that are addons, fix r.stream.extract in grass7
2015-05-30 07:54:34 +01:00
Giovanni Manghi
2b1b9f53ac
fix processing/grass7 in master
2015-05-30 07:24:41 +01:00