Piotr Pociask
41fafd6982
[processing] support MultiPoint geometries in Delaunay triangulation
2016-10-19 11:15:38 +02:00
Nyall Dawson
cea47427d0
Optimise creation of spatial indexes
...
Use constructor which takes an iterator instead of manually
adding features, and don't request attributes for spatial
index features
2016-10-19 08:38:11 +10:00
volaya
63955e6574
[processing] fixed handling of None param values in ogr2ogrtopostgis.py
...
Conflicts:
python/plugins/processing/algs/gdal/ogr2ogrtopostgis.py
2016-10-18 16:55:19 +03:00
volaya
aeaef6f549
[processing] made connection params optional in ogr2ogrtopostgis.py
2016-10-18 16:55:19 +03:00
volaya
e55d1923fc
[processing] fixes for 'import into PostGIS' alg
...
fixes #15097
2016-10-18 16:55:19 +03:00
Sandro Santilli
6731eaa9e5
Add test for setting up connection string
...
Conflicts:
python/plugins/processing/algs/gdal/ogr2ogrtopostgis.py
2016-10-18 16:55:19 +03:00
Sandro Santilli
d63222e68e
[processing] Allow using libpq defaults for host,port,user,pass and dbname
...
Fixes #15706
2016-10-18 16:55:19 +03:00
volaya
128da3002a
[processing] better update of expression widget when layer is changed in fields calculator
2016-10-18 16:55:19 +03:00
volaya
c0e3b8fbf9
[processing] added short help for saga raster calculator
2016-10-18 16:55:19 +03:00
volaya
135576ec4d
[processing] fixed wrong import in i_aster_toar
...
Conflicts:
python/plugins/processing/algs/grass7/ext/i_aster_toar.py
2016-10-18 16:55:19 +03:00
Sandro Santilli
2fc418016f
[processing] Fix handling of None shapeEncoding
...
Fixes #15719 -- object of type 'NoneType' has no len()
2016-10-18 11:44:40 +02:00
Matteo Ghetta
904f49eceb
[processing] Missing import fixed for R algorithm
2016-10-18 10:08:36 +02:00
Matthias Kuhn
576ad138a9
Fix python calls to inexistent methods
2016-10-17 09:31:31 +02:00
volaya
3001bd5f79
Merge pull request #3610 from NaturalGIS/processing_grass7_v_voronoi_skeleton
...
Processing grass7 v voronoi skeleton
2016-10-17 08:05:04 +02:00
Nyall Dawson
688d1a5eba
[processing] Speed up dissolve when not using fields
2016-10-17 12:47:53 +10:00
Nyall Dawson
a05b610a8b
[processing] Use prepared geometries for intersects tests
...
Wherever possible use prepared geometry engines for intersects
type tests, as it's much faster
2016-10-17 11:18:46 +10:00
Nyall Dawson
86368f39c3
[processing] Optimise feature requests within qgis algs
...
- don't use setFilterFid() within loops to fetch features one
at time (as it's extremely slow), instead use setFilterFids()
outside the loop
- don't fetch unused attributes/geometry when it can be
avoided
2016-10-17 10:30:55 +10:00
Giovanni Manghi
8f9fe00671
add paramter to v.voronoi.skeleton
2016-10-16 19:09:06 +01:00
Giovanni Manghi
80c6a27f17
Add a GRASS7 tool to compute skeletons of areas, using v.voronoi
2016-10-16 18:43:29 +01:00
volaya
35f17496c1
Merge pull request #3581 from alexbruy/processing-terrain-analysis
...
[processing] add raster terrain analysis tools
2016-10-13 13:53:55 +02:00
Alexander Bruy
898addfa33
[processing] avoid division by zero ( fix #15521 )
2016-10-12 16:04:31 +03:00
Alexander Bruy
fabc0970c5
[processing] add icons for raster terrain analysis algorithms
2016-10-11 11:55:34 +03:00
Alexander Bruy
e2f36e40d1
[processing] remove unused imports
2016-10-11 11:55:34 +03:00
Alexander Bruy
7b74774322
[processing] expose Relief from Raster terrain analysis plugin in toolbox
2016-10-11 11:55:34 +03:00
Alexander Bruy
15902aa2fa
[processing] expose Hillshade from Raster terrain analysis plugin in toolbox
2016-10-11 11:55:34 +03:00
Alexander Bruy
2c2ff64f7d
[processing] expose Ruggedness from Raster terrain analysis plugin in toolbox
2016-10-11 11:55:34 +03:00
Alexander Bruy
48c7c49c73
[processing] expose Slope from Raster terrain analysis plugin in toolbox
2016-10-11 11:55:34 +03:00
Alexander Bruy
e76a4678ba
[processing] expose Aspect from Raster terrain analysis plugin in toolbox
2016-10-11 11:55:34 +03:00
Nyall Dawson
90aebd117d
[processing] Add geometry info should add z/m values ( fix #14659 )
2016-10-11 09:30:41 +10:00
volaya
fba87f79f3
Merge branch 'master' of https://github.com/qgis/QGIS into processing_parameters_refactoring
...
Conflicts:
python/plugins/processing/gui/ExtentSelectionPanel.py
2016-10-10 09:09:34 +02:00
volaya
3b1dfa7071
[processing] made -te parameter optional in gdal warp
2016-10-10 08:05:11 +02:00
Juergen E. Fischer
d9349e5bbb
update configuration settings to qgis3
2016-10-06 11:40:42 +02:00
arnaud.morvan@camptocamp.com
4184934b9a
[processing] Apply 2to3 on changes
2016-10-05 12:39:01 +02:00
Alexander Bruy
3407ced90e
fix indentation
...
Conflicts:
python/plugins/processing/gui/BatchInputSelectionPanel.py
python/plugins/processing/gui/wrappers.py
2016-10-05 12:38:50 +02:00
arnaud.morvan@camptocamp.com
a38c13d523
Create FieldMappingWrapper
2016-10-05 12:38:40 +02:00
volaya
c491c01266
[processing] changes to allow custom parameter dialog adapt to new parameter architecture
2016-10-05 12:38:21 +02:00
volaya
dfb4cdd34b
[processing] moved output value evaluation to output object itself
2016-10-05 12:38:20 +02:00
volaya
a1642a376f
[processing] fixed loading of parameters for grass algorithms
2016-10-05 12:38:12 +02:00
volaya
fe5d0166cc
[processing] added multiple option to ParameterTableFIeld
...
removed ParameterTableMultipleField and did some cleanup
2016-10-05 12:38:09 +02:00
volaya
01f380863f
[processing] improvements for scripts and R scripts
2016-10-05 12:35:01 +02:00
volaya
efd73a491f
[processing] fixes for new parameters architecture
...
includes better managing of crd and extent parameters in models, not requiring now the use of modeler-only lags
2016-10-05 12:35:00 +02:00
Alexander Bruy
cc62c52269
[processing] add icon caching for other providers
2016-10-04 19:53:21 +03:00
Alexander Bruy
d03d2069b9
[processing] correct GRASS 7 detection on Mac ( fix #15645 )
...
follow up e1ff6e896a
2016-10-04 17:08:18 +03:00
Mathieu Pellerin
62c8510089
[qt5] setConfirmOverwrite is gone, use setOption ( #3567 )
2016-10-04 10:45:10 +02:00
Juergen E. Fischer
ffaffadbfa
fix typos
2016-10-01 17:58:12 +02:00
Matthias Kuhn
4a7a8ff263
Update python code
2016-10-01 15:39:03 +02:00
rldhont
37951baf45
[Processing] Uses os.path.join instead of + os.sep + ( #3552 )
2016-10-01 08:35:56 +02:00
rldhont
4feeab85a5
[Processing][Rscripts] Use temp script filename
...
The build RScript is stored in the User folder, so the script is erased at each RAlgorithm execute.
Server side or for debugging this could be a problem.
So processing_script.r will be stored in temp folder.
2016-09-28 11:05:41 +02:00
Juergen E. Fischer
31df84aa6b
run 2to3 on source
2016-09-21 23:30:04 +02:00
volaya
e4e5cda685
Merge pull request #3514 from volaya/grass_icon_fix
...
[processing] fixed grass icon loading
2016-09-21 13:29:35 +02:00