Alexander Bruy
2c188b2b0f
[processing] fix helper function from system module ( fix #16128 )
2017-02-09 14:25:53 +02:00
Alexander Bruy
f66646c483
[processing] remove code with GDAL 1.x API as QGIS 3 will require GDAL 2.x
2017-02-09 14:15:31 +02:00
Alexander Bruy
732b501db1
[processing] support only SAGA LTR
2017-02-09 11:49:22 +02:00
Giovanni Manghi
566c058db8
fix some ogr tools in master
2017-02-08 11:22:21 +00:00
matteo
f999970899
[processing] small fix to R provider
2017-02-08 11:14:28 +01:00
Alexander Bruy
44698d4576
[processing] don't quote geometry column name ( fix #16122 )
2017-02-07 16:57:07 +02:00
Alexander Bruy
4963548f4d
[processing] warn user about incorrect input data when calculating
...
mean coordinates using weight field (fix #9084 )
2017-02-07 16:29:27 +02:00
Alexander Bruy
d3003de61c
[processing] add tags and short help
2017-02-07 12:52:05 +02:00
Alexander Bruy
91fe2f93c4
explicitly convert geometry to multi
2017-02-07 12:52:04 +02:00
Alexander Bruy
7df04ac7e7
[processing] Fix Geometry algorithm always produces multi-geometry
...
Also added code to handle GeometryCollections
2017-02-07 12:52:04 +02:00
Alexander Bruy
0293bc76a0
[FEATURE][processing] algorithm to fix invalid geometries using native
...
makeValid() implementation
2017-02-07 12:52:04 +02:00
Juergen E. Fischer
2c65a66587
revert more of ab0345
2017-02-04 21:22:48 +01:00
Nyall Dawson
4f20979d39
Partially revert ab0345
2017-02-04 21:43:19 +10:00
Nyall Dawson
ab03453136
[processing] Rename 'export/add geometry columns' alg + add tags for discoverability
2017-02-04 14:56:54 +10:00
Alexander Bruy
5939ae23e7
Merge pull request #4076 from volaya/remove_processing_providers
...
[FEATURE][processing] removed otb and lidartools providers
Tagged as feature to not forget mention this in changelog and docs
2017-02-02 10:56:56 +02:00
Alexander Bruy
95091d9342
Merge pull request #4062 from alexbruy/raster-provider
...
Use native QGIS raster API instead of GDAL API in zonal statistics
2017-02-02 10:54:03 +02:00
Nyall Dawson
46404f73d9
Merge pull request #4081 from ghtmtt/rename_sql
...
[processing] rename execute sql output
2017-02-02 14:24:48 +10:00
volaya
ee4681df10
[processing] fixed grass tempfiles
...
fixes #16128
2017-01-31 12:41:37 +01:00
Nyall Dawson
87f2fe55b2
Add unit test for processing polygonize algorithm
2017-01-31 10:47:00 +10:00
Nyall Dawson
14bd79f844
Remove dependance on shapely library
...
Port processing polygonize alg to use native QgsGeometry methods
2017-01-31 10:47:00 +10:00
Nyall Dawson
8709e1f9d5
Merge pull request #4078 from nyalldawson/geom_api
...
API changes to QgsGeometry::isEmpty()/isNull()
2017-01-31 09:13:15 +10:00
Nyall Dawson
af0d68b882
Implement QgsGeometry::isEmpty()
...
Faster than QgsGeometry::isGeosEmpty() because it avoids the
conversion to GEOS geometries and just uses the QgsAbstractGeometry
subclasses directly.
Also implements faster isEmpty() overrides for specific
QgsAbstractGeometry subclasses.
2017-01-31 07:15:51 +10:00
matteo
83a24884f9
[processing] rename execute sql output
2017-01-30 17:39:45 +01:00
LOMENEDE Jean-Daniel
c4165e4eeb
[processing]Execute Sql : fix Input2.. InputN parameters
2017-01-30 16:38:58 +01:00
Nyall Dawson
49aae6e908
Rename QgsGeometry::isEmpty to isNull
...
Differentiates missing geometries from empty geometries (eg
empty geometry collections)
2017-01-30 21:58:23 +10:00
volaya
0c11b8dd8f
fixed Cmake file
2017-01-30 10:28:37 +01:00
volaya
cd17680c71
[processing] removed otb and lidartools providers
2017-01-30 09:41:38 +01:00
Alexander Bruy
278913b7ce
use QgsRasterBlock instead of GDAL in zonal statistics (addresses #8736 )
...
This should make zonal statistics usable rasters which come from
other providers, e.g. WCS.
2017-01-28 11:12:12 +02:00
Alexandre Neto
290758a4bc
More PNG to SVG replacements ( #4065 )
2017-01-28 11:17:43 +07:00
PedroVenancio
bf2d9995f0
Add GRASS 7.x v.out.ascii algorithm
2017-01-26 22:04:06 +00:00
Denis Rouzaud
958dff9d82
spelling fixes
2017-01-25 17:38:01 +01:00
Alexander Bruy
49e7b94a63
[processing] make additional Fusion parameters optional
2017-01-25 15:44:16 +02:00
Alexander Bruy
514e55bdce
fix indentation
2017-01-25 13:06:56 +02:00
Alexander Bruy
f40fb9c4d2
[processing] fixes and new tools for LiDAR processing
...
courtesy of Niccolò Marchi
2017-01-25 11:41:34 +02:00
Juergen E. Fischer
a61b9222de
Qt 5.2 has QComboBox::currentData
2017-01-25 03:28:53 +01:00
Juergen E. Fischer
01004d9f83
identation fix
2017-01-25 02:43:25 +01:00
Juergen E. Fischer
099e7a77f2
[processing] find grass >=7.0
2017-01-25 01:32:39 +01:00
Nyall Dawson
9124100fb6
Python formatting updates
2017-01-23 12:25:19 +10:00
Denis Rouzaud
4c3968b9aa
more spelling fixes
2017-01-20 15:06:09 +01:00
volaya
5e479fc67e
[processing] always use only selected features in 'save selected features'
2017-01-19 10:33:52 +01:00
lbartoletti
01cd784ee7
[FEATURE][processing] Add overlay option to GridLine and GridPolygon
2017-01-19 16:49:35 +10:00
Denis Rouzaud
0a63d1f2c2
[spellcheck] properly look into various cases and add more fixes"
2017-01-16 16:39:20 +01:00
Alexander Bruy
f01b2f0597
[processing] extent is mandatory parameter for interpolation algorithms
2017-01-13 15:50:38 +02:00
Alexander Bruy
ce88da6eb9
[processing] raise error if cellsize is not defined in interpolation
...
algorithm
2017-01-13 15:50:38 +02:00
Alexander Bruy
8f291a92df
[processing] allow other output formats than shapefile in GDAL
...
polygonize
2017-01-13 09:16:19 +02:00
Denis Rouzaud
6c74e4ea5d
spelling fixes
2017-01-12 22:01:50 +01:00
Alexander Bruy
6214d4d446
[processing] fix wrong parameter definition ( fix #16063 )
2017-01-11 19:23:08 +02:00
Alexander Bruy
80d0d05b18
[FEATURE][processing] remove TauDEM provider from core Processing
...
TauDEM is quite specific set of tools and it requires installation of
some additional tools. So we decide to turn it into separate provider,
reducing core codebase size and maintenance efforts.
Tagged as feature to not forget mention in changelog and documentation
2017-01-11 15:15:37 +02:00
Alexander Bruy
6be4505493
[processing] update OTB's white- and blacklist. Drop obsolete 3.x
...
versions and add latest 5.8.0
2017-01-11 13:43:17 +02:00
Alexander Bruy
371fe1dd48
[processing] add new MultiImageSamplingRate algorithm from OTB 5.8.0
2017-01-11 13:42:29 +02:00