Skip to content

Commit 35463b5

Browse files
7.5.0
1 parent 80d81c1 commit 35463b5

33 files changed

Lines changed: 33580 additions & 32252 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.4.9 - Matera'
45+
return 'Version 7.5.0 - Matera'
4646

4747

4848
def icon():

core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@
797797
functionNames.append([[' sentinel1_conversion', 'cfg.batchT.performSentinel1Conversion', 'cfg.sentinel1T.sentinel1', ['input_raster_path : \'\'', 'xml_file_path : \'\'', 'vh : 1', 'vv : 1', 'raster_project : 0', 'raster_projections_band_set : 1', 'convert_to_db : 1', 'use_nodata : 1', 'nodata_value : 0', 'create_bandset : 1', 'output_dir : \'\'', 'band_set : 1']]])
798798
functionNames.append([[' sentinel2_conversion', 'cfg.batchT.performSentinel2Conversion', 'cfg.sentinel2T.sentinel2', ['input_dir : \'\'', 'mtd_safl1c_file_path : \'\'', 'apply_dos1 : 0', 'preprocess_bands_1_9_10 : 0', 'use_nodata : 1', 'nodata_value : 0', 'create_bandset : 1', 'output_dir : \'\'', 'band_set : 1']]])
799799
functionNames.append([[' sentinel3_conversion', 'cfg.batchT.performSentinel3Conversion', 'cfg.sentinel3T.sentinel3', ['input_dir : \'\'', 'apply_dos1 : 0', 'use_nodata : 1', 'nodata_value : 0', 'create_bandset : 1', 'output_dir : \'\'', 'band_set : 1']]])
800-
functionNames.append([[' vector_to_raster', 'cfg.batchT.performVectorToRaster', 'cfg.vctRstrT.convertToRaster', ['vector_file_path : \'\'', 'use_value_field : 1', 'vector_field_name : \'\'', 'constant_value : 1', 'reference_raster_path : \'\'', 'type_of_conversion : \'Center of pixels\'', 'output_raster_path : \'\'']]])
800+
functionNames.append([[' vector_to_raster', 'cfg.batchT.performVectorToRaster', 'cfg.vctRstrT.convertToRaster', ['vector_file_path : \'\'', 'use_value_field : 1', 'vector_field_name : \'\'', 'constant_value : 1', 'reference_raster_path : \'\'', 'extent_same_as_reference : 0', 'type_of_conversion : \'Center of pixels\'', 'output_raster_path : \'\'']]])
801801
functionNames.append([[' split_raster_bands', 'cfg.batchT.performSplitRaster', 'cfg.splitT.splitRasterToBands', ['input_raster_path : \'\'', 'output_dir : \'\'', 'output_name_prefix : \'split\'']]])
802802
functionNames.append([[' stack_raster_bands', 'cfg.batchT.performStackRaster', 'cfg.stackRstr.stackRasters', ['band_set : 1', 'output_raster_path : \'\'']]])
803803
functionNames.append([['Band processing']])

core/utils.py

Lines changed: 136 additions & 130 deletions
Large diffs are not rendered by default.

dock/scpdock.py

Lines changed: 349 additions & 164 deletions
Large diffs are not rendered by default.

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.4.9" plugin_id="284">
3+
<pyqgis_plugin name="Semi-Automatic Classification Plugin - master" version="7.5.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 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.4.9</version>
6+
<version>7.5.0</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: 652 additions & 567 deletions
Large diffs are not rendered by default.

i18n/semiautomaticclassificationplugin.ts

Lines changed: 652 additions & 567 deletions
Large diffs are not rendered by default.

i18n/semiautomaticclassificationplugin_ar.ts

Lines changed: 652 additions & 567 deletions
Large diffs are not rendered by default.

i18n/semiautomaticclassificationplugin_de.ts

Lines changed: 652 additions & 567 deletions
Large diffs are not rendered by default.

i18n/semiautomaticclassificationplugin_el_GR.ts

Lines changed: 652 additions & 567 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)