[Git][debian-gis-team/otb][experimental] 3 commits: New upstream version 8.1.0+dfsg

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Sep 15 17:36:13 BST 2022



Bas Couwenberg pushed to branch experimental at Debian GIS Project / otb


Commits:
adf6155a by Bas Couwenberg at 2022-09-15T16:31:01+02:00
New upstream version 8.1.0+dfsg
- - - - -
d8884cc1 by Bas Couwenberg at 2022-09-15T16:43:10+02:00
Update upstream source from tag 'upstream/8.1.0+dfsg'

Update to upstream version '8.1.0+dfsg'
with Debian dir 3aa92f425fb7068b6369f653daac93c0c9284247
- - - - -
155546f1 by Bas Couwenberg at 2022-09-15T16:47:27+02:00
New upstream release.

- - - - -


9 changed files:

- Modules/Applications/AppProjection/app/otbSuperimpose.cxx
- Modules/Learning/Markov/include/otbMRFSamplerMAP.h
- Modules/Learning/Markov/include/otbMRFSamplerRandomMAP.h
- Modules/Learning/Supervised/include/otbLibSVMMachineLearningModelFactory.h
- Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModelFactory.h
- Modules/Wrappers/CommandLine/include/otbWrapperCommandLineParser.h
- NOTICE
- RELEASE_NOTES.txt
- debian/changelog


Changes:

=====================================
Modules/Applications/AppProjection/app/otbSuperimpose.cxx
=====================================
@@ -220,7 +220,7 @@ private:
     itk::NumericTraits<FloatVectorImageType::PixelType>::SetLength(defaultValue, movingImage->GetNumberOfComponentsPerPixel());
     defaultValue.Fill(GetParameterFloat("fv"));
 
