3201 Commits

Author SHA1 Message Date
Bernhard Ströbl
e3a2a1e5db [BUG] access geometry the right way 2016-03-14 09:57:04 +01:00
Bernhard Ströbl
ffae112ece [BUG] Do not output lines shorter than 0.00001 2016-03-14 09:57:04 +01:00
Bernhard Ströbl
bbcacfbfbd [BUG] Avoid trying to split a line with itself 2016-03-14 09:57:03 +01:00
Alexander Bruy
6610c6e25d [processing] don't throw error when new provider added and settings is not updated yet 2016-03-13 13:22:19 +02:00
Médéric RIBREUX
d318981f3d Add v.in.lidar algorithm 2016-03-12 21:06:39 +01:00
Médéric RIBREUX
7f461f3f1a Add v.rectify algorithm 2016-03-12 18:08:09 +01:00
Médéric RIBREUX
538ad69768 Add v.edit algorithm 2016-03-12 17:49:26 +01:00
Médéric RIBREUX
903a804bc3 Add v.lrs.segment algorithm 2016-03-12 17:16:12 +01:00
Médéric RIBREUX
1ebd7683a2 Add v.lrs.where algorithm 2016-03-12 16:53:54 +01:00
Médéric RIBREUX
db65371e99 Add v.lrs.create algorithm 2016-03-12 16:21:30 +01:00
Médéric RIBREUX
3a995cfe8d Add v.to.lines algorithm 2016-03-12 13:06:58 +01:00
Médéric RIBREUX
4dd5fd365a Add v.what.vect algorithm 2016-03-12 13:02:45 +01:00
Médéric RIBREUX
ae0b48d84c Add v.vect.stats algorithm 2016-03-12 12:54:49 +01:00
Médéric RIBREUX
2139d5fddc Add v.type algorithm 2016-03-12 12:45:35 +01:00
Médéric RIBREUX
b7a6037d51 Add v.to.3d algorithm 2016-03-12 12:34:15 +01:00
Médéric RIBREUX
09b9a6246d Add v.rast.stats algorithm 2016-03-12 12:21:45 +01:00
Médéric RIBREUX
3f1445998a Add v.pack algorithm 2016-03-12 11:48:37 +01:00
Médéric RIBREUX
2e0e7b6b17 Add v.out.vtk algorithm 2016-03-12 11:41:40 +01:00
Médéric RIBREUX
a7ec96ce46 Add v.kernel algorithm 2016-03-12 11:39:43 +01:00
Médéric RIBREUX
62b4d7ced7 Add v.in.mapgen algorithm 2016-03-12 11:34:57 +01:00
Médéric RIBREUX
33f3717c91 Add v.in.lines algorithm 2016-03-12 11:33:59 +01:00
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
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
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
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