Bart Noordervliet
d7c477b078
Fix extension removal in exportVectorLayer
...
Taking the [:-4] slice from basename and splitext() try to do the same thing. Usually splitext() was failing silently, but if you're using the iterating function of processing, you can have filenames like <timestamp>.<sequenceno>.shp, which makes it cut off the sequencenumber and makes the OGR import fail.
I've left only the [:-4] slice because we check whether the file ends with .shp above anyway. This is also the way the grass7 file does it.
2016-03-11 16:56:12 +01:00
Matthias Kuhn
61366583b1
[processing] Fix default argument is SilentProgress for GeoAlgorithm.execute()
2016-03-10 12:14:28 +01:00
Giovanni Manghi
c4c67b0b59
Processing, better GRASS7 r.cost descriptions files names and parameters
2016-03-09 11:57:37 +00:00
Giovanni Manghi
2bcac17e7c
Processing, better GRASS7 r.cost descriptions files names and parameters
2016-03-09 11:57:28 +00:00
Alexander Bruy
e0c98cf409
Merge pull request #2881 from NaturalGIS/processing_missing_saga_shapes_polygons_tools
...
[processing] add missing SAGA 2.2.x shapes_polygons_tools tools
2016-03-08 11:57:20 +02:00
Alexander Bruy
dc137d771e
Merge pull request #2873 from NaturalGIS/processing_add_extent_gdal_rasterize
...
[processing] add extent parameter to gdal rasterize
2016-03-08 11:56:35 +02:00
Giovanni Manghi
2c7f40b65c
try fix indentation
2016-03-08 09:05:48 +00:00
Giovanni Manghi
5c20b33a58
processing add missing saga 2.2.x shapes_polygons tools tools
2016-03-07 18:18:28 +00:00
Juergen E. Fischer
c2c326c42e
de-plenk question and exclamation marks
2016-03-07 15:10:46 +01:00
Alexander Bruy
c51025a715
Merge pull request #2878 from NaturalGIS/processing_fix_saga_2_2_x_resampling
...
[processing] fix SAGA 2.2.x resampling
2016-03-07 14:42:55 +02:00
Alexander Bruy
d30ad84cda
Merge pull request #2877 from NaturalGIS/processing_fix_saga_2_2_x_grid_spline
...
[processing] fix SAGA 2.2.x grid_spline tools
2016-03-07 14:42:26 +02:00
Alexander Bruy
6292789f56
Merge pull request #2875 from neteler/patch-74
...
[processing] include target elevation above the ground parameter in GRASS7 r.viewshed
2016-03-07 14:39:51 +02:00
Giovanni Manghi
278b7f2037
processing fix SAGA 2.2.x resampling
2016-03-07 08:11:20 +00:00
Giovanni Manghi
35c81b4b40
processing fix SAGA 2.2.* grid_spline tools
2016-03-07 07:42:13 +00:00
Markus Neteler
5104438706
Include parameter target elevation above the ground
2016-03-06 22:26:45 +01:00
Giovanni Manghi
6a0606b6db
processing: in SAGA grid masking it is not mandatory for inputs to have the same extent
2016-03-06 18:05:14 +00:00
Giovanni Manghi
e4f75672bc
processing: add extent parameter to gdal rasterize
2016-03-06 17:59:57 +00:00
Alexander Bruy
9e3a5b5647
Merge pull request #2872 from medspx/processing_localdoc
...
[processing] use local GRASS7 help files if they exist (fix #7745 )
2016-03-06 13:36:53 +02:00
Alexander Bruy
7464d4df14
Merge pull request #2870 from NaturalGIS/processing_fix_grass7_v_buffer
...
[processing] fix GRASS7 v.buffer.column
2016-03-06 13:33:43 +02:00
Alexander Bruy
6289786b86
Merge pull request #2869 from NaturalGIS/processing_fix_saga_223_changed_modules
...
[processing] fix/adds SAGA 2.2.3 tools
2016-03-06 13:33:17 +02:00
Médéric RIBREUX
ce69d21bc1
[Processing] Use local GRASS7 help files if they exist. Fixes #7745
2016-03-06 11:48:41 +01:00
Giovanni Manghi
8bdd4f336e
processing: fix GRASS7 v.buffer.column
2016-03-06 10:24:08 +00:00
Giovanni Manghi
f8ea9d9268
fix/adds SAGA 2.2.3 tools
2016-03-06 10:12:39 +00:00
Alexander Bruy
61e5799915
Merge pull request #2787 from medspx/processing_vdistance
...
[processing] add GRASS7 v.distance (fix #12817 )
2016-03-02 09:59:14 +02:00
Alexander Bruy
0061dccd91
Merge pull request #2782 from medspx/processing_r_reclass
...
[processing] add GRASS7 r.reclass inline rules (fix #5583 )
2016-03-02 09:58:11 +02:00
Alexander Bruy
91e222e1c0
Merge pull request #2781 from medspx/processing_grass7_rnull
...
[processing] add r.null GRASS7 algorithm (fix #6893 )
2016-03-02 09:55:30 +02:00
Alexander Bruy
b2189f22dc
Merge pull request #2747 from medspx/processing_grass_vwhatrast
...
[processing] add v.what.rast GRASS 7 algorithms
2016-03-02 09:52:57 +02:00
Alexander Bruy
0571395919
indentation
2016-03-01 19:02:30 +02:00
Alexander Bruy
5df0ce04e8
[processing] replace fTools and GdalTools plugins with Processing
2016-03-01 15:57:32 +02:00
Alexander Bruy
7823a5a857
[processing] add missed fTools algorithms: Define current projection
...
and Create spatial index.
Also add missed Assign projection from GDALTools
2016-03-01 15:57:32 +02:00
Alexander Bruy
11a9a66104
[processing] add icons for fTools and GDALTools algorithms
2016-03-01 15:57:31 +02:00
Alexander Bruy
dd68c33eb4
[processing] add support for ParameterPoint to major algorothm providers
2016-02-29 12:41:27 +02:00
Juergen E. Fischer
796b8bdf6e
spelling updates
2016-02-29 10:02:00 +01:00
Nyall Dawson
9aabc289ec
Indentation
2016-02-28 13:05:51 +11:00
Nyall Dawson
d32c41a60e
[processing] Fixes for field calculator and field mapper
...
- respect project distance, area and ellipsoid settings
- ensure expression variables are correctly evaluated
2016-02-28 12:45:43 +11:00
Alexander Bruy
f55f5c6f27
Merge pull request #2840 from vpoughon/processing_plugin_otb_fixes
...
[processing] allow to specify OTB path manually even if default version detected
2016-02-27 14:52:14 +02:00
Alexander Bruy
6800c8d9da
indentation
2016-02-27 14:50:55 +02:00
Alexander Bruy
ab866d9863
Merge branch 'master' of https://github.com/ninsbl/QGIS into processing-r
2016-02-27 14:16:15 +02:00
Alexander Bruy
8125f61e21
indentation
2016-02-27 14:05:39 +02:00
Alexander Bruy
e289415325
[processing] new Fusion algs: ImageCreate and IntensityImage
2016-02-27 13:21:07 +02:00
Alexander Bruy
1c585a14c8
Merge pull request #2776 from medspx/processing_split_vgeneralize
...
[processing] split v.generalize (fix #5707 )
2016-02-27 12:27:04 +02:00
Alexander Bruy
b0643eab5c
Merge pull request #2772 from NaturalGIS/processing_grass7_v_surf_rst_line
...
[processing] add missing v.surf.rst.line tool to GRASS 7
2016-02-27 12:22:04 +02:00
Hugo Mercier
dccca45468
[processing] Fix crash in ExecuteSQL.py
2016-02-26 11:10:46 +01:00
Matthias Kuhn
3e5e108b1a
[processing] Make basic statistics translatable
2016-02-26 08:58:30 +01:00
Victor Poughon
716b17d216
Always enable OTB settings modification
2016-02-25 16:20:49 +01:00
rldhont
de581ee822
[BUGFIX][Processing] Reset SAGA InverseDistanceWeighted algorithm
...
Reset 2 parameters :
* SEARCH_POINTS_ALL
* SEARCH_POINTS_MAX
These parameters was defined in 2.1.2 but are available in the next version :
http://www.saga-gis.org/saga_module_doc/2.1.3/grid_gridding_1.html
http://www.saga-gis.org/saga_module_doc/2.1.4/grid_gridding_1.html
http://www.saga-gis.org/saga_module_doc/2.2.0/grid_gridding_1.html
http://www.saga-gis.org/saga_module_doc/2.2.2/grid_gridding_1.html
2016-02-25 15:09:15 +01:00
Victor Poughon
02cd0f0002
Fix error when otb lib path is not found
2016-02-25 10:46:16 +01:00
Hugo Mercier
b92cb81fe7
[processing] Change version test so that ExecuteSQL is testable during feature freeze
2016-02-22 15:09:15 +01:00
Alexander Bruy
d3852e481e
[processing] fix handling of NULLs is Basic statistics for text fields
2016-02-22 13:35:13 +02:00
Alexander Bruy
ed38d5d95e
Merge pull request #2819 from NaturalGIS/processing_fix_grass_grass7_r_sunmask
...
[processing] fix GRASS and GRASS7 r.sunmask
2016-02-22 11:33:20 +02:00