rldhont
021da12c9f
[BUGFIX][Processing] RScript: Insert None value as NULL
2016-06-06 15:18:10 +02:00
rldhont
2a746f493f
[BUGFIX][Processing] RScript: Add name token
2016-06-06 15:07:20 +02:00
Matthias Kuhn
e7b04f24f9
Tabs > Spaces
2016-06-04 12:34:42 +02:00
Nyall Dawson
eac51e99e5
Fix ListMultiSelectWidget under PyQt5
2016-06-04 19:26:40 +10:00
Alexander Bruy
62582098b9
Merge pull request #3169 from medspx/processing_grass7_rinlidar
...
[processing] add GRASS 7 r.in.lidar algorithms
2016-06-03 10:41:05 +03:00
Marco Bernasocchi
f9ab7223fc
[processing] ParameterTableMultipleField type added
...
This adds a widget with multiple column attributes selector
2016-06-03 09:27:51 +02:00
Marco Bernasocchi
2dea7c8c93
[processing] allow optional in all getAsScriptCode
2016-06-03 09:27:51 +02:00
Juergen E. Fischer
e07986009f
more typo fixes
2016-06-02 22:36:32 +02:00
Médéric RIBREUX
879244360f
Add r.in.lidar.info and override projection by default (much easier to use)
2016-06-02 20:56:35 +02:00
Médéric Ribreux
f914a03663
[Processing] [Grass7] Add r.in.lidar algorithm (you have to use the same CRS than input file)
2016-06-02 17:53:41 +02:00
Alexander Bruy
b312235b5f
fix indentation
2016-06-02 16:52:24 +03:00
volaya
568ddb349a
[processing] fixed wrong indentation
2016-06-02 16:52:24 +03:00
volaya
d46f98d4e5
[processing] lidar tools update
...
changes by Martin Isenburg
2016-06-02 16:52:24 +03:00
volaya
a8a2246617
fixed addProvider method in toolbox
2016-06-02 12:49:51 +02:00
volaya
99c16f0ba5
[processing] added activateProvider method in Processing class
2016-06-02 09:45:59 +02:00
Nyall Dawson
3a005cda36
Indentation
2016-06-02 08:50:27 +10:00
volaya
61e26fd8f3
[processing] fixes for issues with 3rd party providers being loaded and unloaded
2016-06-01 15:21:03 +02:00
volaya
0272ebc2e8
[processing] fixed check to avoid adding a provider that is already added
2016-06-01 13:20:57 +02:00
Alexander Bruy
57b16187e6
[processing] move spatialite and postgis utils into tools package
2016-06-01 14:15:46 +03:00
volaya
479ceb36b4
[processing] fixed wrong call to splitext in dataobjects.py
2016-06-01 12:18:33 +02:00
Nyall Dawson
062aa9aee4
Indentation
2016-06-01 10:09:03 +10:00
rldhont
fda06c0c45
[Processing] Add optional capabilities to R scripts
2016-05-31 19:12:38 +02:00
rldhont
ab28d527d5
[BUGFIX][Processing] R: Extent from raster package is "xmin, xmax, ymin, ymax"
...
Extent from raster package is like in Processing
http://www.inside-r.org/packages/cran/raster/docs/Extent
2016-05-31 19:10:54 +02:00
rldhont
bb41cceb34
[Processing] Fix getParameterDescriptions
...
Add import json for script and r
return descs and not None
2016-05-31 17:25:05 +02:00
Salvatore Larosa
83502c55b3
[processing] add again the algorithm name after being removed mistakenly in 507aeb0
2016-05-31 15:56:42 +02:00
volaya
5773d0d51b
[processing] fixes and better warning messages in modeler
2016-05-31 12:36:29 +02:00
Juergen E. Fischer
797826ea5b
spelling fixes
2016-05-31 03:36:27 +02:00
Alexander Bruy
df6410ec35
fix typo in import
2016-05-30 17:36:42 +03:00
Alexander Bruy
2f7ff46a4b
fix imports (follow up b52828fac7)
2016-05-30 16:53:19 +03:00
Alexander Bruy
6396d8fe60
fix indentation (follow up b52828fac7)
2016-05-30 15:30:00 +03:00
arnaud.morvan@camptocamp.com
01450c5609
[Processing] Compare lower file extension to "shp"
2016-05-30 15:30:00 +03:00
Alexander Bruy
25983ee331
[processing] fix .ui file loading (follow up b52828fac7)
2016-05-30 14:39:28 +03:00
Alexander Bruy
2069c27c85
Merge pull request #3119 from arnaud-morvan/processing_fix_postgis_overwrite
...
[processing] fix ogr2ogr postgis table overwrite
2016-05-30 11:57:57 +03:00
volaya
b52828fac7
[processing] allow creating new plugin from toolbox with scripts
2016-05-30 10:41:45 +02:00
volaya
9c2721b08b
[processing] added ‘supported’ parameter to exportVectorLayer
2016-05-30 10:41:44 +02:00
Médéric RIBREUX
59faf95c1d
Blacklist travis-ci qt5 tests and remove i.fft test
2016-05-29 09:00:16 +02:00
Médéric RIBREUX
8d1bec33a0
Exec things...
2016-05-29 09:00:16 +02:00
Médéric RIBREUX
ec6b29aa8c
Remove NaN values from raster before hash calculation
2016-05-29 09:00:16 +02:00
Médéric Ribreux
235f986517
Fix qt5 travis build and update README for Processing tests
2016-05-29 09:00:16 +02:00
Médéric Ribreux
c867123f18
Fix exec statement for AlgorithmsTestBase.py
...
On travis-ci environment, Python version seems to be affected by [this bug](https://bugs.python.org/issue21591 ).
One way to fix it is to use the old statement instead of exec() function.
2016-05-29 09:00:16 +02:00
Médéric Ribreux
f6710de670
Fix rasterhashes value with osgeo4travis values
2016-05-29 09:00:16 +02:00
Médéric Ribreux
1945facd1d
Temporary make Grass7Utils more verbose for more travis debug
2016-05-29 09:00:16 +02:00
Médéric Ribreux
8884cd715a
Add ugly debug prints to try to find what is travis-ci problem...
2016-05-29 09:00:16 +02:00
Médéric RIBREUX
bc4b3a20a7
Fix i.at.corr test
2016-05-29 09:00:16 +02:00
Médéric Ribreux
03a8a8e507
Try without subfunction
2016-05-29 09:00:16 +02:00
Médéric Ribreux
cd7047cc7c
Try this exec modification
2016-05-29 09:00:16 +02:00
Médéric Ribreux
1aa0bbd258
Update TODO file
2016-05-29 09:00:16 +02:00
Médéric Ribreux
6b8f943022
Fix i.atcor algorithm
2016-05-29 09:00:16 +02:00
Médéric Ribreux
b40d2ff3ba
Add last set of tests
2016-05-29 09:00:16 +02:00
Médéric Ribreux
48d45fbd22
Fix multiple input parameter type detection for graphical unit test generator
2016-05-29 09:00:16 +02:00