コード例 #1
0
 def unload(self):
     """Setting should be removed here, so they do not appear anymore
     when the plugin is unloaded.
     """
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(
         Basis_nl_algorithm_provider.INPUT_FOLDER)
コード例 #2
0
 def unload(self):
     """Setting should be removed here, so they do not appear anymore
     when the plugin is unloaded.
     """
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(
         ExampleAlgorithmProvider.MY_DUMMY_SETTING)
コード例 #3
0
 def unload(self):
     """Setting should be removed here, so they do not appear anymore
     when the plugin is unloaded.
     """
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(
         DifferentialPrivacyUtils.DIFFERENTIAL_EPSILON)
コード例 #4
0
 def unload(self):
     AlgorithmProvider.unload(self)
     if isWindows() or isMac():
         ProcessingConfig.removeSetting(Grass7Utils.GRASS_FOLDER)
         ProcessingConfig.removeSetting(Grass7Utils.GRASS_WIN_SHELL)
     ProcessingConfig.removeSetting(Grass7Utils.GRASS_LOG_COMMANDS)
     ProcessingConfig.removeSetting(Grass7Utils.GRASS_LOG_CONSOLE)
コード例 #5
0
    def unload(self):
        AlgorithmProvider.unload(self)
        if (isWindows() or isMac()) and SagaUtils.findSagaFolder() is None:
            ProcessingConfig.removeSetting(SagaUtils.SAGA_FOLDER)

        ProcessingConfig.removeSetting(SagaUtils.SAGA_LOG_CONSOLE)
        ProcessingConfig.removeSetting(SagaUtils.SAGA_LOG_COMMANDS)
コード例 #6
0
 def unload(self):
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(RUtils.RSCRIPTS_FOLDER)
     if isWindows():
         ProcessingConfig.removeSetting(RUtils.R_FOLDER)
         ProcessingConfig.removeSetting(RUtils.R_LIBS_USER)
         ProcessingConfig.removeSetting(RUtils.R_USE64)
コード例 #7
0
    def unload(self):
        AlgorithmProvider.unload(self)
        if isWindows():
            ProcessingConfig.removeSetting(SagaUtils.SAGA_FOLDER)

        ProcessingConfig.removeSetting(SagaUtils.SAGA_LOG_CONSOLE)
        ProcessingConfig.removeSetting(SagaUtils.SAGA_LOG_COMMANDS)
 def unload(self):
     """
     Setting should be removed here, so they do not appear anymore
     when the plugin is unloaded.
     """
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(
         GISCloudUtils.GISCloud_character)
コード例 #9
0
    def unload(self):
        """Setting should be removed here, so they do not appear anymore
        when the plugin is unloaded.

        """
        AlgorithmProvider.unload(self)
        ProcessingConfig.removeSetting(
            PolygonsParallelToLineProvider.MY_SETTING)
 def unload(self):
     """Setting should be removed here, so they do not appear anymore
     when the plugin is unloaded.
     """
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(
         ScipyPointClusteringUtils.POINT_LIMIT
     )
コード例 #11
0
    def unload(self):
        AlgorithmProvider.unload(self)

        ProcessingConfig.removeSetting(TauDEMUtils.TAUDEM_FOLDER)
        ProcessingConfig.removeSetting(TauDEMUtils.TAUDEM_MULTIFILE_FOLDER)
        ProcessingConfig.removeSetting(TauDEMUtils.TAUDEM_USE_SINGLEFILE)
        ProcessingConfig.removeSetting(TauDEMUtils.TAUDEM_USE_MULTIFILE)
        ProcessingConfig.removeSetting(TauDEMUtils.MPIEXEC_FOLDER)
        ProcessingConfig.removeSetting(TauDEMUtils.MPI_PROCESSES)
コード例 #12
0
ファイル: qsdm_provider.py プロジェクト: Martin-Jung/QSDM
 def unload(self):
     '''Setting should be removed here, so they do not appear anymore
     when the plugin is unloaded'''
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(qsdm_settings.JAVA_EXEC)
     ProcessingConfig.removeSetting(qsdm_settings.MAXENT)
     ProcessingConfig.removeSetting(qsdm_settings.MEM)        
     ProcessingConfig.removeSetting(qsdm_settings.WORK_DIR)
     ProcessingConfig.removeSetting(qsdm_settings.TEMP)
コード例 #13
0
 def unload(self):
     AlgorithmProvider.unload(self)
     if ProcessingUtils.isWindows():
         ProcessingConfig.removeSetting(SagaUtils.SAGA_FOLDER)
     ProcessingConfig.removeSetting(SagaUtils.SAGA_AUTO_RESAMPLING)
     ProcessingConfig.removeSetting(SagaUtils.SAGA_RESAMPLING_REGION_XMIN)
     ProcessingConfig.removeSetting(SagaUtils.SAGA_RESAMPLING_REGION_YMIN)
     ProcessingConfig.removeSetting(SagaUtils.SAGA_RESAMPLING_REGION_XMAX)
     ProcessingConfig.removeSetting(SagaUtils.SAGA_RESAMPLING_REGION_YMAX)
     ProcessingConfig.removeSetting(SagaUtils.SAGA_RESAMPLING_REGION_CELLSIZE)
     ProcessingConfig.removeSetting(SagaUtils.SAGA_LOG_CONSOLE)
     ProcessingConfig.removeSetting(SagaUtils.SAGA_LOG_COMMANDS)
