volaya
ae748d3b7d
Merge pull request #2463 from spono/patch-7
...
[proessing]small correction on FUSION internal commands
2015-11-27 08:14:38 +01:00
volaya
5375522ce1
Merge pull request #2465 from spono/patch-9
...
[processing] Create DTM2ASCII
2015-11-27 08:12:06 +01:00
Matthias Kuhn
afd436da9f
Yet another fix to 594fafe
2015-11-24 16:57:43 +01:00
Matthias Kuhn
2e7c33281c
Followup 594fafe73b8, Also fix processing
2015-11-24 16:29:35 +01:00
Juergen E. Fischer
c40a764f5c
indentation update
2015-11-19 13:30:25 +01:00
alexbruy
f7bdd66c43
Merge pull request #2481 from nyalldawson/processing
...
Processing enhancements and fixes
2015-11-18 15:09:22 +02:00
Matthias Kuhn
0b0c413f3a
Add Saga 2.2.2 descriptions
2015-11-18 08:14:42 +01:00
Nyall Dawson
d0625b8b35
[processing] Add algorithm for reversing line directions
2015-11-18 16:27:25 +11:00
Nyall Dawson
9009ef0b26
[processing] Add smooth algorithm
...
Allows for smoothing line or polygon layers
2015-11-18 16:27:14 +11:00
alexbruy
f184ec9794
Merge pull request #2471 from nyalldawson/processing_fixes
...
[processing] misc improvements
- use QgsStatisticalSummary for statistic calculations
- faster expression request for ExtractByAttribute alg
2015-11-17 18:54:55 +02:00
alexbruy
fd50136e87
Merge pull request #2456 from NaturalGIS/fix_saga_222_kriging
...
[processing] fix SAGA 2.2.2 kriging tools
2015-11-17 18:51:54 +02:00
volaya
5e7291e97e
[processing] removed unimplemented lidar algorithm
2015-11-16 13:53:37 +01:00
Nyall Dawson
48afc425dc
[processing] Use faster expression request for ExtractByAttribute
2015-11-16 16:10:30 +11:00
Nyall Dawson
e15962eea9
[processing] Use QgsStatisticalSummary for statistic calculations
...
For BasicStatisticssNumbers and StatisticsByCategories algorithms.
Adds extra stats (minority, majority, 1st/3rd quartile and IQR) while
avoiding custom statistics calculation code.
2015-11-16 15:04:34 +11:00
Nic
ec204c357f
Create DTM2ASCII
...
new tool
2015-11-15 19:17:08 +01:00
Nic
ea526a2924
small correction on FUSION internal commands
2015-11-15 19:09:37 +01:00
Nic
ce8c4540a1
add new tools
...
adding connection to already-present tools
2015-11-15 19:00:37 +01:00
Giovanni Manghi
5065b80042
fix SAGA 2.2.2 kriging tools
2015-11-13 19:10:26 +00:00
volaya
358e0f70bb
[processing] fixed wrong param name in SAGA 2.2.0 regression kriging
2015-11-13 13:04:17 +01:00
volaya
54c4f750e6
[processing] fixed concave hull algorithm
2015-11-13 12:20:53 +01:00
volaya
cba585df2b
[processing] correctly set geometry type of input in clip algorithm
2015-11-13 12:20:52 +01:00
Nyall Dawson
a10936f06a
Use a set for classes in PointsInPolygonUnique (faster)
2015-11-13 13:24:08 +11:00
Nyall Dawson
596b56c441
Faster PointsInPolygon(+Unique/Weighted) algorithms
...
- Avoid use of seperate feature requests for every point
- Use GEOS prepared geometries when testing for point containment
Quick stats:
~1500 point layer
BEFORE: 17 seconds
AFTER: 3 seconds
~900k point layer
BEFORE: 30 mins = canceled at 20%
AFTER: 2.5 mins = 100% complete
2015-11-13 13:24:08 +11:00
Nyall Dawson
7c8177e01a
Use expression filter request for SelectByAttribute
...
Makes SelectByAttribute orders of magnitude faster for providers which
support compiled expressions (eg Postgres), also allows algorithm
to take advantage of database indexes created on attribute.
For a 4 million point PostGIS layer (with an index on attribute)
BEFORE: cancelled after 20 mins
AFTER: ~2 seconds
2015-11-13 13:23:18 +11:00
alexbruy
c483411034
Merge pull request #2447 from NaturalGIS/fix_saga_220_kriging
...
[processing] fix SAGA 2.2.0 kriging
2015-11-12 17:37:01 +02:00
Giovanni Manghi
19376770af
missing parameter
2015-11-12 14:28:03 +00:00
Giovanni Manghi
957c019027
fix SAGA 2.2.0 kriging
2015-11-12 14:12:52 +00:00
Giovanni Manghi
be563584ed
fix SAGA 2.1.2 kriging
2015-11-12 12:44:13 +00:00
Bernhard Ströbl
cfb932afa9
[PROCESSING] Speed up dissolve without changing parameters
2015-11-11 16:29:33 +01:00
Juergen E. Fischer
9a89408b72
indentation update
2015-11-10 20:21:10 +00:00
volaya
b2b6823321
Merge pull request #2423 from rldhont/processing_spatialite_output
...
[processing] allow output directly on Spatialite tables
2015-11-09 08:48:34 +01:00
Giovanni Manghi
0652955224
fix SAGA 2.2.* Inverse Distance Weighted
2015-11-08 14:25:47 +00:00
rldhont
e4996d77cd
[processing] allow output directly on Spatialite tables
...
like 11b5092140f5a966dbb2d85cb64face1e927ff90 but for Spatialite
2015-11-06 17:54:58 +01:00
volaya
54bdcefc11
[processing] hide SAGA folder option if built-in SAGA is available
2015-11-06 11:36:23 +01:00
Alexia Mondot
0cc92ffea6
[processing/otb]update xml and associated html docs
2015-11-04 09:51:43 +01:00
Alexia Mondot
5e9647d3ff
[processing/otb]Add specific rule to load ComputeOGRLayersFeaturesStatistics
2015-11-04 09:51:41 +01:00
Alexia Mondot
c548f8d8a4
[processing/otb]convert ListView in StringList for other applications than Radiometric Indices
2015-11-04 09:51:40 +01:00
Alexia Mondot
04907d199f
[processing/otb]divide into 2 functions
2015-11-04 09:51:39 +01:00
Alexia Mondot
41c15e770a
[processing/otb]Add function to customize creation and loading of new applications
2015-11-04 09:51:38 +01:00
Alexia Mondot
9c7d206b56
[processing/otb]update lists for OTB 5.0
2015-11-04 09:51:37 +01:00
Alexia Mondot
9256e57cb6
[processing/otb]compatibility with new version of processing
2015-11-04 09:51:36 +01:00
Alexia Mondot
85bea7d446
[processing/otb]remove unused code and imports
2015-11-04 09:51:35 +01:00
Juergen E. Fischer
f996c54776
indentation update
2015-10-30 23:30:16 +01:00
volaya
2bb0cf9fad
Merge pull request #2398 from mdouchin/patch-1
...
[processing] Debug ConcaveHull.py
2015-10-28 15:10:53 +01:00
volaya
b339ad13c8
Merge pull request #2399 from NaturalGIS/processing_fix_grass7_v_out_ogr
...
fix processing GRASS 7 v.out.ogr
2015-10-28 15:06:53 +01:00
Giovanni Manghi
77451f962c
fix processing GRASS 7 v.out.ogr
2015-10-25 17:08:37 +00:00
Giuseppe Sucameli
55b068fa9a
Merge branch 'clipper' of https://github.com/PedroVenancio/Quantum-GIS into PedroVenancio-clipper
...
Conflicts:
python/plugins/processing/algs/gdal/ClipByMask.py
2015-10-25 16:38:27 +01:00
mdouchin
f443bb8c03
Update ConcaveHull.py
2015-10-25 12:29:25 +01:00
mdouchin
99fcd625eb
Update ConcaveHull.py
...
Correct qgis:dissolve algorithm call
2015-10-25 12:17:36 +01:00
volaya
3ac5d0b095
[processing] fixed SAGA version handling
...
Conflicts:
python/plugins/processing/algs/saga/SagaAlgorithmProvider.py
2015-10-24 21:18:15 +02:00