From 74756882cd602276bc359af81ca252a3602e1498 Mon Sep 17 00:00:00 2001 From: landry Date: Wed, 2 Mar 2016 14:39:10 +0000 Subject: [PATCH] Update to QGIS 2.14. See http://changelog.qgis.org/en/qgis/version/2.14.0/ for changes. --- geo/qgis/Makefile | 19 +- geo/qgis/distinfo | 4 +- geo/qgis/patches/patch-CMakeLists_txt | 8 +- geo/qgis/patches/patch-cmake_FindGDAL_cmake | 6 +- geo/qgis/patches/patch-cmake_FindGEOS_cmake | 6 +- .../patches/patch-cmake_FindPostgres_cmake | 6 +- geo/qgis/patches/patch-doc_CMakeLists_txt | 8 +- .../patches/patch-scripts_pyuic4-wrapper_py | 8 + .../patches/patch-scripts_pyuic4-wrapper_sh | 9 + geo/qgis/patches/patch-src_app_qgisapp_cpp | 14 +- geo/qgis/patches/patch-src_app_qgsabout_cpp | 8 +- .../patches/patch-src_core_CMakeLists_txt | 10 +- .../patches/patch-src_core_qgsapplication_cpp | 12 +- .../patches/patch-src_server_CMakeLists_txt | 8 +- ...tch-tests_src_core_testqgsdistancearea_cpp | 27 - geo/qgis/pkg/PLIST | 1200 +++++++++++++---- 16 files changed, 1017 insertions(+), 336 deletions(-) create mode 100644 geo/qgis/patches/patch-scripts_pyuic4-wrapper_py create mode 100644 geo/qgis/patches/patch-scripts_pyuic4-wrapper_sh delete mode 100644 geo/qgis/patches/patch-tests_src_core_testqgsdistancearea_cpp diff --git a/geo/qgis/Makefile b/geo/qgis/Makefile index 73479f4d5ba..7d29179a08c 100644 --- a/geo/qgis/Makefile +++ b/geo/qgis/Makefile @@ -1,20 +1,20 @@ -# $OpenBSD: Makefile,v 1.47 2016/01/19 09:44:25 landry Exp $ +# $OpenBSD: Makefile,v 1.48 2016/03/02 14:39:10 landry Exp $ COMMENT = desktop geographical information system SHARED_ONLY = Yes -DISTNAME = qgis-2.12.3 +DISTNAME = qgis-2.14.0 EXTRACT_SUFX = .tar.bz2 CATEGORIES = geo x11 -SHARED_LIBS = qgis_core 10.0 \ - qgis_app 0.0 \ - qgis_gui 9.0 \ - qgis_analysis 5.0 \ - qgis_server 2.0 \ - qgispython 2.2 \ - qgis_networkanalysis 0.0 +SHARED_LIBS = qgis_core 11.0 \ + qgis_app 1.0 \ + qgis_gui 10.0 \ + qgis_analysis 6.0 \ + qgis_server 3.0 \ + qgispython 3.0 \ + qgis_networkanalysis 1.0 HOMEPAGE = http://www.qgis.org/ @@ -72,6 +72,7 @@ pre-configure: # otherwise takes precedence over systemwide file rm -f ${WRKSRC}/cmake/FindIconv.cmake ${SUBST_CMD} ${WRKSRC}/cmake/Find{GDAL,GEOS,Postgres}.cmake + ${SUBST_CMD} ${WRKSRC}/scripts/pyuic4-wrapper.{py,sh} post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/{pixmaps,applications} diff --git a/geo/qgis/distinfo b/geo/qgis/distinfo index 977acc467d2..37f9ae94035 100644 --- a/geo/qgis/distinfo +++ b/geo/qgis/distinfo @@ -1,2 +1,2 @@ -SHA256 (qgis-2.12.3.tar.bz2) = NCsdmWLSEEU5q+RM9I1ehx6OzrxGVb+dNLFN96z3xjo= -SIZE (qgis-2.12.3.tar.bz2) = 69119328 +SHA256 (qgis-2.14.0.tar.bz2) = Z4aZYSUD3xDLA22SJ5OqtOGC+x2xqutUKMI+nmxv+tU= +SIZE (qgis-2.14.0.tar.bz2) = 76423899 diff --git a/geo/qgis/patches/patch-CMakeLists_txt b/geo/qgis/patches/patch-CMakeLists_txt index b7a07bf2a03..ad8efce9535 100644 --- a/geo/qgis/patches/patch-CMakeLists_txt +++ b/geo/qgis/patches/patch-CMakeLists_txt @@ -1,9 +1,9 @@ -$OpenBSD: patch-CMakeLists_txt,v 1.12 2015/11/16 10:22:59 landry Exp $ +$OpenBSD: patch-CMakeLists_txt,v 1.13 2016/03/02 14:39:10 landry Exp $ chunk 1: http://hub.qgis.org/issues/3999 lots of undefined refs to syms in libc, we dont link shlibs with -lc ---- CMakeLists.txt.orig Fri Oct 23 14:10:38 2015 -+++ CMakeLists.txt Mon Nov 16 09:27:43 2015 -@@ -610,12 +610,6 @@ ELSE (WIN32) +--- CMakeLists.txt.orig Fri Feb 26 13:23:48 2016 ++++ CMakeLists.txt Tue Mar 1 13:51:41 2016 +@@ -612,12 +612,6 @@ ELSE (WIN32) SET(DLLEXPORT "") ENDIF() diff --git a/geo/qgis/patches/patch-cmake_FindGDAL_cmake b/geo/qgis/patches/patch-cmake_FindGDAL_cmake index c81120a362b..85b1997a51c 100644 --- a/geo/qgis/patches/patch-cmake_FindGDAL_cmake +++ b/geo/qgis/patches/patch-cmake_FindGDAL_cmake @@ -1,6 +1,6 @@ -$OpenBSD: patch-cmake_FindGDAL_cmake,v 1.7 2015/10/31 15:29:44 landry Exp $ ---- cmake/FindGDAL.cmake.orig Fri Oct 23 14:10:38 2015 -+++ cmake/FindGDAL.cmake Fri Oct 30 16:42:16 2015 +$OpenBSD: patch-cmake_FindGDAL_cmake,v 1.8 2016/03/02 14:39:10 landry Exp $ +--- cmake/FindGDAL.cmake.orig Fri Feb 26 13:23:48 2016 ++++ cmake/FindGDAL.cmake Tue Mar 1 13:53:24 2016 @@ -160,7 +160,7 @@ ELSE(WIN32) SET(GDAL_LIBRARY ${GDAL_LINK_DIRECTORIES}/lib${GDAL_LIB_NAME}.dylib CACHE STRING INTERNAL FORCE) ENDIF (NOT GDAL_LIBRARY) diff --git a/geo/qgis/patches/patch-cmake_FindGEOS_cmake b/geo/qgis/patches/patch-cmake_FindGEOS_cmake index 7b16881e208..d89b04aeeef 100644 --- a/geo/qgis/patches/patch-cmake_FindGEOS_cmake +++ b/geo/qgis/patches/patch-cmake_FindGEOS_cmake @@ -1,6 +1,6 @@ -$OpenBSD: patch-cmake_FindGEOS_cmake,v 1.8 2015/10/31 15:29:44 landry Exp $ ---- cmake/FindGEOS.cmake.orig Fri Oct 23 14:10:38 2015 -+++ cmake/FindGEOS.cmake Fri Oct 30 16:42:16 2015 +$OpenBSD: patch-cmake_FindGEOS_cmake,v 1.9 2016/03/02 14:39:10 landry Exp $ +--- cmake/FindGEOS.cmake.orig Fri Feb 26 13:23:48 2016 ++++ cmake/FindGEOS.cmake Tue Mar 1 13:53:24 2016 @@ -148,7 +148,7 @@ ELSE(WIN32) SET(GEOS_LIBRARY ${GEOS_LINK_DIRECTORIES}/lib${GEOS_LIB_NAME}.dylib CACHE STRING INTERNAL FORCE) ENDIF (NOT GEOS_LIBRARY) diff --git a/geo/qgis/patches/patch-cmake_FindPostgres_cmake b/geo/qgis/patches/patch-cmake_FindPostgres_cmake index cf3471001a0..990c1c54113 100644 --- a/geo/qgis/patches/patch-cmake_FindPostgres_cmake +++ b/geo/qgis/patches/patch-cmake_FindPostgres_cmake @@ -1,6 +1,6 @@ -$OpenBSD: patch-cmake_FindPostgres_cmake,v 1.6 2015/10/31 15:29:44 landry Exp $ ---- cmake/FindPostgres.cmake.orig Fri Oct 23 14:10:38 2015 -+++ cmake/FindPostgres.cmake Fri Oct 30 16:42:16 2015 +$OpenBSD: patch-cmake_FindPostgres_cmake,v 1.7 2016/03/02 14:39:10 landry Exp $ +--- cmake/FindPostgres.cmake.orig Fri Feb 26 13:23:48 2016 ++++ cmake/FindPostgres.cmake Tue Mar 1 13:53:24 2016 @@ -96,7 +96,7 @@ ELSE(WIN32) ENDFOREACH(_LIBNAME ${_LIBS}) diff --git a/geo/qgis/patches/patch-doc_CMakeLists_txt b/geo/qgis/patches/patch-doc_CMakeLists_txt index edb7f0237d0..89d20ac67c1 100644 --- a/geo/qgis/patches/patch-doc_CMakeLists_txt +++ b/geo/qgis/patches/patch-doc_CMakeLists_txt @@ -1,7 +1,7 @@ -$OpenBSD: patch-doc_CMakeLists_txt,v 1.8 2015/07/21 10:06:14 landry Exp $ ---- doc/CMakeLists.txt.orig Fri Jun 26 14:38:57 2015 -+++ doc/CMakeLists.txt Mon Jun 29 22:08:17 2015 -@@ -25,8 +25,8 @@ ENDIF(TXT2TAGS_EXECUTABLE) +$OpenBSD: patch-doc_CMakeLists_txt,v 1.9 2016/03/02 14:39:10 landry Exp $ +--- doc/CMakeLists.txt.orig Fri Feb 26 13:23:48 2016 ++++ doc/CMakeLists.txt Tue Mar 1 13:51:41 2016 +@@ -24,8 +24,8 @@ ENDIF(TXT2TAGS_EXECUTABLE) SET(QGIS_DOC_FILES ${QGIS_DOC_FILES} index.html news.html developersmap.html contributors.json favicon.ico style.css AUTHORS CONTRIBUTORS SPONSORS DONORS TRANSLATORS LICENSE) diff --git a/geo/qgis/patches/patch-scripts_pyuic4-wrapper_py b/geo/qgis/patches/patch-scripts_pyuic4-wrapper_py new file mode 100644 index 00000000000..285b12c2e75 --- /dev/null +++ b/geo/qgis/patches/patch-scripts_pyuic4-wrapper_py @@ -0,0 +1,8 @@ +$OpenBSD: patch-scripts_pyuic4-wrapper_py,v 1.1 2016/03/02 14:39:10 landry Exp $ +--- scripts/pyuic4-wrapper.py.orig Tue Mar 1 16:35:30 2016 ++++ scripts/pyuic4-wrapper.py Tue Mar 1 16:35:43 2016 +@@ -1,3 +1,4 @@ ++#!${MODPY_BIN} + try: + import sip + sip.setapi("QVariant", 2) diff --git a/geo/qgis/patches/patch-scripts_pyuic4-wrapper_sh b/geo/qgis/patches/patch-scripts_pyuic4-wrapper_sh new file mode 100644 index 00000000000..9622abb461d --- /dev/null +++ b/geo/qgis/patches/patch-scripts_pyuic4-wrapper_sh @@ -0,0 +1,9 @@ +$OpenBSD: patch-scripts_pyuic4-wrapper_sh,v 1.1 2016/03/02 14:39:10 landry Exp $ +--- scripts/pyuic4-wrapper.sh.orig Tue Mar 1 16:28:08 2016 ++++ scripts/pyuic4-wrapper.sh Tue Mar 1 16:28:20 2016 +@@ -7,4 +7,4 @@ shift 3 + + export LD_LIBRARY_PATH PYTHONPATH + +-exec python $(dirname $0)/pyuic4-wrapper.py $@ ++exec ${MODPY_BIN} $(dirname $0)/pyuic4-wrapper.py $@ diff --git a/geo/qgis/patches/patch-src_app_qgisapp_cpp b/geo/qgis/patches/patch-src_app_qgisapp_cpp index 42f369827c7..3ed99134190 100644 --- a/geo/qgis/patches/patch-src_app_qgisapp_cpp +++ b/geo/qgis/patches/patch-src_app_qgisapp_cpp @@ -1,9 +1,9 @@ -$OpenBSD: patch-src_app_qgisapp_cpp,v 1.8 2015/10/31 15:29:44 landry Exp $ +$OpenBSD: patch-src_app_qgisapp_cpp,v 1.9 2016/03/02 14:39:10 landry Exp $ Fix paths to docs ---- src/app/qgisapp.cpp.orig Fri Oct 23 14:10:38 2015 -+++ src/app/qgisapp.cpp Fri Oct 30 15:44:07 2015 -@@ -1481,7 +1481,7 @@ void QgisApp::createActions() - mActionQgisHomePage->setShortcut( QString() ); +--- src/app/qgisapp.cpp.orig Fri Feb 26 13:23:48 2016 ++++ src/app/qgisapp.cpp Tue Mar 1 13:51:41 2016 +@@ -1528,7 +1528,7 @@ void QgisApp::createActions() + mActionReportaBug->setShortcut( QString() ); #endif - mActionHelpContents->setEnabled( QFileInfo( QgsApplication::pkgDataPath() + "/doc/index.html" ).exists() ); @@ -11,7 +11,7 @@ Fix paths to docs connect( mActionHelpContents, SIGNAL( triggered() ), this, SLOT( helpContents() ) ); connect( mActionHelpAPI, SIGNAL( triggered() ), this, SLOT( apiDocumentation() ) ); -@@ -8218,7 +8218,7 @@ void QgisApp::helpContents() +@@ -8518,7 +8518,7 @@ void QgisApp::helpContents() void QgisApp::apiDocumentation() { @@ -20,7 +20,7 @@ Fix paths to docs { openURL( "api/index.html" ); } -@@ -8243,7 +8243,7 @@ void QgisApp::openURL( QString url, bool useQgisDocDir +@@ -8547,7 +8547,7 @@ void QgisApp::openURL( QString url, bool useQgisDocDir // open help in user browser if ( useQgisDocDirectory ) { diff --git a/geo/qgis/patches/patch-src_app_qgsabout_cpp b/geo/qgis/patches/patch-src_app_qgsabout_cpp index e5646302c07..276818e89ec 100644 --- a/geo/qgis/patches/patch-src_app_qgsabout_cpp +++ b/geo/qgis/patches/patch-src_app_qgsabout_cpp @@ -1,7 +1,7 @@ -$OpenBSD: patch-src_app_qgsabout_cpp,v 1.7 2015/10/31 15:29:44 landry Exp $ ---- src/app/qgsabout.cpp.orig Fri Oct 23 14:10:38 2015 -+++ src/app/qgsabout.cpp Fri Oct 30 15:44:07 2015 -@@ -237,7 +237,7 @@ void QgsAbout::setWhatsNew() +$OpenBSD: patch-src_app_qgsabout_cpp,v 1.8 2016/03/02 14:39:10 landry Exp $ +--- src/app/qgsabout.cpp.orig Fri Feb 26 13:23:48 2016 ++++ src/app/qgsabout.cpp Tue Mar 1 13:51:41 2016 +@@ -232,7 +232,7 @@ void QgsAbout::setWhatsNew() { txtWhatsNew->clear(); txtWhatsNew->document()->setDefaultStyleSheet( QgsApplication::reportStyleSheet() ); diff --git a/geo/qgis/patches/patch-src_core_CMakeLists_txt b/geo/qgis/patches/patch-src_core_CMakeLists_txt index aff21ca03c3..2821e4379ce 100644 --- a/geo/qgis/patches/patch-src_core_CMakeLists_txt +++ b/geo/qgis/patches/patch-src_core_CMakeLists_txt @@ -1,10 +1,10 @@ -$OpenBSD: patch-src_core_CMakeLists_txt,v 1.11 2015/11/16 10:22:59 landry Exp $ +$OpenBSD: patch-src_core_CMakeLists_txt,v 1.12 2016/03/02 14:39:10 landry Exp $ chunk 1: workaround $area expansion issue with gmake expanding to $$$$area ---- src/core/CMakeLists.txt.orig Fri Oct 23 14:10:38 2015 -+++ src/core/CMakeLists.txt Mon Nov 16 09:27:43 2015 -@@ -327,7 +327,7 @@ SET(QGIS_CORE_SRCS +--- src/core/CMakeLists.txt.orig Fri Feb 26 13:23:48 2016 ++++ src/core/CMakeLists.txt Tue Mar 1 13:51:41 2016 +@@ -340,7 +340,7 @@ SET(QGIS_CORE_SRCS geometry/qgswkbtypes.cpp ) @@ -13,7 +13,7 @@ chunk 1: workaround $area expansion issue with gmake expanding to $$$$area STRING(REPLACE "$" "$$" JSON_HELP_FILES "${JSON_HELP_FILES}") STRING(REPLACE "\(" "\\(" JSON_HELP_FILES "${JSON_HELP_FILES}") STRING(REPLACE "\)" "\\)" JSON_HELP_FILES "${JSON_HELP_FILES}") -@@ -864,9 +864,9 @@ ENDIF (QT_MOBILITY_LOCATION_FOUND) +@@ -913,9 +913,9 @@ ENDIF (QT_MOBILITY_LOCATION_FOUND) TARGET_LINK_LIBRARIES(qgis_core ${QT_QTMAIN_LIBRARY} ${QT_QTXML_LIBRARY} diff --git a/geo/qgis/patches/patch-src_core_qgsapplication_cpp b/geo/qgis/patches/patch-src_core_qgsapplication_cpp index f36329e0556..9db721768c4 100644 --- a/geo/qgis/patches/patch-src_core_qgsapplication_cpp +++ b/geo/qgis/patches/patch-src_core_qgsapplication_cpp @@ -1,9 +1,9 @@ -$OpenBSD: patch-src_core_qgsapplication_cpp,v 1.7 2015/12/07 13:11:41 landry Exp $ +$OpenBSD: patch-src_core_qgsapplication_cpp,v 1.8 2016/03/02 14:39:10 landry Exp $ Fix paths to various doc files, installed in share/doc/qgis per doc/CMakeLists.txt patch ---- src/core/qgsapplication.cpp.orig Fri Oct 23 14:10:38 2015 -+++ src/core/qgsapplication.cpp Fri Oct 30 15:48:30 2015 -@@ -528,18 +528,18 @@ QHash QgsApplication::uiThemes() +--- src/core/qgsapplication.cpp.orig Fri Feb 26 13:23:48 2016 ++++ src/core/qgsapplication.cpp Tue Mar 1 13:51:41 2016 +@@ -544,18 +544,18 @@ QHash QgsApplication::uiThemes() */ QString QgsApplication::authorsFilePath() { @@ -25,7 +25,7 @@ per doc/CMakeLists.txt patch } /*! -@@ -547,7 +547,7 @@ QString QgsApplication::developersMapFilePath() +@@ -563,7 +563,7 @@ QString QgsApplication::developersMapFilePath() */ QString QgsApplication::sponsorsFilePath() { @@ -34,7 +34,7 @@ per doc/CMakeLists.txt patch } /*! -@@ -555,19 +555,19 @@ QString QgsApplication::sponsorsFilePath() +@@ -571,19 +571,19 @@ QString QgsApplication::sponsorsFilePath() */ QString QgsApplication::donorsFilePath() { diff --git a/geo/qgis/patches/patch-src_server_CMakeLists_txt b/geo/qgis/patches/patch-src_server_CMakeLists_txt index 125b951590a..a9ef6bdeb65 100644 --- a/geo/qgis/patches/patch-src_server_CMakeLists_txt +++ b/geo/qgis/patches/patch-src_server_CMakeLists_txt @@ -1,8 +1,8 @@ -$OpenBSD: patch-src_server_CMakeLists_txt,v 1.3 2015/10/31 15:29:44 landry Exp $ +$OpenBSD: patch-src_server_CMakeLists_txt,v 1.4 2016/03/02 14:39:10 landry Exp $ install sld & xml in share/qgis ---- src/server/CMakeLists.txt.orig Fri Oct 23 14:10:38 2015 -+++ src/server/CMakeLists.txt Fri Oct 30 15:44:07 2015 -@@ -216,6 +216,6 @@ INSTALL(FILES +--- src/server/CMakeLists.txt.orig Fri Feb 26 13:23:48 2016 ++++ src/server/CMakeLists.txt Tue Mar 1 13:51:41 2016 +@@ -220,6 +220,6 @@ INSTALL(FILES admin.sld wms_metadata.xml schemaExtension.xsd diff --git a/geo/qgis/patches/patch-tests_src_core_testqgsdistancearea_cpp b/geo/qgis/patches/patch-tests_src_core_testqgsdistancearea_cpp deleted file mode 100644 index 70613bc1ac7..00000000000 --- a/geo/qgis/patches/patch-tests_src_core_testqgsdistancearea_cpp +++ /dev/null @@ -1,27 +0,0 @@ -$OpenBSD: patch-tests_src_core_testqgsdistancearea_cpp,v 1.1 2015/11/01 20:48:06 sthen Exp $ ---- tests/src/core/testqgsdistancearea.cpp.orig Sun Nov 1 13:45:40 2015 -+++ tests/src/core/testqgsdistancearea.cpp Sun Nov 1 13:46:13 2015 -@@ -204,19 +204,19 @@ void TestQgsDistanceArea::collections() - //collection of polygons - QgsGeometry polys( QgsGeometryFactory::geomFromWkt( "GeometryCollection( Polygon((0 36.53, 5.76 -48.16, 0 25.54, 0 36.53)), Polygon((10 20, 15 20, 15 10, 10 20)) )" ) ); - result = myDa.measure( &polys ); //should meaure area -- QVERIFY( qgsDoubleNear( result, 670434859475, 1 ) ); -+ QVERIFY( qgsDoubleNear( result, 670434859475LL, 1 ) ); - result = myDa.measureArea( &polys ); -- QVERIFY( qgsDoubleNear( result, 670434859475, 1 ) ); -+ QVERIFY( qgsDoubleNear( result, 670434859475LL, 1 ) ); - result = myDa.measureLength( &polys ); - QVERIFY( qgsDoubleNear( result, 0 ) ); - - //mixed collection - QgsGeometry mixed( QgsGeometryFactory::geomFromWkt( "GeometryCollection( LineString(0 36.53, 5.76 -48.16), LineString(0 25.54, 24.20 36.70), Polygon((0 36.53, 5.76 -48.16, 0 25.54, 0 36.53)), Polygon((10 20, 15 20, 15 10, 10 20)) )" ) ); - result = myDa.measure( &mixed ); //should measure area -- QVERIFY( qgsDoubleNear( result, 670434859475, 1 ) ); -+ QVERIFY( qgsDoubleNear( result, 670434859475LL, 1 ) ); - //measure area specifically - result = myDa.measureArea( &mixed ); -- QVERIFY( qgsDoubleNear( result, 670434859475, 1 ) ); -+ QVERIFY( qgsDoubleNear( result, 670434859475LL, 1 ) ); - //measure length - result = myDa.measureLength( &mixed ); - QVERIFY( qgsDoubleNear( result, 12006159, 1 ) ); diff --git a/geo/qgis/pkg/PLIST b/geo/qgis/pkg/PLIST index b061db98cfe..1e151b90b7b 100644 --- a/geo/qgis/pkg/PLIST +++ b/geo/qgis/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.17 2015/10/31 15:29:44 landry Exp $ +@comment $OpenBSD: PLIST,v 1.18 2016/03/02 14:39:10 landry Exp $ @bin bin/qbrowser @bin bin/qgis @bin bin/qgis_bench @@ -25,6 +25,8 @@ include/qgis/qgis.h include/qgis/qgisgui.h include/qgis/qgisinterface.h include/qgis/qgisplugin.h +include/qgis/qgs25drenderer.h +include/qgis/qgs25drendererwidget.h include/qgis/qgsabstractgeometryv2.h include/qgis/qgsactionmenu.h include/qgis/qgsaddremoveitemcommand.h @@ -158,6 +160,7 @@ include/qgis/qgscontrastenhancement.h include/qgis/qgscontrastenhancementfunction.h include/qgis/qgscoordinatereferencesystem.h include/qgis/qgscoordinatetransform.h +include/qgis/qgscoordinateutils.h include/qgis/qgscptcityarchive.h include/qgis/qgscptcitycolorrampv2dialog.h include/qgis/qgscredentialdialog.h @@ -200,6 +203,7 @@ include/qgis/qgsdoubleboxscalebarstyle.h include/qgis/qgsdoublespinbox.h include/qgis/qgsdualview.h include/qgis/qgsdummyconfigdlg.h +include/qgis/qgseditformconfig.h include/qgis/qgseditorconfigwidget.h include/qgis/qgseditorwidgetconfig.h include/qgis/qgseditorwidgetfactory.h @@ -224,8 +228,13 @@ include/qgis/qgsexpressionfieldbuffer.h include/qgis/qgsexpressionhighlighter.h include/qgis/qgsexpressionselectiondialog.h include/qgis/qgsextentgroupbox.h +include/qgis/qgsexternalresourceconfigdlg.h +include/qgis/qgsexternalresourcewidget.h +include/qgis/qgsexternalresourcewidgetfactory.h +include/qgis/qgsexternalresourcewidgetwrapper.h include/qgis/qgsfeature.h include/qgis/qgsfeature_p.h +include/qgis/qgsfeaturefilterprovider.h include/qgis/qgsfeatureiterator.h include/qgis/qgsfeaturelistmodel.h include/qgis/qgsfeaturelistview.h @@ -246,6 +255,7 @@ include/qgis/qgsfieldvalidator.h include/qgis/qgsfiledropedit.h include/qgis/qgsfilenamewidgetfactory.h include/qgis/qgsfilenamewidgetwrapper.h +include/qgis/qgsfilewidget.h include/qgis/qgsfillsymbollayerv2.h include/qgis/qgsfilterlineedit.h include/qgis/qgsfontutils.h @@ -255,6 +265,7 @@ include/qgis/qgsgenericprojectionselector.h include/qgis/qgsgeometry.h include/qgis/qgsgeometryanalyzer.h include/qgis/qgsgeometrycache.h +include/qgis/qgsgeometrygeneratorsymbollayerv2.h include/qgis/qgsgeometryvalidator.h include/qgis/qgsgloweffect.h include/qgis/qgsgml.h @@ -271,6 +282,7 @@ include/qgis/qgsgraphbuilder.h include/qgis/qgsgraphbuilderintr.h include/qgis/qgsgraphdirector.h include/qgis/qgsgridfilewriter.h +include/qgis/qgsgroupwmsdatadialog.h include/qgis/qgsheatmaprenderer.h include/qgis/qgsheatmaprendererwidget.h include/qgis/qgshiddenwidgetfactory.h @@ -287,11 +299,14 @@ include/qgis/qgsidentifymenu.h include/qgis/qgsidwinterpolator.h include/qgis/qgsifeatureselectionmanager.h include/qgis/qgsimageoperation.h +include/qgis/qgsindexedfeature.h +include/qgis/qgsinternalgeometryengine.h include/qgis/qgsinterpolator.h include/qgis/qgsinvertedpolygonrenderer.h include/qgis/qgsinvertedpolygonrendererwidget.h include/qgis/qgslabel.h include/qgis/qgslabelattributes.h +include/qgis/qgslabelfeature.h include/qgis/qgslabelingenginev2.h include/qgis/qgslabelsearchtree.h include/qgis/qgslayerdefinition.h @@ -308,6 +323,7 @@ include/qgis/qgslayertreeutils.h include/qgis/qgslayertreeview.h include/qgis/qgslayertreeviewdefaultactions.h include/qgis/qgslegacyhelpers.h +include/qgis/qgslegendfilterbutton.h include/qgis/qgslegendinterface.h include/qgis/qgslegendmodel.h include/qgis/qgslegendrenderer.h @@ -327,6 +343,7 @@ include/qgis/qgsmapcanvasitem.h include/qgis/qgsmapcanvasmap.h include/qgis/qgsmapcanvassnapper.h include/qgis/qgsmapcanvassnappingutils.h +include/qgis/qgsmapcanvastracer.h include/qgis/qgsmaphittest.h include/qgis/qgsmaplayer.h include/qgis/qgsmaplayeractionregistry.h @@ -385,6 +402,7 @@ include/qgis/qgsobjectcustomproperties.h include/qgis/qgsofflineediting.h include/qgis/qgsogcutils.h include/qgis/qgsoptionsdialogbase.h +include/qgis/qgsorderbydialog.h include/qgis/qgsosmbase.h include/qgis/qgsosmdatabase.h include/qgis/qgsosmdownload.h @@ -399,7 +417,6 @@ include/qgis/qgspainteffectwidget.h include/qgis/qgspaintenginehack.h include/qgis/qgspalettedrasterrenderer.h include/qgis/qgspalettedrendererwidget.h -include/qgis/qgspalgeometry.h include/qgis/qgspallabeling.h include/qgis/qgspaperitem.h include/qgis/qgspenstylecombobox.h @@ -469,10 +486,8 @@ include/qgis/qgsrastertransparency.h include/qgis/qgsrasterviewport.h include/qgis/qgsrectangle.h include/qgis/qgsrelation.h -include/qgis/qgsrelationadddlg.h include/qgis/qgsrelationeditorwidget.h include/qgis/qgsrelationmanager.h -include/qgis/qgsrelationmanagerdialog.h include/qgis/qgsrelationreferenceconfigdlg.h include/qgis/qgsrelationreferencefactory.h include/qgis/qgsrelationreferencewidget.h @@ -518,10 +533,12 @@ include/qgis/qgssnapper.h include/qgis/qgssnappingutils.h include/qgis/qgsspatialindex.h include/qgis/qgsspinbox.h +include/qgis/qgssqlexpressioncompiler.h include/qgis/qgsstatisticalsummary.h include/qgis/qgsstringutils.h include/qgis/qgsstylev2.h include/qgis/qgsstylev2exportimportdialog.h +include/qgis/qgsstylev2groupselectiondialog.h include/qgis/qgsstylev2managerdialog.h include/qgis/qgssublayersdialog.h include/qgis/qgssvgannotationitem.h @@ -541,16 +558,20 @@ include/qgis/qgstextdiagram.h include/qgis/qgstexteditconfigdlg.h include/qgis/qgstexteditwidgetfactory.h include/qgis/qgstexteditwrapper.h +include/qgis/qgstextlabelfeature.h include/qgis/qgsticksscalebarstyle.h include/qgis/qgstininterpolator.h include/qgis/qgstolerance.h include/qgis/qgstotalcurvaturefilter.h +include/qgis/qgstracer.h include/qgis/qgstransaction.h +include/qgis/qgstransactiongroup.h include/qgis/qgstransformeffect.h include/qgis/qgsuniquevaluesconfigdlg.h include/qgis/qgsuniquevaluewidgetfactory.h include/qgis/qgsuniquevaluewidgetwrapper.h include/qgis/qgsunitselectionwidget.h +include/qgis/qgsunittypes.h include/qgis/qgsuserinputdockwidget.h include/qgis/qgsuuidwidgetfactory.h include/qgis/qgsuuidwidgetwrapper.h @@ -595,6 +616,7 @@ include/qgis/qgswebviewconfigdlg.h include/qgis/qgswebviewwidgetfactory.h include/qgis/qgswebviewwidgetwrapper.h include/qgis/qgswidgetwrapper.h +include/qgis/qgswkbptr.h include/qgis/qgswkbtypes.h include/qgis/qgsxmlutils.h include/qgis/qgszonalstatistics.h @@ -647,8 +669,8 @@ lib/qgis/plugins/librasterterrainplugin.so lib/qgis/plugins/libroadgraphplugin.so lib/qgis/plugins/libspatialiteprovider.so lib/qgis/plugins/libspatialqueryplugin.so -lib/qgis/plugins/libspitplugin.so lib/qgis/plugins/libtopolplugin.so +lib/qgis/plugins/libvirtuallayerprovider.so lib/qgis/plugins/libwcsprovider.so lib/qgis/plugins/libwfsprovider.so lib/qgis/plugins/libwmsprovider.so @@ -659,7 +681,6 @@ lib/qgis/plugins/libzonalstatisticsplugin.so share/applications/qgis.desktop share/doc/qgis/ share/doc/qgis/AUTHORS -share/doc/qgis/CODING share/doc/qgis/CONTRIBUTORS share/doc/qgis/DONORS share/doc/qgis/INSTALL @@ -681,6 +702,7 @@ share/qgis/FindQGIS.cmake share/qgis/admin.sld share/qgis/i18n/ share/qgis/i18n/qgis_ar.qm +share/qgis/i18n/qgis_bg.qm share/qgis/i18n/qgis_bs.qm share/qgis/i18n/qgis_ca.qm share/qgis/i18n/qgis_cs.qm @@ -712,24 +734,33 @@ share/qgis/i18n/qgis_ro.qm share/qgis/i18n/qgis_ru.qm share/qgis/i18n/qgis_sk.qm share/qgis/i18n/qgis_sl.qm -share/qgis/i18n/qgis_sr.qm share/qgis/i18n/qgis_sr@latin.qm share/qgis/i18n/qgis_sv.qm share/qgis/i18n/qgis_tr.qm share/qgis/i18n/qgis_vi.qm share/qgis/i18n/qgis_zh-Hans.qm -share/qgis/i18n/qgis_zh_CN.qm -share/qgis/i18n/qgis_zh_TW.qm +share/qgis/i18n/qgis_zh-Hant.qm share/qgis/images/ share/qgis/images/icons/ share/qgis/images/icons/qbrowser-icon-60x60.png share/qgis/images/icons/qbrowser-icon.png share/qgis/images/icons/qgis-icon-1.8-60x60.png share/qgis/images/icons/qgis-icon-16x16.png +share/qgis/images/icons/qgis-icon-16x16_xmas.png share/qgis/images/icons/qgis-icon-60x60.png +share/qgis/images/icons/qgis-icon-60x60_xmas.png share/qgis/images/icons/qgis-icon.png share/qgis/images/icons/qgis-mime-icon.png share/qgis/python/ +share/qgis/python/PyQt/ +share/qgis/python/PyQt/Qsci.py +share/qgis/python/PyQt/QtCore.py +share/qgis/python/PyQt/QtGui.py +share/qgis/python/PyQt/QtPrintSupport.py +share/qgis/python/PyQt/QtWebKit.py +share/qgis/python/PyQt/QtWebKitWidgets.py +share/qgis/python/PyQt/QtWidgets.py +share/qgis/python/PyQt/__init__.py share/qgis/python/console/ share/qgis/python/console/__init__.py share/qgis/python/console/console.py @@ -814,6 +845,111 @@ share/qgis/python/markupsafe/_native.py share/qgis/python/markupsafe/_speedups.c share/qgis/python/markupsafe/_speedups.so share/qgis/python/markupsafe/tests.py +share/qgis/python/nose2/ +share/qgis/python/nose2/__init__.py +share/qgis/python/nose2/__main__.py +share/qgis/python/nose2/backports/ +share/qgis/python/nose2/backports/__init__.py +share/qgis/python/nose2/backports/ordereddict.py +share/qgis/python/nose2/collector.py +share/qgis/python/nose2/compat.py +share/qgis/python/nose2/config.py +share/qgis/python/nose2/events.py +share/qgis/python/nose2/exceptions.py +share/qgis/python/nose2/loader.py +share/qgis/python/nose2/main.py +share/qgis/python/nose2/plugins/ +share/qgis/python/nose2/plugins/__init__.py +share/qgis/python/nose2/plugins/attrib.py +share/qgis/python/nose2/plugins/buffer.py +share/qgis/python/nose2/plugins/collect.py +share/qgis/python/nose2/plugins/coverage.py +share/qgis/python/nose2/plugins/debugger.py +share/qgis/python/nose2/plugins/doctests.py +share/qgis/python/nose2/plugins/dundertest.py +share/qgis/python/nose2/plugins/failfast.py +share/qgis/python/nose2/plugins/junitxml.py +share/qgis/python/nose2/plugins/layers.py +share/qgis/python/nose2/plugins/loader/ +share/qgis/python/nose2/plugins/loader/__init__.py +share/qgis/python/nose2/plugins/loader/discovery.py +share/qgis/python/nose2/plugins/loader/eggdiscovery.py +share/qgis/python/nose2/plugins/loader/functions.py +share/qgis/python/nose2/plugins/loader/generators.py +share/qgis/python/nose2/plugins/loader/loadtests.py +share/qgis/python/nose2/plugins/loader/parameters.py +share/qgis/python/nose2/plugins/loader/testcases.py +share/qgis/python/nose2/plugins/loader/testclasses.py +share/qgis/python/nose2/plugins/logcapture.py +share/qgis/python/nose2/plugins/mp.py +share/qgis/python/nose2/plugins/outcomes.py +share/qgis/python/nose2/plugins/printhooks.py +share/qgis/python/nose2/plugins/prof.py +share/qgis/python/nose2/plugins/result.py +share/qgis/python/nose2/plugins/testid.py +share/qgis/python/nose2/result.py +share/qgis/python/nose2/runner.py +share/qgis/python/nose2/session.py +share/qgis/python/nose2/sphinxext.py +share/qgis/python/nose2/suite.py +share/qgis/python/nose2/tests/ +share/qgis/python/nose2/tests/__init__.py +share/qgis/python/nose2/tests/_common.py +share/qgis/python/nose2/tests/functional/ +share/qgis/python/nose2/tests/functional/__init__.py +share/qgis/python/nose2/tests/functional/test_attrib_plugin.py +share/qgis/python/nose2/tests/functional/test_collect_plugin.py +share/qgis/python/nose2/tests/functional/test_coverage.py +share/qgis/python/nose2/tests/functional/test_decorators.py +share/qgis/python/nose2/tests/functional/test_discovery_loader.py +share/qgis/python/nose2/tests/functional/test_dundertest_plugin.py +share/qgis/python/nose2/tests/functional/test_eggdiscovery_loader.py +share/qgis/python/nose2/tests/functional/test_junitxml_plugin.py +share/qgis/python/nose2/tests/functional/test_layers_plugin.py +share/qgis/python/nose2/tests/functional/test_loading.py +share/qgis/python/nose2/tests/functional/test_loadtests_plugin.py +share/qgis/python/nose2/tests/functional/test_logcapture_plugin.py +share/qgis/python/nose2/tests/functional/test_main.py +share/qgis/python/nose2/tests/functional/test_mp_plugin.py +share/qgis/python/nose2/tests/functional/test_printhooks_plugin.py +share/qgis/python/nose2/tests/functional/test_session.py +share/qgis/python/nose2/tests/functional/test_such_dsl.py +share/qgis/python/nose2/tests/functional/test_util.py +share/qgis/python/nose2/tests/unit/ +share/qgis/python/nose2/tests/unit/__init__.py +share/qgis/python/nose2/tests/unit/test_attrib_plugin.py +share/qgis/python/nose2/tests/unit/test_buffer_plugin.py +share/qgis/python/nose2/tests/unit/test_collect_plugin.py +share/qgis/python/nose2/tests/unit/test_collector.py +share/qgis/python/nose2/tests/unit/test_config.py +share/qgis/python/nose2/tests/unit/test_debugger_plugin.py +share/qgis/python/nose2/tests/unit/test_decorators.py +share/qgis/python/nose2/tests/unit/test_doctest_plugin.py +share/qgis/python/nose2/tests/unit/test_dundertest_plugin.py +share/qgis/python/nose2/tests/unit/test_failfast.py +share/qgis/python/nose2/tests/unit/test_functions_loader.py +share/qgis/python/nose2/tests/unit/test_generators_plugin.py +share/qgis/python/nose2/tests/unit/test_junitxml.py +share/qgis/python/nose2/tests/unit/test_layers_plugin.py +share/qgis/python/nose2/tests/unit/test_loader.py +share/qgis/python/nose2/tests/unit/test_logcapture_plugin.py +share/qgis/python/nose2/tests/unit/test_mp_plugin.py +share/qgis/python/nose2/tests/unit/test_outcomes_plugin.py +share/qgis/python/nose2/tests/unit/test_params_plugin.py +share/qgis/python/nose2/tests/unit/test_plugin_api.py +share/qgis/python/nose2/tests/unit/test_printhooks_plugin.py +share/qgis/python/nose2/tests/unit/test_prof_plugin.py +share/qgis/python/nose2/tests/unit/test_result.py +share/qgis/python/nose2/tests/unit/test_session.py +share/qgis/python/nose2/tests/unit/test_testcase_loader.py +share/qgis/python/nose2/tests/unit/test_testclass_loader.py +share/qgis/python/nose2/tests/unit/test_testid_plugin.py +share/qgis/python/nose2/tools/ +share/qgis/python/nose2/tools/__init__.py +share/qgis/python/nose2/tools/decorators.py +share/qgis/python/nose2/tools/params.py +share/qgis/python/nose2/tools/such.py +share/qgis/python/nose2/util.py share/qgis/python/owslib/ share/qgis/python/owslib/__init__.py share/qgis/python/owslib/coverage/ @@ -1037,6 +1173,14 @@ share/qgis/python/plugins/db_manager/db_plugins/spatialite/info_model.py share/qgis/python/plugins/db_manager/db_plugins/spatialite/plugin.py share/qgis/python/plugins/db_manager/db_plugins/spatialite/resources_rc.py share/qgis/python/plugins/db_manager/db_plugins/spatialite/sql_dictionary.py +share/qgis/python/plugins/db_manager/db_plugins/vlayers/ +share/qgis/python/plugins/db_manager/db_plugins/vlayers/__init__.py +share/qgis/python/plugins/db_manager/db_plugins/vlayers/connector.py +share/qgis/python/plugins/db_manager/db_plugins/vlayers/data_model.py +share/qgis/python/plugins/db_manager/db_plugins/vlayers/info_model.py +share/qgis/python/plugins/db_manager/db_plugins/vlayers/plugin.py +share/qgis/python/plugins/db_manager/db_plugins/vlayers/resources_rc.py +share/qgis/python/plugins/db_manager/db_plugins/vlayers/sql_dictionary.py share/qgis/python/plugins/db_manager/db_tree.py share/qgis/python/plugins/db_manager/dlg_add_geometry_column.py share/qgis/python/plugins/db_manager/dlg_create_constraint.py @@ -1075,6 +1219,7 @@ share/qgis/python/plugins/db_manager/icons/unplugged.png share/qgis/python/plugins/db_manager/icons/user.xpm share/qgis/python/plugins/db_manager/icons/users.xpm share/qgis/python/plugins/db_manager/icons/view.png +share/qgis/python/plugins/db_manager/icons/view_materialized.png share/qgis/python/plugins/db_manager/icons/warning-20px.png share/qgis/python/plugins/db_manager/info_viewer.py share/qgis/python/plugins/db_manager/layer_preview.py @@ -1232,6 +1377,7 @@ share/qgis/python/plugins/processing/algs/gdal/buildvrt.py share/qgis/python/plugins/processing/algs/gdal/contour.py share/qgis/python/plugins/processing/algs/gdal/extractprojection.py share/qgis/python/plugins/processing/algs/gdal/fillnodata.py +share/qgis/python/plugins/processing/algs/gdal/gdal2tiles.py share/qgis/python/plugins/processing/algs/gdal/gdal2xyz.py share/qgis/python/plugins/processing/algs/gdal/gdaladdo.py share/qgis/python/plugins/processing/algs/gdal/gdalcalc.py @@ -1257,6 +1403,7 @@ share/qgis/python/plugins/processing/algs/gdal/polygonize.py share/qgis/python/plugins/processing/algs/gdal/proximity.py share/qgis/python/plugins/processing/algs/gdal/rasterize.py share/qgis/python/plugins/processing/algs/gdal/rasterize_over.py +share/qgis/python/plugins/processing/algs/gdal/retile.py share/qgis/python/plugins/processing/algs/gdal/rgb2pct.py share/qgis/python/plugins/processing/algs/gdal/roughness.py share/qgis/python/plugins/processing/algs/gdal/sieve.py @@ -1358,7 +1505,8 @@ share/qgis/python/plugins/processing/algs/grass/description/r.statistics.txt share/qgis/python/plugins/processing/algs/grass/description/r.stats.txt share/qgis/python/plugins/processing/algs/grass/description/r.sum.txt share/qgis/python/plugins/processing/algs/grass/description/r.sun.txt -share/qgis/python/plugins/processing/algs/grass/description/r.sunmask.txt +share/qgis/python/plugins/processing/algs/grass/description/r.sunmask.datetime.txt +share/qgis/python/plugins/processing/algs/grass/description/r.sunmask.position.txt share/qgis/python/plugins/processing/algs/grass/description/r.surf.area.txt share/qgis/python/plugins/processing/algs/grass/description/r.surf.contour.txt share/qgis/python/plugins/processing/algs/grass/description/r.surf.gauss.txt @@ -1521,7 +1669,8 @@ share/qgis/python/plugins/processing/algs/grass7/description/r.stats.txt share/qgis/python/plugins/processing/algs/grass7/description/r.stream.extract.txt share/qgis/python/plugins/processing/algs/grass7/description/r.sum.txt share/qgis/python/plugins/processing/algs/grass7/description/r.sun.txt -share/qgis/python/plugins/processing/algs/grass7/description/r.sunmask.txt +share/qgis/python/plugins/processing/algs/grass7/description/r.sunmask.datetime.txt +share/qgis/python/plugins/processing/algs/grass7/description/r.sunmask.position.txt share/qgis/python/plugins/processing/algs/grass7/description/r.surf.area.txt share/qgis/python/plugins/processing/algs/grass7/description/r.surf.contour.txt share/qgis/python/plugins/processing/algs/grass7/description/r.surf.gauss.txt @@ -1557,6 +1706,26 @@ share/qgis/python/plugins/processing/algs/grass7/description/v.lidar.edgedetecti share/qgis/python/plugins/processing/algs/grass7/description/v.lidar.growing.txt share/qgis/python/plugins/processing/algs/grass7/description/v.mkgrid.txt share/qgis/python/plugins/processing/algs/grass7/description/v.neighbors.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.alloc.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.allpairs.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.arcs.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.articulation.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.bridge.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.centrality.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.components.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.connect.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.connectivity.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.distance.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.flow.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.iso.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.nodes.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.nreport.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.path.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.report.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.salesman.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.spanningtree.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.steiner.txt +share/qgis/python/plugins/processing/algs/grass7/description/v.net.visibility.txt share/qgis/python/plugins/processing/algs/grass7/description/v.normal.txt share/qgis/python/plugins/processing/algs/grass7/description/v.out.dxf.txt share/qgis/python/plugins/processing/algs/grass7/description/v.out.pov.txt @@ -1586,8 +1755,30 @@ share/qgis/python/plugins/processing/algs/grass7/description/v.to.rast.value.txt share/qgis/python/plugins/processing/algs/grass7/description/v.transform.txt share/qgis/python/plugins/processing/algs/grass7/description/v.univar.txt share/qgis/python/plugins/processing/algs/grass7/description/v.voronoi.txt +share/qgis/python/plugins/processing/algs/grass7/ext/ +share/qgis/python/plugins/processing/algs/grass7/ext/__init__.py +share/qgis/python/plugins/processing/algs/grass7/ext/v_net.py +share/qgis/python/plugins/processing/algs/grass7/ext/v_net_alloc.py +share/qgis/python/plugins/processing/algs/grass7/ext/v_net_allpairs.py +share/qgis/python/plugins/processing/algs/grass7/ext/v_net_arcs.py +share/qgis/python/plugins/processing/algs/grass7/ext/v_net_articulation.py +share/qgis/python/plugins/processing/algs/grass7/ext/v_net_bridge.py +share/qgis/python/plugins/processing/algs/grass7/ext/v_net_components.py +share/qgis/python/plugins/processing/algs/grass7/ext/v_net_connect.py +share/qgis/python/plugins/processing/algs/grass7/ext/v_net_connectivity.py +share/qgis/python/plugins/processing/algs/grass7/ext/v_net_distance.py +share/qgis/python/plugins/processing/algs/grass7/ext/v_net_flow.py +share/qgis/python/plugins/processing/algs/grass7/ext/v_net_iso.py +share/qgis/python/plugins/processing/algs/grass7/ext/v_net_nodes.py +share/qgis/python/plugins/processing/algs/grass7/ext/v_net_path.py +share/qgis/python/plugins/processing/algs/grass7/ext/v_net_salesman.py +share/qgis/python/plugins/processing/algs/grass7/ext/v_net_steiner.py +share/qgis/python/plugins/processing/algs/grass7/ext/v_net_visibility.py share/qgis/python/plugins/processing/algs/grass7/grass7.txt share/qgis/python/plugins/processing/algs/grass7/nviz7.py +share/qgis/python/plugins/processing/algs/help/ +share/qgis/python/plugins/processing/algs/help/__init__.py +share/qgis/python/plugins/processing/algs/help/qgis.yaml share/qgis/python/plugins/processing/algs/lidar/ share/qgis/python/plugins/processing/algs/lidar/LidarToolsAlgorithmProvider.py share/qgis/python/plugins/processing/algs/lidar/__init__.py @@ -1600,6 +1791,7 @@ share/qgis/python/plugins/processing/algs/lidar/fusion/ClipData.py share/qgis/python/plugins/processing/algs/lidar/fusion/CloudMetrics.py share/qgis/python/plugins/processing/algs/lidar/fusion/Cover.py share/qgis/python/plugins/processing/algs/lidar/fusion/Csv2Grid.py +share/qgis/python/plugins/processing/algs/lidar/fusion/DTM2ASCII.py share/qgis/python/plugins/processing/algs/lidar/fusion/DTM2TIF.py share/qgis/python/plugins/processing/algs/lidar/fusion/FilterData.py share/qgis/python/plugins/processing/algs/lidar/fusion/FirstLastReturn.py @@ -1694,235 +1886,245 @@ share/qgis/python/plugins/processing/algs/otb/OTBSpecific_XMLLoading.py share/qgis/python/plugins/processing/algs/otb/OTBUtils.py share/qgis/python/plugins/processing/algs/otb/__init__.py share/qgis/python/plugins/processing/algs/otb/description/ -share/qgis/python/plugins/processing/algs/otb/description/BandMath.xml -share/qgis/python/plugins/processing/algs/otb/description/BinaryMorphologicalOperation-closing.xml -share/qgis/python/plugins/processing/algs/otb/description/BinaryMorphologicalOperation-dilate.xml -share/qgis/python/plugins/processing/algs/otb/description/BinaryMorphologicalOperation-erode.xml -share/qgis/python/plugins/processing/algs/otb/description/BinaryMorphologicalOperation-opening.xml -share/qgis/python/plugins/processing/algs/otb/description/ClassificationMapRegularization.xml -share/qgis/python/plugins/processing/algs/otb/description/ColorMapping-continuous.xml -share/qgis/python/plugins/processing/algs/otb/description/ColorMapping-custom.xml -share/qgis/python/plugins/processing/algs/otb/description/ColorMapping-image.xml -share/qgis/python/plugins/processing/algs/otb/description/ColorMapping-optimal.xml -share/qgis/python/plugins/processing/algs/otb/description/CompareImages.xml -share/qgis/python/plugins/processing/algs/otb/description/ComputeConfusionMatrix-raster.xml -share/qgis/python/plugins/processing/algs/otb/description/ComputeConfusionMatrix-vector.xml -share/qgis/python/plugins/processing/algs/otb/description/ComputeImagesStatistics.xml -share/qgis/python/plugins/processing/algs/otb/description/ComputeModulusAndPhase-OneEntry.xml -share/qgis/python/plugins/processing/algs/otb/description/ComputeModulusAndPhase-TwoEntries.xml -share/qgis/python/plugins/processing/algs/otb/description/ConcatenateImages.xml -share/qgis/python/plugins/processing/algs/otb/description/ConcatenateVectorData.xml -share/qgis/python/plugins/processing/algs/otb/description/ConnectedComponentSegmentation.xml -share/qgis/python/plugins/processing/algs/otb/description/DimensionalityReduction-ica.xml -share/qgis/python/plugins/processing/algs/otb/description/DimensionalityReduction-maf.xml -share/qgis/python/plugins/processing/algs/otb/description/DimensionalityReduction-napca.xml -share/qgis/python/plugins/processing/algs/otb/description/DimensionalityReduction-pca.xml -share/qgis/python/plugins/processing/algs/otb/description/EdgeExtraction-gradient.xml -share/qgis/python/plugins/processing/algs/otb/description/EdgeExtraction-sobel.xml -share/qgis/python/plugins/processing/algs/otb/description/EdgeExtraction-touzi.xml -share/qgis/python/plugins/processing/algs/otb/description/ExtractROI-fit.xml -share/qgis/python/plugins/processing/algs/otb/description/ExtractROI-standard.xml -share/qgis/python/plugins/processing/algs/otb/description/FusionOfClassifications-dempstershafer.xml -share/qgis/python/plugins/processing/algs/otb/description/FusionOfClassifications-majorityvoting.xml -share/qgis/python/plugins/processing/algs/otb/description/GrayScaleMorphologicalOperation-closing.xml -share/qgis/python/plugins/processing/algs/otb/description/GrayScaleMorphologicalOperation-dilate.xml -share/qgis/python/plugins/processing/algs/otb/description/GrayScaleMorphologicalOperation-erode.xml -share/qgis/python/plugins/processing/algs/otb/description/GrayScaleMorphologicalOperation-opening.xml -share/qgis/python/plugins/processing/algs/otb/description/HaralickTextureExtraction.xml -share/qgis/python/plugins/processing/algs/otb/description/HooverCompareSegmentation.xml -share/qgis/python/plugins/processing/algs/otb/description/ImageClassifier.xml -share/qgis/python/plugins/processing/algs/otb/description/ImageEnvelope.xml -share/qgis/python/plugins/processing/algs/otb/description/KMeansClassification.xml -share/qgis/python/plugins/processing/algs/otb/description/KmzExport.xml -share/qgis/python/plugins/processing/algs/otb/description/LSMSSegmentation.xml -share/qgis/python/plugins/processing/algs/otb/description/LSMSSmallRegionsMerging.xml -share/qgis/python/plugins/processing/algs/otb/description/LSMSVectorization.xml -share/qgis/python/plugins/processing/algs/otb/description/LineSegmentDetection.xml -share/qgis/python/plugins/processing/algs/otb/description/LocalStatisticExtraction.xml -share/qgis/python/plugins/processing/algs/otb/description/MeanShiftSmoothing.xml -share/qgis/python/plugins/processing/algs/otb/description/MultivariateAlterationDetector.xml -share/qgis/python/plugins/processing/algs/otb/description/OpticalCalibration.xml -share/qgis/python/plugins/processing/algs/otb/description/OrthoRectification-epsg.xml -share/qgis/python/plugins/processing/algs/otb/description/OrthoRectification-fit-to-ortho.xml -share/qgis/python/plugins/processing/algs/otb/description/OrthoRectification-lambert-WGS84.xml -share/qgis/python/plugins/processing/algs/otb/description/OrthoRectification-utm.xml -share/qgis/python/plugins/processing/algs/otb/description/Pansharpening-bayes.xml -share/qgis/python/plugins/processing/algs/otb/description/Pansharpening-lmvm.xml -share/qgis/python/plugins/processing/algs/otb/description/Pansharpening-rcs.xml -share/qgis/python/plugins/processing/algs/otb/description/RadiometricIndices.xml -share/qgis/python/plugins/processing/algs/otb/description/ReadImageInfo.xml -share/qgis/python/plugins/processing/algs/otb/description/Rescale.xml -share/qgis/python/plugins/processing/algs/otb/description/RigidTransformResample-id.xml -share/qgis/python/plugins/processing/algs/otb/description/RigidTransformResample-rotation.xml -share/qgis/python/plugins/processing/algs/otb/description/RigidTransformResample-translation.xml -share/qgis/python/plugins/processing/algs/otb/description/SOMClassification.xml -share/qgis/python/plugins/processing/algs/otb/description/Segmentation-cc.xml -share/qgis/python/plugins/processing/algs/otb/description/Segmentation-edison.xml -share/qgis/python/plugins/processing/algs/otb/description/Segmentation-meanshift.xml -share/qgis/python/plugins/processing/algs/otb/description/Segmentation-mprofiles.xml -share/qgis/python/plugins/processing/algs/otb/description/Segmentation-watershed.xml -share/qgis/python/plugins/processing/algs/otb/description/Smoothing-anidif.xml -share/qgis/python/plugins/processing/algs/otb/description/Smoothing-gaussian.xml -share/qgis/python/plugins/processing/algs/otb/description/Smoothing-mean.xml -share/qgis/python/plugins/processing/algs/otb/description/SplitImage.xml -share/qgis/python/plugins/processing/algs/otb/description/StereoFramework.xml -share/qgis/python/plugins/processing/algs/otb/description/Superimpose.xml -share/qgis/python/plugins/processing/algs/otb/description/TileFusion.xml -share/qgis/python/plugins/processing/algs/otb/description/TrainImagesClassifier-ann.xml -share/qgis/python/plugins/processing/algs/otb/description/TrainImagesClassifier-bayes.xml -share/qgis/python/plugins/processing/algs/otb/description/TrainImagesClassifier-boost.xml -share/qgis/python/plugins/processing/algs/otb/description/TrainImagesClassifier-dt.xml -share/qgis/python/plugins/processing/algs/otb/description/TrainImagesClassifier-gbt.xml -share/qgis/python/plugins/processing/algs/otb/description/TrainImagesClassifier-knn.xml -share/qgis/python/plugins/processing/algs/otb/description/TrainImagesClassifier-libsvm.xml -share/qgis/python/plugins/processing/algs/otb/description/TrainImagesClassifier-rf.xml -share/qgis/python/plugins/processing/algs/otb/description/TrainImagesClassifier-svm.xml -share/qgis/python/plugins/processing/algs/otb/description/doc/ -share/qgis/python/plugins/processing/algs/otb/description/doc/BandMath.html -share/qgis/python/plugins/processing/algs/otb/description/doc/BinaryMorphologicalOperation-closing.html -share/qgis/python/plugins/processing/algs/otb/description/doc/BinaryMorphologicalOperation-dilate.html -share/qgis/python/plugins/processing/algs/otb/description/doc/BinaryMorphologicalOperation-erode.html -share/qgis/python/plugins/processing/algs/otb/description/doc/BinaryMorphologicalOperation-opening.html -share/qgis/python/plugins/processing/algs/otb/description/doc/BinaryMorphologicalOperation.html -share/qgis/python/plugins/processing/algs/otb/description/doc/BlockMatching.html -share/qgis/python/plugins/processing/algs/otb/description/doc/BundleToPerfectSensor.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ClassificationMapRegularization.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ColorMapping-continuous.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ColorMapping-custom.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ColorMapping-image.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ColorMapping-optimal.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ColorMapping.html -share/qgis/python/plugins/processing/algs/otb/description/doc/CompareImages.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ComputeConfusionMatrix-raster.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ComputeConfusionMatrix-vector.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ComputeConfusionMatrix.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ComputeImagesStatistics.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ComputeModulusAndPhase-OneEntry.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ComputeModulusAndPhase-TwoEntries.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ComputeModulusAndPhase.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ComputePolylineFeatureFromImage.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ConcatenateImages.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ConcatenateVectorData.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ConnectedComponentSegmentation.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Convert.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ConvertCartoToGeoPoint.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ConvertSensorToGeoPoint.html -share/qgis/python/plugins/processing/algs/otb/description/doc/DEMConvert.html -share/qgis/python/plugins/processing/algs/otb/description/doc/DSFuzzyModelEstimation.html -share/qgis/python/plugins/processing/algs/otb/description/doc/DimensionalityReduction-ica.html -share/qgis/python/plugins/processing/algs/otb/description/doc/DimensionalityReduction-maf.html -share/qgis/python/plugins/processing/algs/otb/description/doc/DimensionalityReduction-napca.html -share/qgis/python/plugins/processing/algs/otb/description/doc/DimensionalityReduction-pca.html -share/qgis/python/plugins/processing/algs/otb/description/doc/DimensionalityReduction.html -share/qgis/python/plugins/processing/algs/otb/description/doc/DisparityMapToElevationMap.html -share/qgis/python/plugins/processing/algs/otb/description/doc/DownloadSRTMTiles.html -share/qgis/python/plugins/processing/algs/otb/description/doc/EdgeExtraction-gradient.html -share/qgis/python/plugins/processing/algs/otb/description/doc/EdgeExtraction-sobel.html -share/qgis/python/plugins/processing/algs/otb/description/doc/EdgeExtraction-touzi.html -share/qgis/python/plugins/processing/algs/otb/description/doc/EdgeExtraction.html -share/qgis/python/plugins/processing/algs/otb/description/doc/EdisonMeanShiftSegmentation.html -share/qgis/python/plugins/processing/algs/otb/description/doc/EdisonMeanShiftSegmentationVector.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ExtractROI-fit.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ExtractROI-standard.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ExtractROI.html -share/qgis/python/plugins/processing/algs/otb/description/doc/FineRegistration.html -share/qgis/python/plugins/processing/algs/otb/description/doc/FusionOfClassifications-dempstershafer.html -share/qgis/python/plugins/processing/algs/otb/description/doc/FusionOfClassifications-majorityvoting.html -share/qgis/python/plugins/processing/algs/otb/description/doc/FusionOfClassifications.html -share/qgis/python/plugins/processing/algs/otb/description/doc/GeneratePlyFile.html -share/qgis/python/plugins/processing/algs/otb/description/doc/GenerateRPCSensorModel.html -share/qgis/python/plugins/processing/algs/otb/description/doc/GrayScaleMorphologicalOperation-closing.html -share/qgis/python/plugins/processing/algs/otb/description/doc/GrayScaleMorphologicalOperation-dilate.html -share/qgis/python/plugins/processing/algs/otb/description/doc/GrayScaleMorphologicalOperation-erode.html -share/qgis/python/plugins/processing/algs/otb/description/doc/GrayScaleMorphologicalOperation-opening.html -share/qgis/python/plugins/processing/algs/otb/description/doc/GrayScaleMorphologicalOperation.html -share/qgis/python/plugins/processing/algs/otb/description/doc/GridBasedImageResampling.html -share/qgis/python/plugins/processing/algs/otb/description/doc/HaralickTextureExtraction.html -share/qgis/python/plugins/processing/algs/otb/description/doc/HomologousPointsExtraction.html -share/qgis/python/plugins/processing/algs/otb/description/doc/HooverCompareSegmentation.html -share/qgis/python/plugins/processing/algs/otb/description/doc/HyperspectralUnmixing.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ImageClassifier.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ImageEnvelope.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ImageSVMClassifier.html -share/qgis/python/plugins/processing/algs/otb/description/doc/KMeansClassification.html -share/qgis/python/plugins/processing/algs/otb/description/doc/KmzExport.html -share/qgis/python/plugins/processing/algs/otb/description/doc/LSMSSegmentation.html -share/qgis/python/plugins/processing/algs/otb/description/doc/LSMSSmallRegionsMerging.html -share/qgis/python/plugins/processing/algs/otb/description/doc/LSMSVectorization.html -share/qgis/python/plugins/processing/algs/otb/description/doc/LineSegmentDetection.html -share/qgis/python/plugins/processing/algs/otb/description/doc/LocalStatisticExtraction.html -share/qgis/python/plugins/processing/algs/otb/description/doc/MaximumAutocorrelationFactor.html -share/qgis/python/plugins/processing/algs/otb/description/doc/MeanShiftSegmentation.html -share/qgis/python/plugins/processing/algs/otb/description/doc/MeanShiftSegmentationVector.html -share/qgis/python/plugins/processing/algs/otb/description/doc/MeanShiftSmoothing.html -share/qgis/python/plugins/processing/algs/otb/description/doc/MultiResolutionPyramid.html -share/qgis/python/plugins/processing/algs/otb/description/doc/MultivariateAlterationDetector.html -share/qgis/python/plugins/processing/algs/otb/description/doc/OSMDownloader.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ObtainUTMZoneFromGeoPoint.html -share/qgis/python/plugins/processing/algs/otb/description/doc/OpticalCalibration.html -share/qgis/python/plugins/processing/algs/otb/description/doc/OrthoRectification-epsg.html -share/qgis/python/plugins/processing/algs/otb/description/doc/OrthoRectification-fit-to-ortho.html -share/qgis/python/plugins/processing/algs/otb/description/doc/OrthoRectification-lambert-WGS84.html -share/qgis/python/plugins/processing/algs/otb/description/doc/OrthoRectification-utm.html -share/qgis/python/plugins/processing/algs/otb/description/doc/OrthoRectification.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Pansharpening-bayes.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Pansharpening-lmvm.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Pansharpening-rcs.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Pansharpening.html -share/qgis/python/plugins/processing/algs/otb/description/doc/PixelValue.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Quicklook.html -share/qgis/python/plugins/processing/algs/otb/description/doc/RadiometricIndices.html -share/qgis/python/plugins/processing/algs/otb/description/doc/RadiometricVegetationIndices.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Rasterization.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ReadImageInfo.html -share/qgis/python/plugins/processing/algs/otb/description/doc/RefineSensorModel.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Rescale.html -share/qgis/python/plugins/processing/algs/otb/description/doc/RigidTransformResample-id.html -share/qgis/python/plugins/processing/algs/otb/description/doc/RigidTransformResample-rotation.html -share/qgis/python/plugins/processing/algs/otb/description/doc/RigidTransformResample-translation.html -share/qgis/python/plugins/processing/algs/otb/description/doc/RigidTransformResample.html -share/qgis/python/plugins/processing/algs/otb/description/doc/SFSTextureExtraction.html -share/qgis/python/plugins/processing/algs/otb/description/doc/SOMClassification.html -share/qgis/python/plugins/processing/algs/otb/description/doc/SarRadiometricCalibration.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Segmentation-cc.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Segmentation-edison.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Segmentation-meanshift.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Segmentation-mprofiles.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Segmentation-watershed.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Segmentation.html -share/qgis/python/plugins/processing/algs/otb/description/doc/SimpleConnectedComponentsSegmentation.html -share/qgis/python/plugins/processing/algs/otb/description/doc/SimpleConnectedComponentsSegmentationVector.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Smoothing-anidif.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Smoothing-gaussian.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Smoothing-mean.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Smoothing.html -share/qgis/python/plugins/processing/algs/otb/description/doc/SplitImage.html -share/qgis/python/plugins/processing/algs/otb/description/doc/StereoFramework.html -share/qgis/python/plugins/processing/algs/otb/description/doc/StereoRectificationGridGenerator.html -share/qgis/python/plugins/processing/algs/otb/description/doc/StereoSensorModelToElevationMap.html -share/qgis/python/plugins/processing/algs/otb/description/doc/Superimpose.html -share/qgis/python/plugins/processing/algs/otb/description/doc/TestApplication.html -share/qgis/python/plugins/processing/algs/otb/description/doc/TileFusion.html -share/qgis/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-ann.html -share/qgis/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-bayes.html -share/qgis/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-boost.html -share/qgis/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-dt.html -share/qgis/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-gbt.html -share/qgis/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-knn.html -share/qgis/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-libsvm.html -share/qgis/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-rf.html -share/qgis/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier-svm.html -share/qgis/python/plugins/processing/algs/otb/description/doc/TrainImagesClassifier.html -share/qgis/python/plugins/processing/algs/otb/description/doc/TrainSVMImagesClassifier.html -share/qgis/python/plugins/processing/algs/otb/description/doc/ValidateSVMImagesClassifier.html -share/qgis/python/plugins/processing/algs/otb/description/doc/VectorDataDSValidation.html -share/qgis/python/plugins/processing/algs/otb/description/doc/VectorDataExtractROIApplication.html -share/qgis/python/plugins/processing/algs/otb/description/doc/VectorDataReprojection.html -share/qgis/python/plugins/processing/algs/otb/description/doc/VectorDataSetField.html -share/qgis/python/plugins/processing/algs/otb/description/doc/VectorDataTransform.html -share/qgis/python/plugins/processing/algs/otb/description/doc/VertexComponentAnalysis.html -share/qgis/python/plugins/processing/algs/otb/description/doc/WatershedSegmentation.html -share/qgis/python/plugins/processing/algs/otb/description/doc/WatershedSegmentationVector.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/BandMath.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/BandMathX.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/BinaryMorphologicalOperation-closing.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/BinaryMorphologicalOperation-dilate.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/BinaryMorphologicalOperation-erode.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/BinaryMorphologicalOperation-opening.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ClassificationMapRegularization.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ColorMapping-continuous.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ColorMapping-custom.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ColorMapping-image.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ColorMapping-optimal.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/CompareImages.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ComputeConfusionMatrix-raster.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ComputeConfusionMatrix-vector.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ComputeImagesStatistics.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ComputeModulusAndPhase-OneEntry.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ComputeModulusAndPhase-TwoEntries.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ComputeOGRLayersFeaturesStatistics.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ComputePolylineFeatureFromImage.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ConcatenateImages.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ConcatenateVectorData.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ConnectedComponentSegmentation.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Convert.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/DEMConvert.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Despeckle-frost.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Despeckle-lee.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/DimensionalityReduction-ica.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/DimensionalityReduction-maf.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/DimensionalityReduction-napca.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/DimensionalityReduction-pca.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/EdgeExtraction-gradient.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/EdgeExtraction-sobel.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/EdgeExtraction-touzi.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ExtractROI-fit.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ExtractROI-standard.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/FusionOfClassifications-dempstershafer.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/FusionOfClassifications-majorityvoting.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/GrayScaleMorphologicalOperation-closing.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/GrayScaleMorphologicalOperation-dilate.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/GrayScaleMorphologicalOperation-erode.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/GrayScaleMorphologicalOperation-opening.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/HaralickTextureExtraction.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/HooverCompareSegmentation.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ImageClassifier.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ImageEnvelope.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/KMeansClassification.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/KmzExport.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/LSMSSegmentation.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/LSMSSmallRegionsMerging.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/LSMSVectorization.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/LineSegmentDetection.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/LocalStatisticExtraction.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/MeanShiftSmoothing.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/MultivariateAlterationDetector.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/OGRLayerClassifier.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/OpticalCalibration.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/OrthoRectification-epsg.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/OrthoRectification-fit-to-ortho.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/OrthoRectification-lambert-WGS84.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/OrthoRectification-utm.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Pansharpening-bayes.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Pansharpening-lmvm.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Pansharpening-rcs.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/RadiometricIndices.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Rasterization-image.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Rasterization-manual.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/ReadImageInfo.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Rescale.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/RigidTransformResample-id.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/RigidTransformResample-rotation.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/RigidTransformResample-translation.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/SFSTextureExtraction.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/SOMClassification.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Segmentation-cc.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Segmentation-edison.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Segmentation-meanshift.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Segmentation-mprofiles.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Segmentation-watershed.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Smoothing-anidif.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Smoothing-gaussian.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Smoothing-mean.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/SplitImage.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/StereoFramework.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/Superimpose.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/TileFusion.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-ann.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-bayes.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-boost.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-dt.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-gbt.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-knn.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-libsvm.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-rf.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/TrainImagesClassifier-svm.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/TrainOGRLayersClassifier.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/VectorDataExtractROI.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/VectorDataReprojection-image.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/VectorDataReprojection-user.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/VectorDataTransform.xml +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/BandMath.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/BandMathX.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/BinaryMorphologicalOperation-closing.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/BinaryMorphologicalOperation-dilate.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/BinaryMorphologicalOperation-erode.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/BinaryMorphologicalOperation-opening.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/BinaryMorphologicalOperation.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/BlockMatching.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/BundleToPerfectSensor.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ClassificationMapRegularization.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ColorMapping-continuous.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ColorMapping-custom.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ColorMapping-image.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ColorMapping-optimal.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ColorMapping.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/CompareImages.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputeConfusionMatrix-raster.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputeConfusionMatrix-vector.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputeConfusionMatrix.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputeImagesStatistics.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputeOGRLayersFeaturesStatistics.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ComputePolylineFeatureFromImage.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ConcatenateImages.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ConcatenateVectorData.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ConnectedComponentSegmentation.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Convert.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ConvertCartoToGeoPoint.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ConvertSensorToGeoPoint.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/DEMConvert.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/DSFuzzyModelEstimation.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Despeckle-frost.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Despeckle-lee.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Despeckle.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/DimensionalityReduction-ica.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/DimensionalityReduction-maf.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/DimensionalityReduction-napca.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/DimensionalityReduction-pca.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/DimensionalityReduction.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/DisparityMapToElevationMap.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/DownloadSRTMTiles.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/EdgeExtraction-gradient.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/EdgeExtraction-sobel.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/EdgeExtraction-touzi.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/EdgeExtraction.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ExtractROI-fit.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ExtractROI-standard.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ExtractROI.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/FineRegistration.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/FusionOfClassifications-dempstershafer.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/FusionOfClassifications-majorityvoting.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/FusionOfClassifications.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/GeneratePlyFile.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/GenerateRPCSensorModel.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/GrayScaleMorphologicalOperation-closing.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/GrayScaleMorphologicalOperation-dilate.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/GrayScaleMorphologicalOperation-erode.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/GrayScaleMorphologicalOperation-opening.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/GrayScaleMorphologicalOperation.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/GridBasedImageResampling.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/HaralickTextureExtraction.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/HomologousPointsExtraction.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/HooverCompareSegmentation.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/HyperspectralUnmixing.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ImageClassifier.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ImageEnvelope.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/KMeansClassification.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/KmzExport.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/LSMSSegmentation.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/LSMSSmallRegionsMerging.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/LSMSVectorization.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/LineSegmentDetection.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/LocalStatisticExtraction.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/MeanShiftSmoothing.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/MultiResolutionPyramid.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/MultivariateAlterationDetector.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/OGRLayerClassifier.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/OSMDownloader.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ObtainUTMZoneFromGeoPoint.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/OpticalCalibration.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/OrthoRectification-epsg.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/OrthoRectification-fit-to-ortho.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/OrthoRectification-lambert-WGS84.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/OrthoRectification-utm.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/OrthoRectification.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Pansharpening-bayes.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Pansharpening-lmvm.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Pansharpening-rcs.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Pansharpening.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/PixelValue.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Quicklook.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/RadiometricIndices.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Rasterization-image.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Rasterization-manual.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Rasterization.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/ReadImageInfo.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/RefineSensorModel.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Rescale.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/RigidTransformResample-id.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/RigidTransformResample-rotation.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/RigidTransformResample-translation.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/RigidTransformResample.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/SFSTextureExtraction.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/SOMClassification.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/SarRadiometricCalibration.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Segmentation-cc.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Segmentation-meanshift.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Segmentation-mprofiles.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Segmentation-watershed.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Segmentation.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Smoothing-anidif.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Smoothing-gaussian.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Smoothing-mean.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Smoothing.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/SplitImage.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/StereoFramework.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/StereoRectificationGridGenerator.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/Superimpose.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/TestApplication.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/TileFusion.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-ann.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-bayes.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-boost.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-dt.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-gbt.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-knn.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-libsvm.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-rf.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier-svm.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainImagesClassifier.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/TrainOGRLayersClassifier.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/VectorDataDSValidation.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/VectorDataExtractROI.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/VectorDataReprojection-image.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/VectorDataReprojection-user.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/VectorDataReprojection.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/VectorDataSetField.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/VectorDataTransform.html +share/qgis/python/plugins/processing/algs/otb/description/5.0.0/doc/VertexComponentAnalysis.html share/qgis/python/plugins/processing/algs/otb/helper/ share/qgis/python/plugins/processing/algs/otb/helper/generate_application_descriptors.py share/qgis/python/plugins/processing/algs/qgis/ @@ -1949,6 +2151,7 @@ share/qgis/python/plugins/processing/algs/qgis/Difference.py share/qgis/python/plugins/processing/algs/qgis/Dissolve.py share/qgis/python/plugins/processing/algs/qgis/Eliminate.py share/qgis/python/plugins/processing/algs/qgis/EquivalentNumField.py +share/qgis/python/plugins/processing/algs/qgis/ExecuteSQL.py share/qgis/python/plugins/processing/algs/qgis/Explode.py share/qgis/python/plugins/processing/algs/qgis/ExportGeometryInfo.py share/qgis/python/plugins/processing/algs/qgis/ExtentFromLayer.py @@ -2003,6 +2206,7 @@ share/qgis/python/plugins/processing/algs/qgis/RasterLayerHistogram.py share/qgis/python/plugins/processing/algs/qgis/RasterLayerStatistics.py share/qgis/python/plugins/processing/algs/qgis/RegularPoints.py share/qgis/python/plugins/processing/algs/qgis/ReprojectLayer.py +share/qgis/python/plugins/processing/algs/qgis/ReverseLineDirection.py share/qgis/python/plugins/processing/algs/qgis/SaveSelectedFeatures.py share/qgis/python/plugins/processing/algs/qgis/SelectByAttribute.py share/qgis/python/plugins/processing/algs/qgis/SelectByAttributeSum.py @@ -2012,6 +2216,7 @@ share/qgis/python/plugins/processing/algs/qgis/SetRasterStyle.py share/qgis/python/plugins/processing/algs/qgis/SetVectorStyle.py share/qgis/python/plugins/processing/algs/qgis/SimplifyGeometries.py share/qgis/python/plugins/processing/algs/qgis/SinglePartsToMultiparts.py +share/qgis/python/plugins/processing/algs/qgis/Smooth.py share/qgis/python/plugins/processing/algs/qgis/SpatialJoin.py share/qgis/python/plugins/processing/algs/qgis/SplitLinesWithLines.py share/qgis/python/plugins/processing/algs/qgis/StatisticsByCategories.py @@ -2036,6 +2241,7 @@ share/qgis/python/plugins/processing/algs/qgis/scripts/Fill_holes.py share/qgis/python/plugins/processing/algs/qgis/scripts/Frequency_analysis.py share/qgis/python/plugins/processing/algs/qgis/scripts/Keep_n_biggest_parts.py share/qgis/python/plugins/processing/algs/qgis/scripts/Number_of_unique_values_in_classes.py +share/qgis/python/plugins/processing/algs/qgis/spatialite_utils.py share/qgis/python/plugins/processing/algs/qgis/ui/ share/qgis/python/plugins/processing/algs/qgis/ui/DlgFieldsCalculator.ui share/qgis/python/plugins/processing/algs/qgis/ui/FieldsCalculatorDialog.py @@ -2055,7 +2261,7 @@ share/qgis/python/plugins/processing/algs/saga/SagaAlgorithm213.py share/qgis/python/plugins/processing/algs/saga/SagaAlgorithm214.py share/qgis/python/plugins/processing/algs/saga/SagaAlgorithmProvider.py share/qgis/python/plugins/processing/algs/saga/SagaDescriptionCreator.py -share/qgis/python/plugins/processing/algs/saga/SagaGroupNameDecorator.py +share/qgis/python/plugins/processing/algs/saga/SagaNameDecorator.py share/qgis/python/plugins/processing/algs/saga/SagaUtils.py share/qgis/python/plugins/processing/algs/saga/SplitRGBBands.py share/qgis/python/plugins/processing/algs/saga/__init__.py @@ -3000,6 +3206,476 @@ share/qgis/python/plugins/processing/algs/saga/description/2.2.0/WatershedBasins share/qgis/python/plugins/processing/algs/saga/description/2.2.0/WatershedSegmentation.txt share/qgis/python/plugins/processing/algs/saga/description/2.2.0/WindEffect(WindwardLeewardIndex).txt share/qgis/python/plugins/processing/algs/saga/description/2.2.0/ZonalGridStatistics.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/AccumulatedCost(Anisotropic).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/AccumulatedCost(Isotropic).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/AddCoordinatestopoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/AddGridValuestoPoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/AddGridValuestoShapes.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/AddPolygonAttributestoPoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Aggregate.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/AggregatePointObservations.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/AggregationIndex.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/AnalyticalHierarchyProcess.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/AnalyticalHillshading.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/B-SplineApproximation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/BurnStreamNetworkintoDEM.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/CellBalance.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ChangeDateFormat.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ChangeDetection.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ChangeGridValues.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ChangeTimeFormat.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ChannelNetwork.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ChannelNetworkandDrainageBasins.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ClipGridwithPolygon.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ClipPointswithPolygons.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/CloseGaps.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/CloseGapswithSpline.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/CloseOneCellGaps.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ClusterAnalysisforGrids.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ContourLinesfromGrid.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ConvergenceIndex(SearchRadius).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ConvergenceIndex.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ConvertDataStorageType.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ConvertLinestoPoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ConvertLinestoPolygons.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ConvertMultipointstoPoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ConvertPointstoLine(s).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ConvertPolygonLineVerticestoPoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ConvertPolygonstoLines.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ConvexHull.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/CreateGraticule.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/CropToData.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Cross-ClassificationandTabulation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/CrossProfiles.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/CubicSplineApproximation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/CurvatureClassification.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/CutShapesLayer.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/DTMFilter(slope-based).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/DirectionalStatisticsforSingleGrid.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/DistanceMatrix.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/DiurnalAnisotropicHeating.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/DownslopeDistanceGradient.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/EdgeContamination.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/EffectiveAirFlowHeights.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FastRegionGrowingAlgorithm.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FastRepresentativeness.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FillGapsinRecords.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FillSinks(PlanchonDarboux,2001).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FillSinks(WangLiu).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FillSinksXXL(WangLiu).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FilterClumps.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FireRiskAnalysis.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FitNPointstoshape.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FlatDetection.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FlowAccumulation(FlowTracing).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FlowAccumulation(Recursive).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FlowAccumulation(Top-Down).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FlowPathLength.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FlowWidthandSpecificCatchmentArea.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Fragmentation(Alternative).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Fragmentation(Standard).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FragmentationClassesfromDensityandConnectivity.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Function.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Fuzzify.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FuzzyIntersection(AND).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/FuzzyUnion(OR).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GaussianFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GeographicallyWeightedMultipleRegression(Points).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GeographicallyWeightedMultipleRegression(PointsGrids).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GeographicallyWeightedMultipleRegression.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GeographicallyWeightedRegression(PointsGrid).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GeographicallyWeightedRegression.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GeometricFigures.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GetShapesExtents.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GlobalMoransIforGrids.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GradientVectorfromCartesiantoPolarCoordinates.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GradientVectorfromPolartoCartesianCoordinates.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GradientVectorsfromDirectionalComponents.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GradientVectorsfromDirectionandLength.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GradientVectorsfromSurface.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GridBuffer.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GridCalculator.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GridCellIndex.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GridDifference.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GridDivision.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GridMasking.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GridNormalisation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GridOrientation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GridProximityBuffer.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GridSkeletonization.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GridStandardisation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GridStatisticsforPolygons.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GridValuestoPoints(randomly).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GridValuestoPoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GridVolume.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GridsProduct.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/GridsSum.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/HistogramSurface.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Hypsometry.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/InverseDistanceWeighted.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/InvertDataNo-Data.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/KernelDensityEstimation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/LSFactor.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/LakeFlood.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/LandSurfaceTemperature.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/LaplacianFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Layerofextremevalue.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/LeastCostPaths.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Line-PolygonIntersection.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/LineDissolve.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/LineProperties.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/LineSimplification.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/LocalMinimaandMaxima.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/MajorityFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/MassBalanceIndex.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/MergeLayers.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/MetricConversions.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/MinimumDistanceAnalysis.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ModifiedQuadraticShepard.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/MorphologicalFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/MorphometricProtectionIndex.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Mosaicking.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Multi-BandVariation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/MultiDirectionLeeFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/MultilevelB-SplineInterpolation(fromGrid).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/MultilevelB-SplineInterpolation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/MultipleRegressionAnalysis(GridGrids).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/MultipleRegressionAnalysis(PointsGrids).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/MultiresolutionIndexofValleyBottomFlatness(MRVBF).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/NaturalNeighbour.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/NearestNeighbour.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/OrderedWeightedAveraging(OWA).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/OrdinaryKriging(Global).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/OrdinaryKriging.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/OverlandFlow-KinematicWaveD8.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/OverlandFlowDistancetoChannelNetwork.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Patching.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PatternAnalysis.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PointStatisticsforPolygons.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PointsFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PointsThinning.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PolartoCartesianCoordinates.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Polygon-LineIntersection.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PolygonCentroids.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PolygonDifference.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PolygonDissolve.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PolygonDissolveAllPolygs.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PolygonIdentity.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PolygonIntersect.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PolygonPartstoSeparatePolygons.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PolygonProperties.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PolygonShapeIndices.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PolygonSymmetricalDifference.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PolygonUnion.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PolygonUpdate.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PolygonstoEdgesandNodes.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PolynomialRegression.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/PrincipleComponentsAnalysis.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Profilefrompoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ProfilesfromLines.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ProximityGrid.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/QuadTreeStructuretoShapes.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/RGBComposite.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/RadiusofVariance(Grid).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/RandomField.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/RandomTerrainGeneration.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/RankFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/RealSurfaceArea.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ReclassifyGridValues.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/RegressionAnalysis(PointsGrid).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/RelativeHeightsandSlopePositions.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/RemoveDuplicatePoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Representativeness(Grid).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Resampling.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ResidualAnalysis(Grid).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/RunningAverage.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/SAGAWetnessIndex.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/SeedGeneration.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Separatepointsbydirection.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ShapesBuffer.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ShapesBufferFixed.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ShapestoGrid.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ShrinkAndExpand.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/SimpleFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/SimpleRegionGrowing.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Simulation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/SinkDrainageRouteDetection.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/SinkRemoval.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/SkyViewFactor.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Slope,Aspect,Curvature.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/SlopeLength.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/SoilTextureClassification.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/SpatialPointPatternAnalysis.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/SplitShapesLayerRandomly.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/StatisticsforGrids.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/StrahlerOrder.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/StreamPowerIndex.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/SupervisedClassification.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/SurfaceSpecificPoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/TPIBasedLandformClassification.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/TerrainRuggednessIndex(TRI).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ThinPlateSpline(Global).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ThinPlateSpline(Local).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ThinPlateSpline(TIN).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ThresholdBuffer.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/TopographicCorrection.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/TopographicPositionIndex(TPI).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/TopographicWetnessIndex(TWI).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Transectthroughpolygonshapefile.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/TransformShapes.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/TransposeGrids.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/Triangulation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/UniversalKriging(Global).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/UniversalKriging.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/UpslopeArea.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/UserDefinedFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/VariogramCloud.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/VariogramSurface.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/VectorRuggednessMeasure(VRM).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/VectorisingGridClasses.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/VegetationIndex(SlopeBased).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/VerticalDistancetoChannelNetwork.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/WaterRetentionCapacity.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/WatershedBasins.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/WatershedSegmentation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/WindEffect(WindwardLeewardIndex).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.2/ZonalGridStatistics.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/AccumulatedCost(Anisotropic).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/AccumulatedCost(Isotropic).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/AddCoordinatestopoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/AddGridValuestoPoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/AddGridValuestoShapes.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/AddPolygonAttributestoPoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Aggregate.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/AggregatePointObservations.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/AggregationIndex.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/AnalyticalHierarchyProcess.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/AnalyticalHillshading.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/B-SplineApproximation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/BurnStreamNetworkintoDEM.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/CellBalance.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ChangeDateFormat.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ChangeDetection.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ChangeGridValues.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ChangeTimeFormat.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ChannelNetwork.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ChannelNetworkandDrainageBasins.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ClipGridwithPolygon.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ClipPointswithPolygons.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/CloseGaps.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/CloseGapswithSpline.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/CloseOneCellGaps.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ClusterAnalysisforGrids.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ContourLinesfromGrid.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ConvergenceIndex(SearchRadius).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ConvergenceIndex.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ConvertDataStorageType.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ConvertLinestoPoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ConvertLinestoPolygons.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ConvertMultipointstoPoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ConvertPointstoLine(s).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ConvertPolygonLineVerticestoPoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ConvertPolygonstoLines.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ConvexHull.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/CreateGraticule.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/CropToData.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Cross-ClassificationandTabulation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/CrossProfiles.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/CubicSplineApproximation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/CurvatureClassification.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/CutShapesLayer.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/DTMFilter(slope-based).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/DirectionalStatisticsforSingleGrid.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/DistanceMatrix.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/DiurnalAnisotropicHeating.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/DownslopeDistanceGradient.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/EdgeContamination.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/EffectiveAirFlowHeights.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FastRegionGrowingAlgorithm.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FastRepresentativeness.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FillGapsinRecords.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FillSinks(PlanchonDarboux,2001).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FillSinks(WangLiu).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FillSinksXXL(WangLiu).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FilterClumps.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FireRiskAnalysis.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FitNPointstoshape.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FlatDetection.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FlowAccumulation(FlowTracing).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FlowAccumulation(Recursive).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FlowAccumulation(Top-Down).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FlowPathLength.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FlowWidthandSpecificCatchmentArea.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Fragmentation(Alternative).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Fragmentation(Standard).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FragmentationClassesfromDensityandConnectivity.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Function.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Fuzzify.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FuzzyIntersection(AND).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/FuzzyUnion(OR).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GaussianFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GeographicallyWeightedMultipleRegression(Points).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GeographicallyWeightedMultipleRegression(PointsGrids).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GeographicallyWeightedMultipleRegression.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GeographicallyWeightedRegression(PointsGrid).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GeographicallyWeightedRegression.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GeometricFigures.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GetShapesExtents.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GlobalMoransIforGrids.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GradientVectorfromCartesiantoPolarCoordinates.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GradientVectorfromPolartoCartesianCoordinates.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GradientVectorsfromDirectionalComponents.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GradientVectorsfromDirectionandLength.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GradientVectorsfromSurface.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GridBuffer.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GridCalculator.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GridCellIndex.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GridDifference.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GridDivision.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GridMasking.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GridNormalisation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GridOrientation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GridProximityBuffer.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GridSkeletonization.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GridStandardisation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GridStatisticsforPolygons.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GridValuestoPoints(randomly).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GridValuestoPoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GridVolume.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GridsProduct.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/GridsSum.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/HistogramSurface.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Hypsometry.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/InverseDistanceWeighted.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/InvertDataNo-Data.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/KernelDensityEstimation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/LSFactor.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/LakeFlood.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/LandSurfaceTemperature.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/LaplacianFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Layerofextremevalue.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/LeastCostPaths.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Line-PolygonIntersection.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/LineDissolve.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/LineProperties.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/LineSimplification.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/LocalMinimaandMaxima.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/MajorityFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/MassBalanceIndex.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/MergeLayers.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/MetricConversions.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/MinimumDistanceAnalysis.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ModifiedQuadraticShepard.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/MorphologicalFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/MorphometricProtectionIndex.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Mosaicking.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Multi-BandVariation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/MultiDirectionLeeFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/MultilevelB-SplineInterpolation(fromGrid).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/MultilevelB-SplineInterpolation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/MultipleRegressionAnalysis(GridGrids).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/MultipleRegressionAnalysis(PointsGrids).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/MultiresolutionIndexofValleyBottomFlatness(MRVBF).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/NaturalNeighbour.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/NearestNeighbour.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/OrderedWeightedAveraging(OWA).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/OrdinaryKriging(Global).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/OrdinaryKriging.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/OverlandFlow-KinematicWaveD8.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/OverlandFlowDistancetoChannelNetwork.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Patching.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PatternAnalysis.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PointStatisticsforPolygons.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PointsFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PointsThinning.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PolartoCartesianCoordinates.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Polygon-LineIntersection.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PolygonCentroids.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PolygonDifference.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PolygonDissolve.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PolygonDissolveAllPolygs.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PolygonIdentity.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PolygonIntersect.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PolygonPartstoSeparatePolygons.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PolygonProperties.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PolygonShapeIndices.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PolygonSymmetricalDifference.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PolygonUnion.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PolygonUpdate.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PolygonstoEdgesandNodes.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PolynomialRegression.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/PrincipleComponentsAnalysis.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Profilefrompoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ProfilesfromLines.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ProximityGrid.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/QuadTreeStructuretoShapes.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/RGBComposite.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/RadiusofVariance(Grid).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/RandomField.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/RandomTerrainGeneration.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/RankFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/RealSurfaceArea.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ReclassifyGridValues.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/RegressionAnalysis(PointsGrid).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/RelativeHeightsandSlopePositions.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/RemoveDuplicatePoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Representativeness(Grid).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Resampling.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ResidualAnalysis(Grid).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/RunningAverage.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/SAGAWetnessIndex.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/SeedGeneration.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Separatepointsbydirection.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ShapesBuffer.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ShapesBufferFixed.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ShapestoGrid.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ShrinkAndExpand.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/SimpleFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/SimpleRegionGrowing.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Simulation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/SinkDrainageRouteDetection.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/SinkRemoval.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/SkyViewFactor.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Slope,Aspect,Curvature.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/SlopeLength.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/SoilTextureClassification.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/SpatialPointPatternAnalysis.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/SplitShapesLayerRandomly.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/StatisticsforGrids.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/StrahlerOrder.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/StreamPowerIndex.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/SupervisedClassification.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/SurfaceSpecificPoints.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/TPIBasedLandformClassification.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/TerrainRuggednessIndex(TRI).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ThinPlateSpline(Global).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ThinPlateSpline(Local).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ThinPlateSpline(TIN).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ThresholdBuffer.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/TopographicCorrection.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/TopographicPositionIndex(TPI).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/TopographicWetnessIndex(TWI).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Transectthroughpolygonshapefile.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/TransformShapes.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/TransposeGrids.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/Triangulation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/UniversalKriging(Global).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/UniversalKriging.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/UpslopeArea.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/UserDefinedFilter.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/VariogramCloud.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/VariogramSurface.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/VectorRuggednessMeasure(VRM).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/VectorisingGridClasses.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/VegetationIndex(SlopeBased).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/VerticalDistancetoChannelNetwork.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/WaterRetentionCapacity.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/WatershedBasins.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/WatershedSegmentation.txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/WindEffect(WindwardLeewardIndex).txt +share/qgis/python/plugins/processing/algs/saga/description/2.2.3/ZonalGridStatistics.txt share/qgis/python/plugins/processing/algs/saga/ext/ share/qgis/python/plugins/processing/algs/saga/ext/__init__.py share/qgis/python/plugins/processing/algs/saga/ext/supervisedclassification.py @@ -3123,6 +3799,7 @@ share/qgis/python/plugins/processing/gui/NumberInputDialog.py share/qgis/python/plugins/processing/gui/NumberInputPanel.py share/qgis/python/plugins/processing/gui/OutputSelectionPanel.py share/qgis/python/plugins/processing/gui/ParametersPanel.py +share/qgis/python/plugins/processing/gui/PostgisTableSelector.py share/qgis/python/plugins/processing/gui/Postprocessing.py share/qgis/python/plugins/processing/gui/ProcessingToolbox.py share/qgis/python/plugins/processing/gui/RangePanel.py @@ -3153,9 +3830,11 @@ share/qgis/python/plugins/processing/images/input.png share/qgis/python/plugins/processing/images/iterate.png share/qgis/python/plugins/processing/images/minus.png share/qgis/python/plugins/processing/images/model.png +share/qgis/python/plugins/processing/images/namespace.png share/qgis/python/plugins/processing/images/otb.png share/qgis/python/plugins/processing/images/output.png share/qgis/python/plugins/processing/images/plus.png +share/qgis/python/plugins/processing/images/postgis.png share/qgis/python/plugins/processing/images/qgis.png share/qgis/python/plugins/processing/images/r.png share/qgis/python/plugins/processing/images/results.png @@ -3195,17 +3874,10 @@ share/qgis/python/plugins/processing/script/WrongScriptException.py share/qgis/python/plugins/processing/script/__init__.py share/qgis/python/plugins/processing/script/snippets.py share/qgis/python/plugins/processing/tests/ -share/qgis/python/plugins/processing/tests/GdalTest.py -share/qgis/python/plugins/processing/tests/GeoAlgorithmTest.py -share/qgis/python/plugins/processing/tests/ModelerAlgorithmTest.py -share/qgis/python/plugins/processing/tests/PackagingTests.py +share/qgis/python/plugins/processing/tests/AlgorithmsTestBase.py +share/qgis/python/plugins/processing/tests/GdalAlgorithmsTest.py share/qgis/python/plugins/processing/tests/ParametersTest.py -share/qgis/python/plugins/processing/tests/ProcessingTests.py -share/qgis/python/plugins/processing/tests/ProcessingToolsTest.py -share/qgis/python/plugins/processing/tests/QgisAlgsTest.py -share/qgis/python/plugins/processing/tests/RunAlgTest.py -share/qgis/python/plugins/processing/tests/SagaTest.py -share/qgis/python/plugins/processing/tests/ScriptTest.py +share/qgis/python/plugins/processing/tests/QgisAlgorithmsTest.py share/qgis/python/plugins/processing/tests/TestData.py share/qgis/python/plugins/processing/tests/__init__.py share/qgis/python/plugins/processing/tests/data/ @@ -3243,12 +3915,8 @@ share/qgis/python/plugins/processing/tests/data/union.prj share/qgis/python/plugins/processing/tests/data/union.qpj share/qgis/python/plugins/processing/tests/data/union.shp share/qgis/python/plugins/processing/tests/data/union.shx -share/qgis/python/plugins/processing/tests/qgis_interface.py -share/qgis/python/plugins/processing/tests/test.py -share/qgis/python/plugins/processing/tests/utilities_test.py share/qgis/python/plugins/processing/tools/ share/qgis/python/plugins/processing/tools/__init__.py -share/qgis/python/plugins/processing/tools/_vector.py share/qgis/python/plugins/processing/tools/dataobjects.py share/qgis/python/plugins/processing/tools/general.py share/qgis/python/plugins/processing/tools/help.py @@ -3268,6 +3936,7 @@ share/qgis/python/plugins/processing/ui/DlgMessage.ui share/qgis/python/plugins/processing/ui/DlgModeler.ui share/qgis/python/plugins/processing/ui/DlgMultipleSelection.ui share/qgis/python/plugins/processing/ui/DlgNumberInput.ui +share/qgis/python/plugins/processing/ui/DlgPostgisTableSelector.ui share/qgis/python/plugins/processing/ui/DlgRenderingStyles.ui share/qgis/python/plugins/processing/ui/DlgResults.ui share/qgis/python/plugins/processing/ui/DlgScriptEditor.ui @@ -4031,6 +4700,27 @@ share/qgis/python/qsci_apis/QScintilla2-2.4.5.api share/qgis/python/qsci_apis/QScintilla2-${MODPY_VERSION}.2.api share/qgis/python/qsci_apis/pyqgis.pap share/qgis/python/six.py +share/qgis/python/testing/ +share/qgis/python/testing/__init__.py +share/qgis/python/testing/mocked.py +share/qgis/python/yaml/ +share/qgis/python/yaml/__init__.py +share/qgis/python/yaml/composer.py +share/qgis/python/yaml/constructor.py +share/qgis/python/yaml/cyaml.py +share/qgis/python/yaml/dumper.py +share/qgis/python/yaml/emitter.py +share/qgis/python/yaml/error.py +share/qgis/python/yaml/events.py +share/qgis/python/yaml/loader.py +share/qgis/python/yaml/nodes.py +share/qgis/python/yaml/parser.py +share/qgis/python/yaml/reader.py +share/qgis/python/yaml/representer.py +share/qgis/python/yaml/resolver.py +share/qgis/python/yaml/scanner.py +share/qgis/python/yaml/serializer.py +share/qgis/python/yaml/tokens.py share/qgis/resources/ share/qgis/resources/cpt-city-qgis-min/ share/qgis/resources/cpt-city-qgis-min/README-qgis.txt