Skip to content

Commit a00ab34

Browse files
8.1.7
1 parent b856ea6 commit a00ab34

24 files changed

Lines changed: 25956 additions & 25619 deletions

__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 8.1.6 - Infinity'
37+
return 'Version 8.1.7 - Infinity'
3838

3939

4040
def icon():

core/config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@
179179
qgis_registry[reg_earthdata_user] = ''
180180
reg_earthdata_pass = 'SemiAutomaticClassificationPlugin/earthdata_pass'
181181
qgis_registry[reg_earthdata_pass] = ''
182+
reg_copernicus_user = 'SemiAutomaticClassificationPlugin/copernicus_user'
183+
qgis_registry[reg_copernicus_user] = ''
184+
reg_copernicus_pass = 'SemiAutomaticClassificationPlugin/copernicus_pass'
185+
qgis_registry[reg_copernicus_pass] = ''
182186
# registry key for ROI color setting
183187
reg_roi_color = 'SemiAutomaticClassificationPlugin/roi_color'
184188
roi_color_default = '#ffaa00'

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="8.1.6" plugin_id="284">
3+
<pyqgis_plugin name="Semi-Automatic Classification Plugin - master" version="8.1.7" 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>8.1.6</version>
6+
<version>8.1.7</version>
77
<qgis_minimum_version>3.0.0</qgis_minimum_version>
88
<qgis_maximum_version>3.99.0</qgis_maximum_version>
99
<homepage><![CDATA[https://fromgistors.blogspot.com/p/semi-automatic-classification-plugin.html]]></homepage>

i18n/models/semiautomaticclassificationplugin.ts

Lines changed: 606 additions & 601 deletions
Large diffs are not rendered by default.

i18n/semiautomaticclassificationplugin.ts

Lines changed: 606 additions & 601 deletions
Large diffs are not rendered by default.

i18n/semiautomaticclassificationplugin_ar.ts

Lines changed: 606 additions & 601 deletions
Large diffs are not rendered by default.

i18n/semiautomaticclassificationplugin_de.ts

Lines changed: 606 additions & 601 deletions
Large diffs are not rendered by default.

i18n/semiautomaticclassificationplugin_el_GR.ts

Lines changed: 606 additions & 601 deletions
Large diffs are not rendered by default.

i18n/semiautomaticclassificationplugin_es.ts

Lines changed: 606 additions & 601 deletions
Large diffs are not rendered by default.

i18n/semiautomaticclassificationplugin_fr.ts

Lines changed: 606 additions & 601 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)