Skip to content

Commit 4f27729

Browse files
9.0.3
1 parent 6837115 commit 4f27729

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def description():
3434

3535

3636
def version():
37-
return 'Version 9.0.2'
37+
return 'Version 9.0.3'
3838

3939

4040
def icon():

docs/repository.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version = '1.0' encoding = 'UTF-8'?>
22
<plugins>
3-
<pyqgis_plugin name="Semi-Automatic Classification Plugin - master" version="9.0.2" plugin_id="284">
3+
<pyqgis_plugin name="Semi-Automatic Classification Plugin - master" version="9.0.0" plugin_id="284">
44
<description><![CDATA[The Semi-Automatic Classification Plugin (SCP) allows for the supervised classification of remote sensing images, providing tools for the download, the preprocessing and postprocessing of images.]]></description>
55
<about><![CDATA[Developed by Luca Congedo, the Semi-Automatic Classification Plugin (SCP) allows for the supervised classification of remote sensing images, providing tools for the download, the preprocessing and postprocessing of images. Search and download is available for Landsat, Sentinel-2 images. Several algorithms are available for the land cover classification. This plugin requires the installation of Remotior Sensus, GDAL, OGR, Numpy, SciPy, and Matplotlib. For more information please visit https://fromgistors.blogspot.com .]]></about>
6-
<version>9.0.2</version>
6+
<version>9.0.0</version>
77
<qgis_minimum_version>3.99.0</qgis_minimum_version>
88
<qgis_maximum_version>4.98.0</qgis_maximum_version>
99
<homepage><![CDATA[https://fromgistors.blogspot.com/p/semi-automatic-classification-plugin.html]]></homepage>

metadata.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ qgisMinimumVersion=3.99
44
qgisMaximumVersion=4.98
55
supportsQt6=True
66
description=The Semi-Automatic Classification Plugin (SCP) allows for the supervised classification of remote sensing images, providing tools for the download, the preprocessing and postprocessing of images.
7-
version=9.0.2
7+
version=9.0.3
88
about=Developed by Luca Congedo, the Semi-Automatic Classification Plugin (SCP) allows for the supervised classification of remote sensing images, providing tools for the download, the preprocessing and postprocessing of images. Search and download is available for Landsat, Sentinel-2 images. Several algorithms are available for the land cover classification. This plugin is built on Remotior Sensus library and requires the installation of additional dependencies. For more information please visit https://fromgistors.blogspot.com .
99

1010
author=Luca Congedo
@@ -15,6 +15,9 @@ icon=semiautomaticclassificationplugin.png
1515

1616
changelog=
1717

18+
9.0.3
19+
-minor bug fixing.
20+
1821
9.0.2
1922
-in tab Download products it is possible to search Sentinel-2 by tile name entering in "Advanced search".
2023
-output of Random Forest using scikit framework now includes a .txt file listing feature importance.

semiautomaticclassificationplugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113

114114

115115
# minimum remotior sensus version
116-
rs_version = '0.7.1'
116+
rs_version = '0.7.2'
117117
lib_dir = rs_path = installed_version = remotior_sensus_2 = None
118118

119119

0 commit comments

Comments
 (0)