3201 Commits

Author SHA1 Message Date
Médéric Ribreux
b780d7caf1 r.reclass inline rules also for MS-Windows 2016-02-12 11:35:43 +01:00
Nyall Dawson
d0e595f85f Indentation 2016-02-12 20:54:25 +11:00
Alexander Bruy
8ba6149d7c [processing] make DTM2ASCII tool visible in toolbox 2016-02-11 19:45:45 +02:00
Médéric Ribreux
43b39efd73 [Processing] Add GRASS7 r.reclass inline rules (implements Redmine #5583) 2016-02-11 16:32:05 +01:00
Alexander Bruy
0d652b2fe0 Merge pull request #2774 from medspx/processing_fix_parameternumber
[processing] fix ParameterNumber float detection
2016-02-11 13:47:48 +02:00
Médéric Ribreux
477283770f [Processing] Add r.null GRASS7 algorithm (implements Redmine #6893) 2016-02-11 12:09:28 +01:00
Alexander Bruy
169d35f319 [processing] fix example script 2016-02-10 16:37:14 +02:00
Médéric RIBREUX
c931e1e715 [Processing] Split v.generalize (implements Redmine #5707) 2016-02-09 21:02:18 +01:00
Giovanni Manghi
e9e4954c58 Processing: remove wrong/non mandatory default extent for raster analysis 2016-02-09 19:37:00 +00:00
Médéric RIBREUX
5d19a3b21b [Processing] Fix ParameterNumber float detection (with unit tests) 2016-02-09 20:07:32 +01:00
Juergen E. Fischer
ded1ebb33b indentation fixes 2016-02-09 14:19:13 +01:00
Alexander Bruy
475911f75f Merge pull request #2768 from NaturalGIS/processing_fix_gdal_string
[processing] fix non-translatable string in GDAL/Aspect
2016-02-09 15:12:38 +02:00
Alexander Bruy
686ad242c1 Merge pull request #2769 from NaturalGIS/processing_fix_gdal_optional_parameters
[processing] fix a few GDAL/OGR optional parameters
2016-02-09 15:12:15 +02:00
Alexander Bruy
a5ddf92dfb Merge pull request #2770 from NaturalGIS/processing_fix_ogr_convert_format
[processing] fix OGR/Convert format tool
2016-02-09 15:11:32 +02:00
Giovanni Manghi
e38222b0a4 Processing: add missing v.surf.rst.line tool to GRASS7 2016-02-09 10:41:43 +00:00
volaya
27da8bcd63 Merge pull request #2767 from NaturalGIS/processing_fix_gdal_nearblack
fix Processing GDAL near black tool
2016-02-09 10:01:52 +01:00
Médéric Ribreux
f49dbdc299 [Processing] Fix overwrite for GRASS7 (Redmine #13488) 2016-02-09 09:46:12 +01:00
Giovanni Manghi
24ce6d239b fix Processing OGR/Convert format tool 2016-02-08 21:59:15 +00:00
Giovanni Manghi
7072db4c47 fix a few GDAL/OGR Processing optional parameters 2016-02-08 21:05:23 +00:00
Giovanni Manghi
3593a3a12c fix non-translatable string in Processing GDAL/Aspect 2016-02-08 19:18:04 +00:00
Giovanni Manghi
5e5ddafb0e fix Processing GDAL near black tool 2016-02-08 19:02:17 +00:00
volaya
964ae1ff04 [processing] fixed typo in saga supported versions 2016-02-08 08:45:32 +01:00
Alexander Bruy
dbd83b3ee1 Merge pull request #2733 from nirvn/processing_memory_datetime
[processing] add date, datetime, time fields to memory output
2016-02-04 20:10:51 +02:00
Alexander Bruy
c35567b327 Merge pull request #2746 from NaturalGIS/fix_grass_r_slope_aspect
[processing] add parameter to GRASS 64/70 r.slope.aspect to allow use region resolution (ref #9979)
2016-02-04 20:09:54 +02:00
Matthias Kuhn
9ad69adc35 Completely switch over to gml for processing test data
The different gdal versions have issues with geojson wrt null attribute types
2016-02-04 15:36:29 +01:00
Matthias Kuhn
29df8f3431 Fix broken output field types in test dataset 2016-02-04 13:36:43 +01:00
Matthias Kuhn
163894d055 [processing] Test densify with multipolygons 2016-02-04 13:36:43 +01:00
Matthias Kuhn
f0629ea5a9 [processing] Allow test creation from history window 2016-02-04 13:36:43 +01:00
Matthias Kuhn
8adc871eef [processing] Add expected test datasets 2016-02-04 13:36:43 +01:00
Matthias Kuhn
ff04fd3b52 [processing] Add test suite 2016-02-04 13:36:43 +01:00
Matthias Kuhn
042a3db787 Add point and line test datasets 2016-02-04 13:36:13 +01:00
Matthias Kuhn
14d438db26 Add new polys and multipolys test datasets 2016-02-04 13:36:13 +01:00
Matthias Kuhn
a3d3ffdf02 [processing] Make polygons to lines NULL aware 2016-02-04 13:35:17 +01:00
Matthias Kuhn
1205082269 [Processing] Make DeleteHoles algorithm NULL geometry aware 2016-02-04 13:35:17 +01:00
Matthias Kuhn
cd10c6c88e [processing] Add NULL geometry support to centroid algorithm 2016-02-04 13:35:17 +01:00
Matthias Kuhn
ce0d6102c3 [processing] Make centroid algorithm null geometry safe 2016-02-04 13:35:17 +01:00
Matthias Kuhn
b956886e81 [processing] Initialize icons before first usage 2016-02-04 13:35:16 +01:00
Matthias Kuhn
7325f5fbc6 [Processing] Suppress debug output from PyQt4.uic tools 2016-02-04 13:35:16 +01:00
Juergen E. Fischer
2566061059 processing: include non-optional testdata 2016-02-04 02:04:47 +01:00
volaya
0af700652e [processing] do not recreate algs tree when removing provider
This should fix the problem of QGIS taking to long to shutdown if there are plugins that add algorithms to Processing
2016-02-03 11:41:48 +01:00
Alexander Bruy
50bbd6f071 [processing] include OTB descriptions and help into CMakeLists.txt 2016-02-02 19:49:36 +02:00
Juergen E. Fischer
490236f2f2 spelling fixes 2016-02-02 02:37:15 +01:00
Alexander Bruy
dc78035329 [processing] restore OgrAlgorothm, as it may be used by some 3rd party
plugins. This class will be removed in QGIS 3.
2016-02-01 09:40:09 +02:00
nirvn
427b9c9734 [processing] add date, datetime, time fields to memory output
(fixes #14163)
2016-02-01 09:09:33 +07:00
Médéric RIBREUX
a39d25835c [Processing]Add v.what.rast algorithms
* Implements Redmine feature request #6859.
* v.what.rast.points when type=point. For points input layers.
* v.what.rast.centroids when type=centroid. For polygons input layers.
2016-01-31 19:11:00 +01:00
Giovanni Manghi
191c011a0a add parameter to GRASS 64/70 r.slope.aspect to allow use region resolution 2016-01-31 17:31:41 +00:00
Giovanni Manghi
f1f0b0a341 GRASS dissolve works only with areas 2016-01-30 15:44:31 +00:00
Nyall Dawson
cbe8cb7282 Formatting update, using newer autopep8 version 2016-01-30 09:33:24 +11:00
Alexander Bruy
d4e400a425 [processing] fixes for vector geoprocessing algorithms 2016-01-29 16:33:21 +02:00
volaya
4c2c905c32 [processing] added option to not show disabled providers tooltip 2016-01-29 14:09:06 +01:00