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
79bf17ae1f
Replace deprecated assertRegexpMatches call
2017-01-31 07:18:11 +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
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
Alexandre Neto
290758a4bc
More PNG to SVG replacements ( #4065 )
2017-01-28 11:17:43 +07:00
matteo
f7644b4708
[processing] add test for merge gdal
2017-01-27 10:13:04 +01:00
PedroVenancio
bf2d9995f0
Add GRASS 7.x v.out.ascii algorithm
2017-01-26 22:04:06 +00:00
rldhont
c861682ded
[BUGFIX][Processing] Script: get output file extension
2017-01-26 16:53:44 +01: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
66c7129d7b
Merge pull request #4053 from alexbruy/lidartools-update
...
[processing] fixes and new tools for LiDAR processing
2017-01-25 14:28:12 +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
matteo
a49fc8ab99
[processing] add test for color relief gdal
2017-01-25 09:29:23 +01: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
89b58d7334
translation string fixes
2017-01-25 02:19:33 +01:00
Juergen E. Fischer
099e7a77f2
[processing] find grass >=7.0
2017-01-25 01:32:39 +01:00
Juergen E. Fischer
d8ed8f4355
fix processing MessageBarProgress initialization
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
Alexander Bruy
08e0eacfef
[processing] return string from selection type setting when necessary
2017-01-18 08:46:56 +02:00
Denis Rouzaud
b119744773
replace cancelling, cancelled and cancellation by canceling, canceled and cancelation, respectively ( #4000 )
...
* replace cancelling and cancelled by canceling and canceled, respectively
see https://github.com/qgis/qgis3_UIX_discussion/issues/19
* replace cancellation by cancelation
2017-01-16 22:27:14 +01:00
Denis Rouzaud
0a63d1f2c2
[spellcheck] properly look into various cases and add more fixes"
2017-01-16 16:39:20 +01:00
Alexander Bruy
49b6c5f342
[processing] more fixes to "selection" type settings handling
2017-01-13 16:43:16 +02:00
Alexander Bruy
3605d4fce3
Revert "[processing] handle string settings from previous install (followup 03eaad5bfd)"
...
This reverts commit daf65d8fdf3f8eb238c07f682c4d9a508e613f7a.
2017-01-13 16:38:30 +02:00
Alexander Bruy
daf65d8fdf
[processing] handle string settings from previous install (followup 03eaad5bfd)
2017-01-13 15:50:38 +02: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
matteo
8994877717
processing zonal statistics
2017-01-13 12:37:51 +01:00
matteo
c259070102
processing single to multi test
2017-01-13 12:37:51 +01:00
matteo
7958db29d1
processing mean coordinates test
2017-01-13 12:37:50 +01:00
matteo
2c6649358a
processing points along lines test
2017-01-13 12:37:50 +01:00
matteo
94856b59b1
processing qgis count points weighted
2017-01-13 12:37:39 +01:00
matteo
590abf0a44
processing qgis countsuniquepoints test
2017-01-13 12:37:39 +01: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
b6632b0731
[processing] workaround for fixing broken build
2017-01-12 14:49:26 +02:00
Alexander Bruy
75a7637838
[processing] fix typo in method name
2017-01-12 12:54:13 +02:00
Alexander Bruy
03eaad5bfd
[processing] fix handling of the "selection" type settings
2017-01-12 12:52:04 +02: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
Denis Rouzaud
748be8de71
[spelling] replace behaviour by behavior
2017-01-11 11:35:19 +01:00