Juergen E. Fischer
edeafa95ac
indentation and minor sip updates
2015-05-03 17:10:32 +02:00
volaya
55108ae709
[processing] enabled inut checks for field calculator algorithm
...
fixes #12586
2015-04-28 09:19:58 +02:00
alexbruy
12d92e4fb4
Merge pull request #1998 from radosuav/missing_html_tags
...
[processing] fix displaying result graphs
2015-04-22 09:38:06 +03:00
alexbruy
2fddcaf30c
Merge pull request #1994 from bstroebl/bugInEliminate
...
[processing] avoid run-time error in the Eliminate sliver polygons algorithm
2015-04-21 16:54:28 +03:00
Alexander Bruy
8ccae4fef1
[processing] add "mode" to ZonalStatistics output. Contributed by Anton
...
Biatov
2015-04-21 16:13:14 +03:00
radosuav
c246fec2df
[Processing] Fix bug with displaying result graphs by adding <html> tags.
2015-04-21 10:31:14 +02:00
Bernhard Ströbl
af64ae966f
[PROCESSING] Avoid run-time error
...
if intersection geometry is None (happens IMHO if geometries are not valid)
2015-04-16 17:54:15 +02:00
Alexander Bruy
c9ec4d4afc
[processing] Select by atribute sum algorithm
2015-04-15 16:51:53 +03:00
Alexander Bruy
96d4003aa6
[processing] set CRS for output grid ( fix #12518 )
2015-04-10 16:44:37 +03:00
Alexander Bruy
864443df76
[processing] display X and Y labels on the scatterplot ( fix #12095 )
2015-04-10 16:26:00 +03:00
Alexander Bruy
a449af255d
[processing] fix typo in the algorithm name ( fix #12227 )
2015-04-10 16:25:30 +03:00
Alexander Bruy
ba73048dc2
[processing] median calculation for zonal statistics
2015-04-02 09:49:55 +03:00
Juergen E. Fischer
f9c6302f6e
translation string fix
2015-03-01 14:41:44 +01: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
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
4a44956222
fix processing plugin main translation and add translations
...
for toplevel toolbox entries (fixes #12168 )
2015-02-13 20:32:18 +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
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
arnaud.morvan@camptocamp.com
9e51488a88
Create FieldMapper GeoAlgorithm
2015-02-06 16:10:14 +01:00
arnaud.morvan@camptocamp.com
84936e59e7
Add ParameterGoemetryPredicate and use it in XxxByLocation algorithms
2015-02-06 15:00:18 +01:00
Giovanni Manghi
035229f3d9
fix enconding in Split Vector layer tool when splitting attribute has non ascii chars
2015-02-03 12:34:53 +00:00
Alexander Bruy
b456f4d69c
[processing] restore missed icons in various dialogs
2015-02-03 11:23:22 +02:00
Juergen E. Fischer
956c155e8f
fix python pep8 warnings and fix some revealed errors
...
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
--exclude="ui_*.py,debian/*,python/ext-libs/*" \
.
2015-02-01 20:46:47 +01:00
radosuav
b835f406fa
[Processing] Allow user defined projections in Processing.
2015-01-22 14:38:47 +01:00
Alexandre Neto
e26eae9496
Fixes Processing Keep n biggest parts bug #12001
2015-01-21 23:54:50 +00:00
Alexander Bruy
5511c86c9f
fix file permissions
2015-01-20 09:48:37 +02:00
Alexander Bruy
a81ec21564
[processing] remove help files already ported to User Guide
2015-01-20 09:45:54 +02:00
Werner Macho
2011951d60
Fix some typos
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2015-01-18 20:47:22 +01:00
Juergen E. Fischer
6a65050faf
translation string fixes
2015-01-18 00:48:08 +01:00
Alexander Bruy
fdd17517fc
[processing] enable algs that require 3rd party Python modules when
...
possible
2015-01-17 14:57:21 +02:00
Alexander Bruy
d8a224d896
fix typos
2015-01-17 12:17:15 +02:00
Alexander Bruy
ad758aa8db
[processing] i18n for qgis provider
2015-01-17 11:24:54 +02:00
Giovanni Manghi
29f8b2399a
fix a few qgis processing scripts
2015-01-09 19:02:50 +00:00
volaya
247c3dd0e7
[processing] fixed split vector layer algorithm
2014-12-22 12:53:30 +01:00
Alexander Bruy
0d8cb3c1a9
[processing] fix wrong behavior in Join by location alg ( fix #11736 )
2014-12-11 12:43:35 +02:00
Bernhard Ströbl
da17656fe0
Log error to ProcessingLog
2014-12-08 09:31:41 +01:00
Bernhard Ströbl
a2c656e6f6
[processing] [feature] split lines with lines
2014-12-04 16:20:43 +01:00
Alexander Bruy
72fe56cfe4
[processing] fix Convex hull algorithm ( fix #11725 )
2014-11-30 12:50:35 +02:00
Alexander Bruy
902b932968
[processing] use extent instead of width, height and center in Create
...
Grid algorithm (fix #11481 )
2014-11-29 13:58:16 +02:00
Alexander Bruy
6637796719
[processing] fix Field calculator algorthm ( fix #11488 )
2014-11-22 12:52:18 +02:00
volaya
df9372a85b
[processing] better behaviour for fields calculator custom dialog
2014-11-21 09:10:08 +01:00
volaya
05dc06d41e
[processing] fixed fields calculator algorithm
...
It's not a complete fix, as it just comments out a line that was causing a 'underlying C/C++ object was deleted' error
Should revisit is later. For now, this allows the algorithm to run correctly and not crash qgis
2014-11-21 09:09:07 +01:00
Alexander Bruy
3c2d45ffd7
[processing] repair non-working random extract algorithms ( fix #11571 )
2014-11-19 12:02:20 +02:00
Alexander Bruy
1c6aa9b373
[processing] add hypsometric curves calculation algorithm
2014-11-19 12:02:20 +02:00