Revisions of otb

Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 51)
fix build (a bit)
Stefan Brüns's avatar Stefan Brüns (StefanBruens) accepted request 989580 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 50)
- Update to OTB version 8.0.1
  Full release notes at:
  https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/blob/8.0.1/RELEASE_NOTES.txt
- Drop obsolete patches:
  * otb-6.6.1-reproducible.patch
  * fix_non_git_usage.patch
- update to 7.3.0
 * a refactoring of the ResetMarging application: the application
   now supports two interfaces to set the input region, with a ROI
   and with a margin on each side.
 * support for thermal noise removal in S1 products in SARCalibration.
   OTB is now able to read and use the noise LUTs from Sentinel 1 products
 * the version of DiapOTB used in the packages has been updated to 1.0.1.
 * a bugfix for the KNN classifier (the number of neighbors was always 32).
- insighttoolkit version 5 is not yet supported, so explicit it in spec
  See: https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/merge_requests/528
- Update to OTB version 7.2.0
  Full release notes at:
  https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/blob/7.2.0/RELEASE_NOTES.txt
- Update to OTB version 7.1.0
  Full release notes at:
  https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/blob/7.1.0/RELEASE_NOTES.txt
  Main changes are:
  * Features added:
   * !681: ENH: allow HTTP GDAL datasets by Laurențiu Nicola
   * !673: Smoothing application enhancement by Cédric Traizet
   * !655: BUG: migrate to QOpenGLWidget by Victor Poughon
   * !644: Fast nlmeans filter by Carole Amiot
   * !642: Resolve ExtractROI: keep GCPs by Guillaume Pasero
   * !628: Added 'double' application parameter type. by guillaume pernot
   * !618: Integration of the multiImageFileWriter in the application engine by Cédric Traizet
  * Bugs fixed:
   * !701: Error when opening ENVI datasets by Cédric Traizet
   * !699: Fix listview parameter in TrainImagesClassifier
   * !679: COMP: Remove RemoteSensingRegion assignment operator by Laurențiu Nicola
   * !678: BUG: Fix warnings and possible UB in `VariadicInputsImageFilter::SetInputsImpl` by Laurențiu Nicola
   * !677: Fix debian build by Cédric Traizet
   * !674: BUG: Fix nodata handling in StreamingStatisticsMapFromLabelImageFilter by Laurențiu Nicola
   * !667: Short Integer overflow in tests by Cédric Traizet
   * !662: Update netcdf version in Superbuild to 4.7.3 by Cédric Traizet
   * !660: COMP: Fix Variadic Input Image Filters for g++8.2.0 by Luc Hermitte
   * !658: Allow UserValue modification from within application's DoExecute by guillaume pernot
   * !656: input centroid should not be mandatory in TrainVectorClassifier and TrainImagesClassifier by Cédric Traizet
   * !655: BUG: migrate to QOpenGLWidget by Victor Poughon
   * !654: Missing RAM parameter in StereoRectificationGridGenerator application by Julien Michel
   * !653: Warning cleaning by Guillaume Pasero
   * !649: Resolve \Mosaic do not work anymore with rgb mode\ by Rémi Cresson
   * !647: Fixed lookup table stacking order by guillaume pernot
   * !646: removed duplicate Scene.png by guillaume pernot
   * !641: FIX PCA transformation matrix computation by Cédric Traizet
   * !640: Fixed lost reference of \buffer\ in VectorPrediction update mode by guillaume pernot
   * !637: BUG: better check for TIXML_USE_STL by Victor Poughon
   * !636: Fix gcc8 compilation by guillaume pernot
   * !634: COMP: Added gcc9 support for ITK by guillaume pernot
   * !633: Added otb_opencv_api.h in packages by guillaume pernot
   * !626: FIX: check that input image is not null by Rémi Cresson
   * !624: Fix GEOS errors from self intersecting polygons in and fix OPENCV path in debian CI build by Cédric Traizet
   * !617: TEST: Force ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS=4 by guillaume pernot
   * !616: TEST: rename ToulousePoints-examples.shp to toulousepoints_examples.shp by guillaume pernot
   * !613: Additional tests for the ExtractROI application by Cédric Traizet
   * !606: Check band index on each pixel by guillaume pernot
  * Refactoring updates
  * Documentation updates
