Alexander Bruy
|
c5835e9adc
|
[processing] fix test and menus after renaming GdalOgr provider
|
2016-12-31 09:09:07 +02:00 |
|
Alexander Bruy
|
ce9c08f3f6
|
[processing] rename GdalOgr provider to Gdal provider
Show version numbers in providers descriptions
|
2016-12-31 09:09:07 +02:00 |
|
Alexander Bruy
|
0340320cd0
|
[processing] fix wrong ParameterSelection definition
|
2016-12-20 16:34:52 +02:00 |
|
Martin Dobias
|
d56a97d4fe
|
Merge QgsMapLayerRegistry into QgsProject
All methods/signals of QgsMapLayerRegistry moved verbatim to QgsProject.
|
2016-12-10 15:18:12 +08:00 |
|
Alexander Bruy
|
2fea23f1e5
|
Merge pull request #3779 from volaya/rastercalculator
[processing] add native raster calculator
|
2016-12-05 20:03:23 +02:00 |
|
volaya
|
b7daf9bca3
|
[processing] changed input type from vector layer to table for execute sql algorithm
|
2016-12-05 13:52:13 +01:00 |
|
volaya
|
d849e43278
|
[processing] fixed gdal proximity
Fixes #15895
|
2016-12-02 10:38:43 +01:00 |
|
volaya
|
fcc343724e
|
[processing] some fixes and changes in parameters and parameters panel
|
2016-12-01 12:50:27 +01:00 |
|
Médéric RIBREUX
|
c147ee2bf3
|
Add with .. to all subprocesses
|
2016-11-28 09:54:27 +01:00 |
|
Alexander Bruy
|
6e9631ea87
|
Merge pull request #3701 from alexbruy/processing-ogr-tests
[processsing] tests for GDAL algorithms
|
2016-11-14 11:05:51 +02:00 |
|
Nyall Dawson
|
3ef7b3b7eb
|
[processing] Use standard QGIS projection selection widget for CRS params
|
2016-11-13 20:34:35 +10:00 |
|
Alexander Bruy
|
2287230f0f
|
[processing] fix parameter definition in offset curve algorithm
|
2016-11-12 13:31:45 +02:00 |
|
Alexander Bruy
|
b6d5f35be2
|
[processing] cleanup OGR dissolve algorithm code
Avoid double extensions when creating temp files
|
2016-11-12 13:31:44 +02:00 |
|
Alexander Bruy
|
652addb507
|
[processing] don't pass layer name when '-sql' parameter is used
|
2016-11-12 13:31:44 +02:00 |
|
Alexander Bruy
|
e1ee477c40
|
[processing] use numeric parameter for buffer distance
|
2016-11-12 13:31:44 +02:00 |
|
Alexander Bruy
|
02ed0aa628
|
[processing] fix OGR offset curve and one-side buffer
|
2016-11-12 13:31:43 +02:00 |
|
Alexander Bruy
|
5991eccb47
|
[processing] simple test for ogr buffering
|
2016-11-12 13:31:42 +02:00 |
|
Alexander Bruy
|
51a56573c5
|
Merge pull request #3727 from arnaud-morvan/processing_ogr2ogr_defaults
[processing] fix Ogr2OgrToPostGisList algorithm
|
2016-11-10 11:45:56 +02:00 |
|
Nyall Dawson
|
0484769b7d
|
[processing] Use subprocess.DEVNULL instead of open(os.devnull)
|
2016-11-07 12:13:18 +10:00 |
|
Nyall Dawson
|
6a99017bf0
|
[processing] Use with ... when opening files
|
2016-11-07 11:36:38 +10:00 |
|
arnaud.morvan@camptocamp.com
|
a6a09d9ae2
|
[processing] Fix Ogr2OgrToPostGisList with 8798c42339 and 3472ac80d8bd
|
2016-11-06 15:25:11 +01:00 |
|
arnaud.morvan@camptocamp.com
|
01941176c5
|
[processing] Log gdal calls
|
2016-11-06 15:21:39 +01:00 |
|
Alexander Bruy
|
323c6582c6
|
[processing] add workaround for GDAL regression with cutlines (fix #15746)
|
2016-10-25 17:48:19 +03:00 |
|
Paolo Cavallini
|
7470b55bbd
|
Enable CROP_TO_CUTLINE by default
Fixes https://hub.qgis.org/issues/15750
Please backport it where appropriate.
|
2016-10-25 08:57:31 +02:00 |
|
Sandro Santilli
|
7971815343
|
Do not pass None to len()
|
2016-10-20 10:51:30 +02:00 |
|
Sandro Santilli
|
06976a2e87
|
Make Extent and Extent CRS GDAL parameters optional
Specify what the default is when extent CRS is not specified.
Allow using "auto" to have extent automatically set to min covering extent.
Fixes #15685
|
2016-10-20 10:51:30 +02: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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
volaya
|
c491c01266
|
[processing] changes to allow custom parameter dialog adapt to new parameter architecture
|
2016-10-05 12:38:21 +02:00 |
|
Alexander Bruy
|
cc62c52269
|
[processing] add icon caching for other providers
|
2016-10-04 19:53:21 +03:00 |
|
Juergen E. Fischer
|
31df84aa6b
|
run 2to3 on source
|
2016-09-21 23:30:04 +02:00 |
|
Alexander Bruy
|
8bf95fea5e
|
[processing] refactor ogr buffer algorithm
|
2016-09-16 12:03:45 +03:00 |
|
Alexander Bruy
|
9acb52db83
|
fix indentation
|
2016-09-14 16:55:20 +03:00 |
|
Alexander Bruy
|
9077398c4e
|
[processing] split offset curve and single-side buffer alg into two separate algs
|
2016-09-14 16:53:34 +03:00 |
|
Alexander Bruy
|
cac3b2ddfa
|
[processing] refactor offset curve GDAL algorithm (fix #15478)
|
2016-09-14 16:38:35 +03:00 |
|
Alexander Bruy
|
89774abed3
|
[processing] fix substitution of the original layers in GDAL commands
|
2016-09-14 16:24:02 +03:00 |
|
Alexander Bruy
|
2d561f5739
|
[processing] remove obsolete OGRAlgorithm class
|
2016-09-14 15:53:10 +03:00 |
|
Alexander Bruy
|
65db336eaf
|
[processing] move some constants to the dataobjects module
|
2016-09-02 09:28:45 +03:00 |
|
Alexander Bruy
|
1d2b0b4ca7
|
[processing] don't apply additional parameter if offset curve operation is used (fix #15342)
|
2016-08-01 15:26:58 +03:00 |
|
Alexander Bruy
|
7f6bae1f5e
|
[processing] use '-te_crs' parameter only if supported by GDAL
|
2016-07-28 13:39:22 +03:00 |
|
Alexander Bruy
|
b3a38f4018
|
[processing] fix issues with exported layers in GDAL provider
|
2016-07-26 15:00:26 +03:00 |
|
Alexander Bruy
|
6ccf7264a6
|
[processing] fix condition in warp alg
|
2016-07-26 15:00:26 +03:00 |
|
Alexander Bruy
|
c81b14d59e
|
[processing] replace original layer name with exported in the final OGR command (fix #15099)
|
2016-06-22 15:16:32 +03:00 |
|