diff options
author | Giancarlo Dessi <slack@giand.it> | 2024-03-11 20:50:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-13 00:29:51 +0700 |
commit | f2ead3b077159d7c3bf52bf51b6c837826c51e2c (patch) | |
tree | 8cea6e9ace6f2f87d2d3dfa64e88b961257c11c1 /gis/OTB-legacy/README | |
parent | ec64bde850cf72ff3c32346ed870bdc0d1f8b6b6 (diff) |
gis/OTB-legacy: Added (Legacy version of OTB).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/OTB-legacy/README')
-rw-r--r-- | gis/OTB-legacy/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gis/OTB-legacy/README b/gis/OTB-legacy/README new file mode 100644 index 0000000000..c9423e6105 --- /dev/null +++ b/gis/OTB-legacy/README @@ -0,0 +1,18 @@ +ORFEO Toolbox (OTB) is an open source library of image processing +algorithms. +OTB is based on the medical image processing library ITK and offers +particular functionalities for remote sensing image processing in +general and for high spatial resolution images in particular. Targeted +algorithms for high resolution optical images (Pleiades, SPOT, +QuickBird, WorldView, Landsat, Ikonos), hyperspectral sensors +(Hyperion) or SAR (TerraSarX, ERS, Palsar) are available. + +This slackbuild is based on a legacy version of OTB and includes by +default the satellite image viewer Monteverdi, with access to OTB +processing, in a single build. + +OTB-legacy will be built with support for the following packages if +they are available at compile time: numpy3, openmpi, glfw3. + +Warning: the build fails if Shark is not built against the optional +dependency cblas that gives the support to ATLAS. |