Skip to content

Commit

Permalink
Processing rasterize: add extent buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 21, 2019
1 parent c25f274 commit 797af95
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 434 deletions.
2 changes: 0 additions & 2 deletions python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py
Expand Up @@ -90,7 +90,6 @@
from .RandomPointsPolygons import RandomPointsPolygons
from .RandomSelection import RandomSelection
from .RandomSelectionWithinSubsets import RandomSelectionWithinSubsets
from .Rasterize import RasterizeAlgorithm
from .RasterCalculator import RasterCalculator
from .RasterLayerHistogram import RasterLayerHistogram
from .RasterLayerStatistics import RasterLayerStatistics
Expand Down Expand Up @@ -202,7 +201,6 @@ def getAlgs(self):
RandomSelection(),
RandomSelectionWithinSubsets(),
RasterCalculator(),
RasterizeAlgorithm(),
RasterLayerHistogram(),
RasterLayerStatistics(),
RasterSampling(),
Expand Down
355 changes: 0 additions & 355 deletions python/plugins/processing/algs/qgis/Rasterize.py

This file was deleted.

0 comments on commit 797af95

Please sign in to comment.