コード例 #14
0
    def unload(self):
        AlgorithmProvider.unload(self)

        if system.isWindows():
            ProcessingConfig.removeSetting(
                CircuitscapeUtils.CIRCUITSCAPE_FOLDER)

        ProcessingConfig.removeSetting(CircuitscapeUtils.LOG_COMMANDS)
        ProcessingConfig.removeSetting(CircuitscapeUtils.LOG_CONSOLE)

        ProcessingConfig.removeSetting(CircuitscapeUtils.FOUR_NEIGHBOURS)
        ProcessingConfig.removeSetting(CircuitscapeUtils.AVERAGE_CONDUCTANCE)
        ProcessingConfig.removeSetting(CircuitscapeUtils.PREEMPT_MEMORY)
        ProcessingConfig.removeSetting(CircuitscapeUtils.MAX_CURRENT_MAPS)
        ProcessingConfig.removeSetting(CircuitscapeUtils.CUM_MAX_MAPS)
        ProcessingConfig.removeSetting(CircuitscapeUtils.ZERO_FOCAL)
        ProcessingConfig.removeSetting(CircuitscapeUtils.LOG_TRANSFORM)
        ProcessingConfig.removeSetting(CircuitscapeUtils.COMPRESS_OUTPUT)
コード例 #15
0
 def unload(self):
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting('Epanet_CLI')
コード例 #16
0
 def unload(self):
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(GdalUtils.GDAL_HELP_PATH)
コード例 #17
0
 def unload(self):
     """Setting should be removed here, so they do not appear anymore
     when the plugin is unloaded.
     """
     AlgorithmProvider.unload(self)
コード例 #18
0
 def unload(self):
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(OTBUtils.OTB_FOLDER)
     ProcessingConfig.removeSetting(OTBUtils.OTB_LIB_FOLDER)
コード例 #19
0
 def unload(self):
     AlgorithmProvider.unload(self)
     ProcessingConfig.addSetting(ScriptUtils.SCRIPTS_FOLDER)
コード例 #20
0
 def unload(self):
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting('Epanet_CLI')
コード例 #21
0
 def unload(self):
     '''Setting should be removed here, so they do not appear anymore
     when the plugin is unloaded'''
     AlgorithmProvider.unload(self)
コード例 #22
0
 def unload(self):
     """Setting should be removed here, so they do not appear anymore
     when the plugin is unloaded.
     """
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(SenscapeProvider.MY_DUMMY_SETTING)
コード例 #23
0
 def unload(self):
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(TauDEMUtils.TAUDEM_FOLDER)
     ProcessingConfig.removeSetting(TauDEMUtils.MPIEXEC_FOLDER)
     ProcessingConfig.removeSetting(TauDEMUtils.MPI_PROCESSES)
コード例 #24
0
 def unload(self):
     """Setting is removed here, so it does not appear anymore
     when the plugin is unloaded.
     """
     AlgorithmProvider.unload(self)
コード例 #25
0
 def unload(self):
     AlgorithmProvider.unload(self)
     ProcessingConfig.addSetting(ScriptUtils.SCRIPTS_FOLDER)
コード例 #26
0
 def unload(self):
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(sDNAProvider.SDNAFOLDERSETTING)
コード例 #27
0
 def unload(self):
     print "unloading swmm"
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting('Swmm_CLI')
コード例 #28
0
 def unload(self):
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(WorkflowUtils.WORKFLOW_FOLDER)
     # Remove toolbar button
     self.iface.removeToolBarIcon(self.action)
コード例 #29
0
 def unload(self):
     """Setting should be removed here, so they do not appear anymore
     when the plugin is unloaded.
     """
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(MalstroemUtils.MALSTROEM_SCRIPT)
コード例 #30
0
 def unload(self):
     '''Setting should be removed here, so they do not appear anymore
     when the plugin is unloaded'''
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(
         pktoolsAlgorithmProvider.MY_DUMMY_SETTING)
コード例 #31
0
    def unload(self):
        AlgorithmProvider.unload(self)

        ProcessingConfig.removeSetting(self.FIELD_SEPARATOR)
        ProcessingConfig.removeSetting(self.DECIMAL_SEPARATOR)
コード例 #32
0
 def unload(self):
     AlgorithmProvider.unload(self)
     if isWindows() or isMac():
         ProcessingConfig.removeSetting(Grass7Utils.GRASS_FOLDER)
     ProcessingConfig.removeSetting(Grass7Utils.GRASS_LOG_COMMANDS)
     ProcessingConfig.removeSetting(Grass7Utils.GRASS_LOG_CONSOLE)
コード例 #33
0
ファイル: coneforprovider.py プロジェクト: gioman/qgisconefor
 def unload(self):
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(self.A_TESTING_SETTING)
コード例 #34
0
 def unload(self):
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(InterlisProvider.JAVA_EXEC)
     ProcessingConfig.removeSetting(InterlisProvider.ILI2PG_JAR)
     ProcessingConfig.removeSetting(InterlisProvider.ILI2GPKG_JAR)
コード例 #35
0
 def unload(self):
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(GdalUtils.GDAL_HELP_PATH)
コード例 #36
0
 def unload(self):
     AlgorithmProvider.unload(self)
コード例 #37
0
 def unload(self):
     AlgorithmProvider.unload(self)
コード例 #38
0
 def unload(self):
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(OTBUtils.OTB_FOLDER)
     ProcessingConfig.removeSetting(OTBUtils.OTB_LIB_FOLDER)
コード例 #39
0
 def unload(self):
     print "unloading swmm"
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting('Swmm_CLI')