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)
 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)
 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)
 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)
    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
 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)
 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)
    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)
 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)
 def unload(self):
     AlgorithmProvider.unload(self)
     ProcessingConfig.addSetting(ScriptUtils.SCRIPTS_FOLDER)
 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)
 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)
 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')
 def unload(self):
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(WorkflowUtils.WORKFLOW_FOLDER)
     # Remove toolbar button
     self.iface.removeToolBarIcon(self.action)
 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)
 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)
    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
 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)
 def unload(self):
     AlgorithmProvider.unload(self)
     ProcessingConfig.removeSetting(GdalUtils.GDAL_HELP_PATH)
 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')