3276 Commits

Author SHA1 Message Date
Médéric RIBREUX
7f983e359d Add v.in.ascii algorithm 2016-03-12 11:27:14 +01:00
Médéric RIBREUX
741d146362 Add v.in.geonames algorithm 2016-03-12 10:13:31 +01:00
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
e6785ba513 Be more verbose on exceptions in geoalgorithms 2016-03-10 12:14:29 +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
Alexander Bruy
9b35a9885a Merge pull request #2890 from NaturalGIS/processing_better_grass7_r_cost
[processing] better GRASS 7 r.cost algorithms
2016-03-10 08:05:29 +02:00
Nyall Dawson
8b34437192 Partially revert 3ec161 2016-03-10 12:59:58 +11:00
Nyall Dawson
3ec16131bc Indentation 2016-03-10 10:45:19 +11:00
Alexander Bruy
605e0c43fe [processing] don't show tip when user uses search and tip was disabled (fix #14379) 2016-03-09 14:21:54 +02: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
volaya
2ce4b8a7d0 Merge pull request #2883 from radosuav/zonal_statistics_fix
[Processing] Fix TypeError in Zonal Statistics algorithm
2016-03-09 11:40:46 +01: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
radosuav
9c611c98e8 [Processing] Fix TypeError in Zonal Statistics algorithm
Fixes #14412
2016-03-07 16:56:35 +01: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
Matthias Kuhn
61b8896367 Fix expectedFailure in processing tests 2016-03-04 09:43:42 +01:00
Matthias Kuhn
0395b3833e Expect Failures for GDAL < 2 in processing test 2016-03-04 08:48:04 +01:00
Nyall Dawson
d24a2df64d Followup 193fedf, updated expected results 2016-03-04 08:48:04 +01:00
Matthias Kuhn
db2ca3aaa2 Allow expectedFailure in processing tests 2016-03-04 08:48:04 +01:00
Nyall Dawson
5a18bb628a Revert "Followup 193fedf, updated expected results"
This reverts commit f722bb26a1267274248c9488fcb069719bfde254.
2016-03-04 10:51:41 +11:00
Nyall Dawson
f722bb26a1 Followup 193fedf, updated expected results 2016-03-04 09:12:22 +11:00
Médéric RIBREUX
2275ce4166 Fix MS-Windows implementation for r.li.* algorithms 2016-03-03 19:25:06 +01:00
volaya
b3b41015a1 Merge pull request #2804 from Gustry/processing-error
[Bugfix] [Processing] Catch some python errors in batch mode
2016-03-03 13:15:30 +01:00
Matthias Kuhn
193fedf6c1 Add null geometry to processing test line dataset 2016-03-03 10:52:44 +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