Skip to content

Commit

Permalink
Merge pull request #32992 from elpaso/rasterize-c-plus-plus
Browse files Browse the repository at this point in the history
Port Processing Rasterize to C++
  • Loading branch information
elpaso committed Nov 21, 2019
2 parents 6395678 + e21c048 commit 24307f9
Show file tree
Hide file tree
Showing 7 changed files with 372 additions and 360 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.

1 change: 1 addition & 0 deletions src/analysis/CMakeLists.txt
Expand Up @@ -89,6 +89,7 @@ SET(QGIS_ANALYSIS_SRCS
processing/qgsalgorithmpromotetomultipart.cpp
processing/qgsalgorithmrasterlayeruniquevalues.cpp
processing/qgsalgorithmrasterlogicalop.cpp
processing/qgsalgorithmrasterize.cpp
processing/qgsalgorithmrastersurfacevolume.cpp
processing/qgsalgorithmrasterzonalstats.cpp
processing/qgsalgorithmreclassifybylayer.cpp
Expand Down

0 comments on commit 24307f9

Please sign in to comment.