433 Commits

Author SHA1 Message Date
Paolo Cavallini
4bc0078f50 Update ShapestoGrid.txt
Better defaults for Shapes to grid
2015-04-09 20:11:34 +02:00
Alexander Bruy
7097a5035e remove duplicate condition 2015-04-09 20:10:42 +03:00
Alexander Bruy
df9d5f4b9f Merge branch 'fix_gdal_rasterize' of https://github.com/NaturalGIS/QGIS into fix-gdal_rasterize 2015-04-09 20:09:35 +03:00
alexbruy
c801c503b2 Merge pull request #1976 from radosuav/otb_double_quotes
[processing] avoid consecutive quotes when calling OTB algorithms
2015-04-09 20:05:46 +03:00
alexbruy
33d973f5e4 Merge pull request #1980 from NaturalGIS/gdal_rasterize_to_write_over_existing_rasters
[processing] add gdal_rasterize tool to easily allow write over existing raster (fix #12523)
2015-04-09 20:04:10 +03:00
Giovanni Manghi
c78374b66b fix typo 2015-04-09 12:44:19 +01:00
Giovanni Manghi
31996172cf fix saga interpolations modules 2015-04-09 12:41:49 +01:00
Giovanni Manghi
4548fbb3d0 fix saga catchment area modules 2015-04-09 11:55:17 +01:00
Giovanni Manghi
d9f19deaff fix saga shapes to grid 2015-04-09 11:24:32 +01:00
Giovanni Manghi
33655a0e5b fix SAGA contour lines from grid 2015-04-09 10:46:28 +01:00
Giovanni Manghi
a23a30cb94 add gdal_rasterize tool to easily allow write over existing raster 2015-04-09 10:25:53 +01:00
Giovanni Manghi
5bc9a7ef35 better option text 2015-04-09 09:53:39 +01:00
Giovanni Manghi
a0d32b87fb fix gdal rasterize when using an existing raster layer 2015-04-09 09:52:11 +01:00
Paolo Cavallini
18c856d05a Update MultilevelB-SplineInterpolation(fromGrid).txt
Partial fix for https://hub.qgis.org/issues/12519
2015-04-08 17:48:09 +02:00
Paolo Cavallini
25c5e4da93 Update MultilevelB-SplineInterpolation.txt
Partial fix for https://hub.qgis.org/issues/12519
2015-04-08 10:33:12 +02:00
Paolo Cavallini
74c864e73d Update CatchmentArea(Parallel).txt
Partial fix for https://hub.qgis.org/issues/12483
2015-04-08 10:21:27 +02:00
Paolo Cavallini
d0a6b26476 Update CatchmentArea(FlowTracing).txt 2015-04-08 10:20:12 +02:00
Paolo Cavallini
b90e7f41fc Update CatchmentArea(Recursive).txt 2015-04-08 10:19:10 +02:00
radosuav
f94d92f014 [Processing] Avoid consecutive quotes when calling OTB algorithms. 2015-04-07 16:38:23 +02:00
Alexander Bruy
ba73048dc2 [processing] median calculation for zonal statistics 2015-04-02 09:49:55 +03:00
Juergen E. Fischer
f17755cec4 indentation update 2015-03-19 22:58:11 +01:00
Alexander Bruy
fe24c82956 [processing] fix handling of "Check for edge contamination" option in
TauDEM algorithms
2015-03-04 19:38:38 +02:00
Alexander Bruy
427adf79bb [processing] TauDEM provider overhaul
- add new TauDEM 5.1.2/5.2 tools: Gage watershed, TWI and Select GT
   Threshold
 - implement support for multifile TauDEM version
 - allow to use single- and multifile versions simultaneously

Work done for Faunalia (http://faunalia.eu)
2015-03-04 14:14:58 +02:00
Giovanni Manghi
b5665872a6 fix SAGA 2.1.3 Kernel Density Estimation 2015-03-03 23:13:46 +00:00
Juergen E. Fischer
f9c6302f6e translation string fix 2015-03-01 14:41:44 +01:00
Giovanni Manghi
1fd43c44f1 better name for tool 2015-03-01 11:51:33 +00:00
Giovanni Manghi
dfc5670c5f better quotes in processing/ogr import to postgis tools 2015-03-01 11:34:20 +00:00
Alexander Bruy
a41094d42e [processing] correctly handle tiny polygons smaller than raster cell
size in Hypsometric curves algorithm (fix #12278)
2015-02-26 21:06:59 +02:00
Alexander Bruy
be07f239e9 formatting fixes 2015-02-24 12:42:08 +02:00
Alexander Bruy
24811af85f Merge branch 'processing_import_geomless_tables_in_postgresql_2' of https://github.com/gioman/QGIS into geometry-less-import
Conflicts:
	python/plugins/processing/algs/gdal/GdalOgrAlgorithmProvider.py
2015-02-24 12:38:52 +02:00
Alexander Bruy
b4f25684ae make parameter descriptions translatable 2015-02-24 12:35:00 +02:00
Alexander Bruy
a2f686a20d Merge branch 'new_processing_ogr_tools' of https://github.com/gioman/QGIS into ogr-tools 2015-02-24 11:43:24 +02:00
Alexander Bruy
5260ef3992 unify algorithm name and source file name, formatting fixes 2015-02-24 11:25:50 +02:00
Alexander Bruy
31aed14ea2 Merge branch 'processing_add_gdal_raster_calc' of https://github.com/gioman/QGIS into gdal_calc
Conflicts:
	python/plugins/processing/algs/gdal/GdalOgrAlgorithmProvider.py
2015-02-24 11:04:33 +02:00
Giovanni Manghi
bf08b7b871 processing: add gdal tileindex 2015-02-24 00:05:55 +00:00
Anita Graser
8d87f35304 Fixed wrong output layer
The script wrongly returned the path to the second layer rather than the first layer which the selection actually is applied to.
2015-02-22 23:54:21 +01:00
Martin Dobias
efcbe2f55b Fixed Split vector layer algorithm
Previously it would leave all output files except for the first one empty
2015-02-20 11:16:19 +07:00
Juergen E. Fischer
e2dd504377 processing: fix unused variable error 2015-02-17 21:02:40 +01:00
alexbruy
1b0fb48012 Merge pull request #1904 from gioman/fix_ogr2ogr_clip
[processing] ogr clip by polygon: clip polygon layer name must be declared to avoid issues with postgis and spatialite layers
2015-02-17 20:21:41 +02:00
Juergen E. Fischer
4a44956222 fix processing plugin main translation and add translations
for toplevel toolbox entries (fixes #12168)
2015-02-13 20:32:18 +01:00
Juergen E. Fischer
f540cd16a2 processing: verify postgresql access and request credentials if necessary (fixes #12137) 2015-02-12 21:34:08 +01:00
volaya
7a0d04103b Merge pull request #1897 from arnaud-morvan/fix_fieldsmapper
[processing] Fix fieldsmapper
2015-02-12 08:12:15 +01:00
Martin Dobias
059fd2c461 Fix #11724 - do to not add extra geometries in union (ftools + processing) 2015-02-12 10:39:08 +07:00
arnaud.morvan@camptocamp.com
3c938275eb Fix #12182 - In FieldsMapper, emit commitData on expression editor change 2015-02-11 15:46:51 +01:00
arnaud.morvan@camptocamp.com
ed94aff17d Fix #12183 - avoid error message in fieldsmapper when no field type selected 2015-02-11 14:34:12 +01:00
Juergen E. Fischer
f76d7301a3 indentation update/fix (followup 9ab22bd) 2015-02-11 13:49:07 +01:00
Giovanni Manghi
e62a7fa7c3 ogr clip by polygon: clip polygon layer name must be declared to avoid issues with postgis and spatialite layers 2015-02-10 08:49:00 +00:00
Martin Dobias
eaeff1976c Fix intersection in SelectByLocation and ExtractByLocation 2015-02-10 13:06:53 +07:00
volaya
c4a6adc788 Merge pull request #1753 from arnaud-morvan/processing_managefields
Create FieldMapper GeoAlgorithm
2015-02-08 09:03:40 +01:00
volaya
afd21cd79f Merge pull request #1759 from arnaud-morvan/processing_bylocation_operators
Processing bylocation operators
2015-02-08 09:02:56 +01:00