Skip to content

Commit

Permalink
[FEATURE][processing] remove TauDEM provider from core Processing
Browse files Browse the repository at this point in the history
TauDEM is quite specific set of tools and it requires installation of
some additional tools. So we decide to turn it into separate provider,
reducing core codebase size and maintenance efforts.

Tagged as feature to not forget mention in changelog and documentation
  • Loading branch information
alexbruy committed Jan 11, 2017
1 parent 4467487 commit 80d0d05
Show file tree
Hide file tree
Showing 40 changed files with 0 additions and 1,726 deletions.
1 change: 0 additions & 1 deletion images/images.qrc
Expand Up @@ -554,7 +554,6 @@
<file>themes/default/providerGrass.svg</file>
<file>themes/default/providerQgis.svg</file>
<file>themes/default/providerR.svg</file>
<file>themes/default/providerTaudem.svg</file>
<file>themes/default/processingModel.svg</file>
<file>themes/default/processingScript.svg</file>
<file>themes/default/processingAlgorithm.svg</file>
Expand Down
129 changes: 0 additions & 129 deletions images/themes/default/providerTaudem.svg

This file was deleted.

1 change: 0 additions & 1 deletion python/plugins/processing/algs/CMakeLists.txt
Expand Up @@ -5,7 +5,6 @@ ADD_SUBDIRECTORY(gdal)
ADD_SUBDIRECTORY(grass7)
ADD_SUBDIRECTORY(saga)
ADD_SUBDIRECTORY(otb)
ADD_SUBDIRECTORY(taudem)
ADD_SUBDIRECTORY(lidar)
ADD_SUBDIRECTORY(qgis)
ADD_SUBDIRECTORY(r)
Expand Down
5 changes: 0 additions & 5 deletions python/plugins/processing/algs/taudem/CMakeLists.txt

This file was deleted.

134 changes: 0 additions & 134 deletions python/plugins/processing/algs/taudem/TauDEMAlgorithm.py

This file was deleted.

0 comments on commit 80d0d05

Please sign in to comment.