[Git][debian-gis-team/otb][upstream] New upstream version 7.2.0+dfsg
Bas Couwenberg
gitlab at salsa.debian.org
Mon Oct 5 17:01:44 BST 2020
Bas Couwenberg pushed to branch upstream at Debian GIS Project / otb
Commits:
be326d84 by Bas Couwenberg at 2020-10-05T16:29:26+02:00
New upstream version 7.2.0+dfsg
- - - - -
6 changed files:
- Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx
- Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx
- Modules/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.h
- Modules/Remote/temporal-gapfilling.remote.cmake
- Modules/ThirdParty/OssimPlugins/src/ossim/ossimTimeUtilities.cpp
- RELEASE_NOTES.txt
Changes:
=====================================
Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx
=====================================
@@ -150,7 +150,7 @@ private:
AddChoice("mode.geobins", "Search keypoints in small spatial bins regularly spread across first image");
SetParameterDescription("mode.geobins",
- "This method retrieves a set of tie points regulary spread across image 1. Corresponding bins in image 2 are retrieved using "
+ "This method retrieves a set of tie points regularly spread across image 1. Corresponding bins in image 2 are retrieved using "
"sensor and geographical information if available. The first bin position takes into account the margin parameter. Bins are "
"cropped to the largest image region shrunk by the margin parameter for both in1 and in2 images.");
=====================================
Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx
=====================================
@@ -69,7 +69,7 @@ private:
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
- SetDocSeeAlso(" Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area precense"
+ SetDocSeeAlso(" Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area presence"
" index by anisotropic rotation-invariant textural measure."
" IEEE Journal of selected topics in applied earth observations and remote sensing.Vol1, NO3.");
=====================================
Modules/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.h
=====================================
@@ -27,14 +27,14 @@
namespace otb
{
/** \class ScalarImageToPanTexTextureFilter
- * \brief This class computes a texture derived built-up precense index (PanTex)
+ * \brief This class computes a texture derived built-up presence index (PanTex)
*
* This class computes a texture-derived built-up presence index (PanTex) from textural
* characteristics of scalar images.It is the min value of the contrast in 8 directions.
*
* Print references:
*
- * Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area precense
+ * Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area presence
* index by anisotropic rotation-invariant textural measure.
* IEEE Journal of selected topics in applied earth observations and remote sensing.
* Vol1, NO3.
=====================================
Modules/Remote/temporal-gapfilling.remote.cmake
=====================================
@@ -25,6 +25,6 @@ otb_fetch_module(OTBTemporalGapFilling
A more detailed description can be found on the project website:
https://gitlab.orfeo-toolbox.org/jinglada/temporalgapfilling
"
- GIT_REPOSITORY https://gitlab.orfeo-toolbox.org/ctraizet/temporalgapfilling.git
- GIT_TAG cd0aa8b18369140a270ec64659543a53167ef641
+ GIT_REPOSITORY https://gitlab.orfeo-toolbox.org/jinglada/temporalgapfilling.git
+ GIT_TAG master
)
=====================================
Modules/ThirdParty/OssimPlugins/src/ossim/ossimTimeUtilities.cpp
=====================================
@@ -83,7 +83,7 @@ ossimDate ossimplugins::time::details::strptime(string_view const& format, strin
}
break;
default:
- throw std::logic_error("Unsupported date format speficier (in "+format+": "+fmt.front()+")");
+ throw std::logic_error("Unsupported date format specifier (in "+format+": "+fmt.front()+")");
}
break;
default:
=====================================
RELEASE_NOTES.txt
=====================================
@@ -1,4 +1,4 @@
-OTB-v 7.2.0 - Changes since version 7.1.0 (September 11th, 2020)
+OTB-v 7.2.0 - Changes since version 7.1.0 (October 02nd, 2020)
----------------------------------------------------------------
Features added:
@@ -35,6 +35,7 @@ CI:
Documentation:
+ * !754: Fix spelling errors by Bas Couwenberg
* !738: Update PSC informations by Julien Osman
* !735: Correct menu instructions to open application-browser in Monteverdi by Julien Osman
* !728: DOC: Deprecate methods that will be removed in OTB 8.0.0 by Julien Osman
View it on GitLab: https://salsa.debian.org/debian-gis-team/otb/-/commit/be326d84989368da2b944e8bc4d149245c25025a
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/otb/-/commit/be326d84989368da2b944e8bc4d149245c25025a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20201005/371de371/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list