<div dir="ltr"><div class="gmail_quote">Published at <a href="https://www.osgeo.org/foundation-news/otb-release-8-0-0/">https://www.osgeo.org/foundation-news/otb-release-8-0-0/</a></div><div class="gmail_quote">News item by Julien Osman</div><div class="gmail_quote"><br><br>We are pleased to announce that OTB version 8.0.0 is out !<br>
<br>
Ready-to-use binary packages are available on the package page of the<br>
website:<br>
<br>
    OTB-8.0.0-Darwin64.run (Mac OS)<br>
    OTB-8.0.0-Linux64.run (Linux)<br>
    OTB-8.0.0-Win64.zip (Windows 64 bits)<br>
<br>
You can also checkout the release branch with git:<br>
<br>
git clone <a href="https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb.git" rel="noreferrer" target="_blank">https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb.git</a> OTB -b<br>
release-8.0<br>
<br>
The documentation for OTB 8.0.0 can be found here.<br>
<br>
This major version brings a lot of refactoring that aims at removing<br>
the dependency to OSSIM. A release note describing what to expect from<br>
this new version of OTB is available in the documentation. In<br>
particular, this version introduces:<br>
<br>
    A new Metadata framework. The ossim keywordlist have been replaced<br>
by the otbImageMetadata class. The metadata are now read from and<br>
written to the image using GDAL.<br>
    A new organization for the Sensor Models (RPC and SAR models). OTB<br>
now uses GDAL’s implementation of RPC model. The SAR model from OSSIM<br>
was implemented in OTB.<br>
    A new way to handle DEM, with the same API but without OSSIM.<br>
<br>
For developers working on remote modules, a migration guide is<br>
available.<br>
<br>
We noticed an impact on the performance. Depending on the application,<br>
some are slower (for example, the orthorectification is about 40%<br>
slower), and other are faster (optical calibration is about 15% faster,<br>
and SAR calibration 66% faster). We did some test with some full<br>
processing chains, that show an overall gain of 27% of processing time<br>
(for MAJA) and up to 40% (for WASP).<br>
<br>
Other interesting changes are:<br>
<br>
    An improved interface with QGIS (dedicated blog post to come).<br>
    ComputeImageStatistics now computes Min an Max of the image, and<br>
the results are accessible through the Python API. Be aware that this<br>
improvement comes with an unanticipated break in the API. The ‘-out’<br>
parameter becomes ‘-out.xml’.<br>
    Fix output image from orthorectification having no projection.<br>
    Solve a problem with the K parameter in<br>
KNearestNeighborsMachineLearningModel.<br>
    Suppression of the application DownloadSRTMTiles.<br>
    Improvements in the CookBook (new Supported formats page, more<br>
detailed installation process, clearer QGis pluggin page, better<br>
explanations about the remote modules)<br>
<br>
The full changelog can be accessed here. We welcome your feedback and<br>
requests on OTB’s GitLab and if you find a bug, please report it !<br>
<br>
Thanks to everyone who helped during the release process,<br>
the OTB team<br>
</div></div>