Skip to content

Commit 0f01c77

Browse files
7.10.4
1 parent de38970 commit 0f01c77

23 files changed

Lines changed: 26419 additions & 26207 deletions

__init__.py

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

4343

4444
def version():
45-
return 'Version 7.10.3 - Matera'
45+
return 'Version 7.10.4 - Matera'
4646

4747

4848
def icon():

core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@
830830
functionNames.append([[' classification_report', 'cfg.batchT.performClassificationReport', 'cfg.classRep.calculateClassificationReport', ['input_raster_path : \'\'', 'use_nodata : 0', 'nodata_value : 0', 'output_report_path : \'\'']]])
831831
functionNames.append([[' classification_sieve', 'cfg.batchT.performClassificationSieve', 'cfg.sieveRstr.sieveClassification', ['input_raster_path : \'\'', 'size_threshold : 2', 'pixel_connection : 4', 'output_raster_path : \'\'']]])
832832
functionNames.append([[' classification_to_vector', 'cfg.batchT.performClassificationToVector', 'cfg.classVect.convertClassificationToVector', ['input_raster_path : \'\'', 'use_signature_list_code : 0', 'code_field : \'C_ID\'', 'dissolve_output : 0', 'output_vector_path : \'\'']]])
833-
functionNames.append([[' cross_classification', 'cfg.batchT.performCrossClassification', 'cfg.crossC.crossClassification', ['classification_file_path : \'\'', 'use_nodata : 0', 'nodata_value : 0', 'reference_file_path : \'\'', 'vector_field_name : \'\'', 'output_raster_path : \'\'']]])
833+
functionNames.append([[' cross_classification', 'cfg.batchT.performCrossClassification', 'cfg.crossC.crossClassification', ['classification_file_path : \'\'', 'use_nodata : 0', 'nodata_value : 0', 'reference_file_path : \'\'', 'vector_field_name : \'\'', 'output_raster_path : \'\'', 'regression : 0']]])
834834
functionNames.append([[' edit_raster_using_vector', 'cfg.batchT.performEditRasterUsingVector', 'cfg.editRstr.setRasterValue', ['input_raster_path : \'\'', 'input_vector_path : \'\'', 'vector_field_name : \'\'', 'constant_value : 0', 'expression : \'where(raster == 1, 2, raster)\'']]])
835835
functionNames.append([[' land_cover_change', 'cfg.batchT.performLandCoverChange', 'cfg.landCC.landCoverChange', ['reference_raster_path : \'\'', 'new_raster_path : \'\'', 'output_raster_path : \'\'']]])
836836
functionNames.append([[' reclassification', 'cfg.batchT.performReclassification', 'cfg.reclassification.reclassify', ['input_raster_path : \'\'', 'value_list : \'oldVal_newVal,oldVal_newVal\'', 'use_signature_list_code : 1', 'code_field : \'MC_ID\'', 'output_raster_path : \'\'']]])

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="7.10.3" plugin_id="284">
3+
<pyqgis_plugin name="Semi-Automatic Classification Plugin - master" version="7.10.4" 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 ASTER, GOES, Landsat, MODIS, Sentinel-1, Sentinel-2, and Sentinel-3 images. Several algorithms are available for the land cover classification. This plugin requires the installation of GDAL, OGR, Numpy, SciPy, and Matplotlib. Some tools require also the installation of SNAP (ESA Sentinel Application Platform). For more information please visit https://fromgistors.blogspot.com .]]></about>
6-
<version>7.10.3</version>
6+
<version>7.10.4</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: 272 additions & 262 deletions
Large diffs are not rendered by default.

i18n/semiautomaticclassificationplugin.ts

Lines changed: 272 additions & 262 deletions
Large diffs are not rendered by default.

i18n/semiautomaticclassificationplugin_ar.ts

Lines changed: 272 additions & 262 deletions
Large diffs are not rendered by default.

i18n/semiautomaticclassificationplugin_de.ts

Lines changed: 272 additions & 262 deletions
Large diffs are not rendered by default.

i18n/semiautomaticclassificationplugin_el_GR.ts

Lines changed: 272 additions & 262 deletions
Large diffs are not rendered by default.

i18n/semiautomaticclassificationplugin_es.ts

Lines changed: 272 additions & 262 deletions
Large diffs are not rendered by default.

i18n/semiautomaticclassificationplugin_fr.ts

Lines changed: 272 additions & 262 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)