- update to OTB version 7.0.0
  * Documentation:
    * The Cookbook has been refactored !
    * The Software guide has been removed, most of its content has been migrated
      to the Cookbook.
  * New applications:
    * ZonalStatistics : Object based statistics computation
    * TrainVectorRegression , TrainImagesRegression , VectorRegression and
      ImageRegression : Refactoring of the regression framework, based on
      the classification framework.
    * LocalRxDetection and EndmemberNumberEstimation: Hyperspectral image processing.
  * Other changes includes:
    * The minimum CMake version required to compile OTB is now 3.10.2 .
    * The Mosaic Remote Module has been moved inside the OTB.
    * The Python wrapper support logging.
    * Python 2 is not supported by the wrapper anymore
    * The Java wrapper has been removed.
    * Support for GDAL 3.X has been added, support for GDAL 1.X has been removed.
    * Support for OpenCV 4 has been added.
    * OTB has a new continuous integration system.
    * New SAR sensor Model : CosmoSkymed
    * A generic functorImageFilter has been added.
 * Drop obsolete patch: otb-fix_VERSION_file_install.patch
 * Cleanup spec file a lot
- Add otb-6.6.1-reproducible.patch: Make build more reproducible.
- Use openCV <= 3.x, otb is not yet compatible with openCV 4
  https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/issues/1954
- enforce GDAL2 when using OTB
- require GDAL < 3 for build
- Avoid name repetition in summary.
- Remove redundancies from descriptions.
- Adjust RPM groups.
- Limit fdupes to only run on the /usr subvolume.
- Monteverdi needs otb-qt
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 49)
update to recent 7.3.0, still does not build with insighttoolkit 5
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 48)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 865353 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 47)
- insighttoolkit version 5 is not yet supported, so explicit it in spec
  See: https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/merge_requests/528
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 849675 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 46)
- Update to OTB version 7.2.0
  Full release notes at:
  https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/blob/7.2.0/RELEASE_NOTES.txt
buildservice-autocommit accepted request 790844 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 45)
baserev update by copy to link target
Stefan Brüns's avatar Stefan Brüns (StefanBruens) accepted request 790508 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 44)
- Update to OTB version 7.1.0
  Full release notes at:
  https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/blob/7.1.0/RELEASE_NOTES.txt
  Main changes are:
  * Features added:
   * !681: ENH: allow HTTP GDAL datasets by Laurențiu Nicola
   * !673: Smoothing application enhancement by Cédric Traizet
   * !655: BUG: migrate to QOpenGLWidget by Victor Poughon
   * !644: Fast nlmeans filter by Carole Amiot
   * !642: Resolve ExtractROI: keep GCPs by Guillaume Pasero
   * !628: Added 'double' application parameter type. by guillaume pernot
   * !618: Integration of the multiImageFileWriter in the application engine by Cédric Traizet
  * Bugs fixed:
   * !701: Error when opening ENVI datasets by Cédric Traizet
   * !699: Fix listview parameter in TrainImagesClassifier
   * !679: COMP: Remove RemoteSensingRegion assignment operator by Laurențiu Nicola
   * !678: BUG: Fix warnings and possible UB in `VariadicInputsImageFilter::SetInputsImpl` by Laurențiu Nicola
   * !677: Fix debian build by Cédric Traizet
   * !674: BUG: Fix nodata handling in StreamingStatisticsMapFromLabelImageFilter by Laurențiu Nicola
   * !667: Short Integer overflow in tests by Cédric Traizet
   * !662: Update netcdf version in Superbuild to 4.7.3 by Cédric Traizet
   * !660: COMP: Fix Variadic Input Image Filters for g++8.2.0 by Luc Hermitte
   * !658: Allow UserValue modification from within application's DoExecute by guillaume pernot
   * !656: input centroid should not be mandatory in TrainVectorClassifier and TrainImagesClassifier by Cédric Traizet
   * !655: BUG: migrate to QOpenGLWidget by Victor Poughon
   * !654: Missing RAM parameter in StereoRectificationGridGenerator application by Julien Michel
   * !653: Warning cleaning by Guillaume Pasero
   * !649: Resolve \Mosaic do not work anymore with rgb mode\ by Rémi Cresson
   * !647: Fixed lookup table stacking order by guillaume pernot
   * !646: removed duplicate Scene.png by guillaume pernot
buildservice-autocommit accepted request 751848 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 43)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 42)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 41)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 40)
Rearrange files
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 39)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 749678 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 38)
Update to 7.0.0, a lot of cleanup, please review and accept if fine.

Drop gdal2 package after accepting. Enable qgis otb support after accepting.
buildservice-autocommit accepted request 746581 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 37)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 725847 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 36)
initialized devel package after accepting 725847
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 744735 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 35)
- Add otb-6.6.1-reproducible.patch: Make build more reproducible.
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 33)
GDAL fixes
Displaying revisions 1 - 20 of 52
openSUSE Build Service is sponsored by