Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
348 additions
and 324 deletions.
- +5 −4 python/plugins/processing/algs/gdal/AssignProjection.py
- +7 −6 python/plugins/processing/algs/gdal/ClipRasterByExtent.py
- +12 −11 python/plugins/processing/algs/gdal/ClipVectorByExtent.py
- +10 −9 python/plugins/processing/algs/gdal/ClipVectorByMask.py
- +35 −33 python/plugins/processing/algs/gdal/Dissolve.py
- +6 −6 python/plugins/processing/algs/gdal/ExecuteSql.py
- +4 −3 python/plugins/processing/algs/gdal/GdalAlgorithm.py
- +4 −3 python/plugins/processing/algs/gdal/GridDataMetrics.py
- +4 −3 python/plugins/processing/algs/gdal/GridInverseDistance.py
- +4 −3 python/plugins/processing/algs/gdal/GridInverseDistanceNearestNeighbor.py
- +4 −3 python/plugins/processing/algs/gdal/GridLinear.py
- +4 −3 python/plugins/processing/algs/gdal/GridNearestNeighbor.py
- +7 −7 python/plugins/processing/algs/gdal/OffsetCurve.py
- +12 −11 python/plugins/processing/algs/gdal/OneSideBuffer.py
- +7 −7 python/plugins/processing/algs/gdal/PointsAlongLines.py
- +5 −3 python/plugins/processing/algs/gdal/buildvrt.py
- +4 −4 python/plugins/processing/algs/gdal/contour.py
- +4 −3 python/plugins/processing/algs/gdal/fillnodata.py
- +37 −36 python/plugins/processing/algs/gdal/gdal2tiles.py
- +4 −4 python/plugins/processing/algs/gdal/gdal2xyz.py
- +1 −3 python/plugins/processing/algs/gdal/gdaladdo.py
- +4 −3 python/plugins/processing/algs/gdal/gdaltindex.py
- +10 −10 python/plugins/processing/algs/gdal/nearblack.py
- +9 −9 python/plugins/processing/algs/gdal/pansharp.py
- +6 −5 python/plugins/processing/algs/gdal/proximity.py
- +4 −3 python/plugins/processing/algs/gdal/rasterize.py
- +16 −13 python/plugins/processing/algs/gdal/rasterize_over.py
- +15 −12 python/plugins/processing/algs/gdal/rasterize_over_fixed_value.py
- +4 −4 python/plugins/processing/algs/gdal/rearrange_bands.py
- +25 −23 python/plugins/processing/algs/gdal/retile.py
- +6 −6 python/plugins/processing/algs/gdal/rgb2pct.py
- +4 −3 python/plugins/processing/algs/gdal/sieve.py
- +17 −16 python/plugins/processing/algs/gdal/viewshed.py
- +10 −11 python/plugins/processing/algs/grass7/Grass7Utils.py
- +2 −4 python/plugins/processing/algs/qgis/Delaunay.py
- +1 −4 python/plugins/processing/algs/qgis/FieldPyculator.py
- +6 −6 python/plugins/processing/algs/qgis/MeanAndStdDevPlot.py
- +1 −1 python/plugins/processing/algs/qgis/RandomPointsAlongLines.py
- +1 −1 python/plugins/processing/algs/qgis/RandomPointsLayer.py
- +1 −1 python/plugins/processing/algs/qgis/RandomPointsPolygons.py
- +5 −5 python/plugins/processing/algs/qgis/RasterLayerHistogram.py
- +10 −6 python/plugins/processing/algs/qgis/RectanglesOvalsDiamondsVariable.py
- +6 −8 python/plugins/processing/algs/qgis/Relief.py
- +1 −1 python/plugins/processing/algs/qgis/SelectByAttribute.py
- +3 −3 python/plugins/processing/algs/qgis/UniqueValues.py
- +1 −1 python/plugins/processing/algs/qgis/VoronoiPolygons.py
Oops, something went wrong.