diff --git a/README.md b/README.md index 02dbb04..c70eb95 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This plugin generates derived SAR parameters (viz. vegetation indices, polarimet ## Installation -> **__Note:__** SAR tools requires QGIS version >=3.0. +> **__Note:__** PolSAR tools requires QGIS version >=3.0. * The easiest way (requires internet connection) : - Open QGIS -> Plugins -> Manage and Install Plugins... -> select ```All``` tab -> search for ```PolSAR tools``` --> select and install plugin diff --git a/SAR_Tools.py b/SAR_Tools.py index 18f471a..58ae4a1 100644 --- a/SAR_Tools.py +++ b/SAR_Tools.py @@ -101,7 +101,7 @@ def __init__(self, iface): # Declare instance attributes self.actions = [] icon_path = ':/plugins/SAR_Tools/icon.png' - self.menu = self.tr(u'&SAR tools') + self.menu = self.tr(u'&PolSAR tools') # Check if plugin was started the first time in current QGIS session # Must be set in initGui() to survive plugin reloads @@ -112,8 +112,8 @@ def __init__(self, iface): self.inFolder='' # self.ws = 5 - self.toolbar = self.iface.addToolBar(u'SAR Tools') - self.toolbar.setObjectName(u'SAR Tools') + self.toolbar = self.iface.addToolBar(u'PolSAR Tools') + self.toolbar.setObjectName(u'PolSAR Tools') # self.dlg.fp_browse.setEnabled(True) @@ -948,7 +948,7 @@ def unload(self): """Removes the plugin menu item and icon from QGIS GUI.""" for action in self.actions: self.iface.removePluginMenu( - self.tr(u'&SAR tools'), + self.tr(u'&PolSAR tools'), action) self.iface.removeToolBarIcon(action) @@ -974,7 +974,7 @@ def run(self): def Startup(self): # For terminal outputs logger = self.dlg.terminal - logger.append('\t Welcome to SAR_tools.'+ + logger.append('\t Welcome to PolSAR tools.'+ '\n\t This plugin generates derived SAR parameters') logger.append('\t SAR indices | Decomposition parameters') logger.append('---------------------------------------------------------------------------------------------') diff --git a/SAR_Tools_dialog.py b/SAR_Tools_dialog.py index 8c26b47..1b83076 100644 --- a/SAR_Tools_dialog.py +++ b/SAR_Tools_dialog.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- """ /*************************************************************************** - SAR Tools - A QGIS plugin + PolSAR Tools + A QGIS plugin ------------------- begin : 2020-02-03 git sha : $Format:%H$ diff --git a/__init__.py b/__init__.py index 7f943b4..2bffcb2 100644 --- a/__init__.py +++ b/__init__.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- """ /*************************************************************************** - MRSLab - A QGIS plugin + PolSAR + A QGIS plugin This plugin generates derived SAR parameters from input polarimetric matrix (C3, T3, C2, T2). ------------------- begin : 2020-02-03 diff --git a/mainWindow.ui b/mainWindow.ui index 279c9ed..36363bc 100644 --- a/mainWindow.ui +++ b/mainWindow.ui @@ -23,7 +23,7 @@ - SAR tools + PolSAR tools diff --git a/metadata.txt b/metadata.txt index c890b25..0cebcfb 100644 --- a/metadata.txt +++ b/metadata.txt @@ -3,10 +3,10 @@ # This file should be included when you package your plugin.# Mandatory items: [general] -name=SAR tools +name=PolSAR tools qgisMinimumVersion=3.0 description=This plugin generates polarimetric descriptors from SAR data. -version=0.6.2 +version=0.6.3 author=Narayanarao; Subhadip; Dipankar email=bnarayanarao@iitb.ac.in owners=bnarayanarao @@ -22,6 +22,7 @@ repository=https://github.com/Narayana-Rao/sar_tools.git hasProcessingProvider=no # Uncomment the following line and add your changelog: changelog= + 0.6.2 - minor updates and bug fixes diff --git a/pb_tool.cfg b/pb_tool.cfg index bae1f5c..c35396f 100644 --- a/pb_tool.cfg +++ b/pb_tool.cfg @@ -39,7 +39,7 @@ [plugin] # Name of the plugin. This is the name of the directory that will # be created in .qgis2/python/plugins -name: SAR_Tools +name: PolSAR_Tools # Full path to where you want your plugin directory copied. If empty, # the QGIS default path will be used. Don't include the plugin name in diff --git a/resources.qrc b/resources.qrc index 774b52a..ab27063 100644 --- a/resources.qrc +++ b/resources.qrc @@ -1,5 +1,5 @@ - + icon.png