-    // If the origin product is in sensor geometry, superimpose should keep the RPC parameters for orthorectification for exemple
+    // If the origin product is in sensor geometry, superimpose should keep the RPC parameters for orthorectification for example
     if (refImage->GetProjectionRef().empty() && refImage->GetImageMetadata().HasSensorGeometry())
     {
       std::string out_FileName = GetParameterString("out");


=====================================
Modules/Learning/Markov/include/otbMRFSamplerMAP.h
=====================================
@@ -67,7 +67,7 @@ public:
   {
     if (this->m_NumberOfClasses == 0)
     {
-      itkExceptionMacro(<< "NumberOfClasse has to be greater than 0.");
+      itkExceptionMacro(<< "NumberOfClasses has to be greater than 0.");
     }
 
     this->m_EnergyBefore = this->m_EnergyFidelity->GetValue(itData, itRegul.GetCenterPixel());


=====================================
Modules/Learning/Markov/include/otbMRFSamplerRandomMAP.h
=====================================
@@ -90,7 +90,7 @@ public:
   {
     if (this->m_NumberOfClasses == 0)
     {
-      itkExceptionMacro(<< "NumberOfClasse has to be greater than 0.");
+      itkExceptionMacro(<< "NumberOfClasses has to be greater than 0.");
     }
 
     this->m_EnergyBefore = this->m_EnergyFidelity->GetValue(itData, itRegul.GetCenterPixel());


=====================================
Modules/Learning/Supervised/include/otbLibSVMMachineLearningModelFactory.h
=====================================
@@ -27,7 +27,7 @@
 namespace otb
 {
 /** \class LibSVMMachineLearningModelFactory
- * \brief Creation d'un instance d'un objet SVMMachineLearningModel utilisant les object factory.
+ * \brief Creation of an instance of an object SVMMachineLearningModel using the objects factory.
  *
  * \ingroup OTBSupervised
  */


=====================================
Modules/Learning/Supervised/include/otbNormalBayesMachineLearningModelFactory.h
=====================================
@@ -29,7 +29,7 @@
 namespace otb
 {
 /** \class NormalBayesMachineLearningModelFactory
- * \brief Creation d'un instance d'un objet SVMMachineLearningModel utilisant les object factory.
+ * \brief Creation of an instance of object SVMMachineLearningModel using the objects factory.
  *
  * \ingroup OTBSupervised
  */


=====================================
Modules/Wrappers/CommandLine/include/otbWrapperCommandLineParser.h
=====================================
@@ -35,7 +35,7 @@ namespace Wrapper
  *
  * To be valid, the expression must be as follow:
  * ModuleName (ModulePaths) --attribut1_Key attrubut1_Value --attribut2_Key attrubut2_Value
- * After the attribut key, if the user give several values (expression without \"--\" separated by space), it will automacally be interpreted as a list.
+ * After the attribute key, if the user give several values (expression without \"--\" separated by space), it will automacally be interpreted as a list.
  *
  * \ingroup OTBCommandLine
  */
@@ -58,10 +58,10 @@ public:
   /** Parse result enum */
   typedef enum { OK, NOMODULENAME, MULTIPLEMODULENAME, INVALIDMODULENAME, NOMODULEPATH, INVALIDMODULEPATH, DEFAULT } ParseResultType;
 
-  /** Get the attribut associated to a key (list of element after the key and before the next "--") as a vector of string. */
+  /** Get the attribute associated to a key (list of element after the key and before the next "--") as a vector of string. */
   std::vector<std::string> GetAttribut(const std::string& key, const std::string& exp);
   std::vector<std::string> GetAttribut(const std::string& key, const std::vector<std::string>& exp);
-  /** Get the attribut associated to a key (list of element after the key and before the next "--") as a string separated by spaces. */
+  /** Get the attribute associated to a key (list of element after the key and before the next "--") as a string separated by spaces. */
   std::string GetAttributAsString(const std::string& key, const std::string& exp);
   std::string GetAttributAsString(const std::string& key, const std::vector<std::string>& exp);
   /** Look if a given key is in an expression. */
@@ -77,7 +77,7 @@ public:
   std::string GetPathsAsString(const std::vector<std::string>& vexp);
 
 
-  /** Get the module name in an expression. It can be the first element of the expression (if the expression doesn't start with a "--" or the attribut
+  /** Get the module name in an expression. It can be the first element of the expression (if the expression doesn't start with a "--" or the attribute
    * associated to the key m_ModuleNameKey). */
   CommandLineParser::ParseResultType GetModuleName(std::string& modName, const std::string& exp);
   CommandLineParser::ParseResultType GetModuleName(std::string& modName, const std::vector<std::string>& exp);


=====================================
NOTICE
=====================================
@@ -65,40 +65,6 @@ This software includes code from the GeoTIFF project.
   https://trac.osgeo.org/geotiff/browser/trunk/libgeotiff/LICENSE
 
 
-This software includes code from the OpenThreads library, an OpenSceneGraph
-sub-project.
-  Copyright (c) 2002-2008, The Open Thread Group
-  http://www.openscenegraph.org/
-  OpenThreads is released under OpenSceneGraph Public License (OSGPL) 0.0,
-  i.e. the wxWindows library license:
-  https://github.com/openscenegraph/OpenSceneGraph/blob/master/LICENSE.txt
-
-
-This software includes code from the OSSIM project.
-  Copyright (c) 2015-2016, OSSIM Contributors
-  http://www.ossim.org/
-  OSSIM is released under MIT license:
-  https://github.com/ossimlabs/ossim/blob/dev/LICENSE.txt
-
-
-This software includes code contributed by the CNES to the "OSSIM Plugins"
-project under MIT license. These plugins are derivated from several
-third-party works now released under the same MIT license. All the related
-copyrights are listed below:
-  Copyright (C) 2005-2016, Centre National d'Etudes Spatiales (CNES)
-  Copyright (C) 2008-2010, Centre for Remote Imaging, Sensing and Processing (CRISP)
-  Copyright (C) 2010-2016, David A. Horner
-  Copyright (C) 2010-2016, David Burken
-  Copyright (C) 2010-2016, Frank Warmerdam
-  Copyright (C) 2010-2016, Garrett Potts
-  Copyright (C) 2010-2016, John Stastny
-  https://github.com/ossimlabs/ossim-plugins
-  These OSSIM plugins source code is embedded in Modules/ThirdParty/OssimPlugins
-  directory.
-  These OSSIM plugins are released under MIT license:
-  https://github.com/ossimlabs/ossim-plugins/blob/dev/LICENSE
-
-
 This software includes code from the TinyXML project.
   Copyright (c) 2001-2010, Lee Thomason
   http://www.grinninglizard.com/tinyxml
@@ -341,12 +307,6 @@ binaries:
     https://opensource.org/licenses/BSD-3-Clause
 
 
-* Modules/Adapters/OSSIMAdapters/test/otbPlatformPositionAdapter.cxx
-    Copyright 2011 Emmanuel Christophe
-    Apache Software License (ASL) v2.0
-    http://www.apache.org/licenses/LICENSE-2.0
-
-
 * Modules/Wrappers/SWIG/src/numpy.i
     Copyright (c) 2005-2015, NumPy Developers
     BSD 3-Clause license


=====================================
RELEASE_NOTES.txt
=====================================
@@ -1,4 +1,4 @@
-OTB-v 8.1.0 - Changes since version 8.0.1 (September 2nd, 2022)
+OTB-v 8.1.0 - Changes since version 8.0.1 (September 14th, 2022)
 ---------------------------------------------------------------------
 
 Features added:
@@ -17,6 +17,7 @@ Bugs fixed:
 
 Documentation:
 
+   * !927: Multiple documentation improvements by Julien Osman
    * !915: Some documentation adjustments by Julien Osman
    * !889: HaralickTextureExtraction: Clarify the definition of the parameters xrad and yrad by Julien Osman
    * !887: Improve Python errors of mismatched types by Luc Hermitte
@@ -29,6 +30,11 @@ Licence and legislation matters:
 
    * !905: Remove the 'Lena' image by Julien Osman
 
+Known issues:
+
+   * #2306: BundleToPerfectSensor needs default mode for some PHR images
+   * #2304: With some PHR and SPOT6-7 products, the DIMAP driver from GDAL does not handle all the needed metadata
+
 OTB-v 8.0.1 - Changes since version 8.0.0 (April 27th, 2022)
 ---------------------------------------------------------------------
 


=====================================
debian/changelog
=====================================
@@ -1,12 +1,12 @@
-otb (8.1.0~rc2+dfsg-1) UNRELEASED; urgency=medium
+otb (8.1.0+dfsg-1) UNRELEASED; urgency=medium
 
   * Team upload.
-  * New upstream release candidate.
+  * New upstream release.
   * Bump Standards-Version to 4.6.1, no changes.
   * Drop lena files from Files-Excluded, removed upstream.
   * Drop libopenthreads-dev from (build) dependencies.
 
- -- Bas Couwenberg <sebastic at debian.org>  Fri, 02 Sep 2022 17:41:36 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 15 Sep 2022 16:47:18 +0200
 
 otb (8.0.1+dfsg-1) unstable; urgency=medium
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/otb/-/compare/a646c26bfd0a1b48d44b21cbd7ebb48f455b9927...155546f1f2b247d6da94c260fa1782ff754e0fbd

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/otb/-/compare/a646c26bfd0a1b48d44b21cbd7ebb48f455b9927...155546f1f2b247d6da94c260fa1782ff754e0fbd
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/20220915/ed37f476/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list