Nyall Dawson
b2ba450d46
Fix build warning
2017-05-30 08:48:38 +10:00
Denis Rouzaud
88a6d2ba2f
include gdal_version and add private constructor
2017-05-29 13:50:37 +02:00
Etienne Trimaille
9b46d9dd00
sipify
2017-05-29 13:50:37 +02:00
Denis Rouzaud
7b60d89d6c
align pointer and reference in sip files batch 2
2017-05-01 20:00:51 +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
Nyall Dawson
4cfacf14e3
Make API more consistent
...
- rename methods with XML to Xml, CRS to Crs, WMS to Wms, ID to Id
- rename methods with SRS to Crs
- rename methods with abbreviations like "dest" to "destination"
- rename methods with abbreviations like "src" to "source"
2016-07-21 08:40:50 +10:00
Nyall Dawson
6545746fc6
[FEATURE] Add extra resampling methods to align raster tool which are
...
available in GDAL >= 2.0 (max, min, median, q1 and q3)
2016-03-31 16:45:16 +11:00
Nyall Dawson
c3a57434d9
Fix clazy 'pass small and trivially-copyable type by value' warnings
2016-02-02 19:47:21 +11:00
Nyall Dawson
24d9c65494
Fix more classes which violate the rule-of-three
...
Also remove some empty destructors
2016-01-26 14:24:45 +11:00
Nyall Dawson
719ff408a5
Add some missing SIP bindings, comment some classes as not available
...
in Python
2015-11-10 17:08:27 +11:00
Juergen E. Fischer
9752c468c1
indentation update
2015-07-29 11:52:14 +02:00
Juergen E. Fischer
79d37c1a8b
fix windows build (followup 8f2a3ae)
2015-06-30 17:30:25 +02:00
Martin Dobias
11d1ac9540
Try to do automatic choice of the reference layer in GUI (using smallest cell area)
2015-06-29 10:25:47 +08:00
Martin Dobias
fcc0160755
Fix type of CRS WKT (use just QString instead of both QString and QByteArray)
2015-06-29 10:25:47 +08:00
Martin Dobias
06b4ad8512
Allow for custom setting of cell size / grid offset in GUI
2015-06-29 10:25:47 +08:00
Martin Dobias
3d290ef21a
Align rasters: configuration of clip extent, reporting of output size
2015-06-29 10:25:47 +08:00
Martin Dobias
b452bc0245
Support reprojection in GUI, added unit tests for reprojection
2015-06-29 10:25:47 +08:00
Martin Dobias
d7a9493445
Add error messages, fix reporting of grid offset
2015-06-29 10:25:46 +08:00
Martin Dobias
515de2879b
Added progress reporting
2015-06-29 10:25:46 +08:00
Martin Dobias
d6d2f1a374
Add python bindings for QgsAlignRaster
2015-06-29 10:25:46 +08:00