1105 Commits

Author SHA1 Message Date
Médéric RIBREUX
014355aa7e Add v.extrude algorithm 2016-03-12 10:05:38 +01:00
Médéric RIBREUX
2f579d2372 Add v.build.polylines algorithm 2016-03-12 09:42:43 +01:00
Médéric RIBREUX
8619b812cf Add v.build algorithm, only for topology checking 2016-03-12 09:27:49 +01:00
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
b073111f8a processing: add extent parameter to gdal_warp 2016-03-10 09:14:29 +00: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
Csaba Sandor
48e20cf08f Table names in postgresql can be max 63 characters long 2016-03-09 10:39:37 +01: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
Médéric RIBREUX
5b11ba1a2b Fix indentation 2016-03-07 21:48:44 +01: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
e1ff6e896a processing fix GRASS7 detection on osx: courtesy Martin Laloux 2016-03-06 10:32:06 +00: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
Médéric RIBREUX
2275ce4166 Fix MS-Windows implementation for r.li.* algorithms 2016-03-03 19:25:06 +01:00
Médéric RIBREUX
63eab874b4 Add r.li.* algorithms 2016-03-02 21:27:07 +01: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
Médéric RIBREUX
4e92a132d2 Fix r.colors rules 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
0119646bd3 Add r.mapcalc algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
78024368dd Add r.colors algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
e12609ea23 Add r.rgb algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
0e47d5307f Add r.blend algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
a383aabcd7 Add r.colors.stddev algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
8cbc0c80c6 Add r.what.color algorithm 2016-02-28 17:19:51 +01:00
Médéric RIBREUX
22c1c7e881 Add r.shade algorithm 2016-02-28 17:19:51 +01:00