1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
Source: ossim
Section: science
Priority: extra
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
Build-Depends: cdbs, debhelper (>= 7), libopenscenegraph-dev, libzzip-dev, zlib1g-dev, libtiff4-dev,
libjpeg-dev, libexpat1-dev, libcurl4-dev, libpng12-dev, libgif-dev, libgeotiff-dev, quilt, libopenthreads-dev,
libtar-dev, libfreetype6-dev
Standards-Version: 3.8.3
Homepage: http://www.ossim.org/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/ossim/trunk
Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/ossim/trunk
Package: libossim1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: The OSSIM library -- shared library
Open Source Software Image Map (OSSIM) is a high performance engine for
remote sensing, image processing, geographical information systems and
photogrammetry. It has been actively developed since 1996.
.
Designed as a series of high performance software libraries, it is
written in C++ employing the latest techniques in object-oriented
software design.
.
The library provides advanced remote sensing, image processing, and
geo-spatial functionality. A quick summary of OSSIM functionality
includes ortho-rectification, precision terrain correction, rigorous
sensor models, very large mosaics, and cross sensor fusions, a wide
range of map projections anddatums, and a large range of commercial
and government data formats. The architecture of the library supports
parallel processing with mpi, a dynamic plugin architecture, and
dynamically connectable objects allowing rapid prototyping of custom
image processing chains.
.
This package includes the OSSIM shared library.
Package: libossim-dev
Architecture: any
Section: libdevel
Depends: libossim1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
libgeotiff-dev
Description: The OSSIM library -- development files
Open Source Software Image Map (OSSIM) is a high performance engine for
remote sensing, image processing, geographical information systems and
photogrammetry. It has been actively developed since 1996.
.
Designed as a series of high performance software libraries, it is
written in C++ employing the latest techniques in object-oriented
software design.
.
The library provides advanced remote sensing, image processing, and
geo-spatial functionality. A quick summary of OSSIM functionality
includes ortho-rectification, precision terrain correction, rigorous
sensor models, very large mosaics, and cross sensor fusions, a wide
range of map projections anddatums, and a large range of commercial
and government data formats. The architecture of the library supports
parallel processing with mpi, a dynamic plugin architecture, and
dynamically connectable objects allowing rapid prototyping of custom
image processing chains.
.
This package includes the development files to build programs
that use the OSSIM library.
Package: ossim-core
Architecture: any
Depends: libossim1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: The OSSIM core utilities
Open Source Software Image Map (OSSIM) is a high performance engine for
remote sensing, image processing, geographical information systems and
photogrammetry. It has been actively developed since 1996.
.
Designed as a series of high performance software libraries, it is
written in C++ employing the latest techniques in object-oriented
software design.
.
The library provides advanced remote sensing, image processing, and
geo-spatial functionality. A quick summary of OSSIM functionality
includes ortho-rectification, precision terrain correction, rigorous
sensor models, very large mosaics, and cross sensor fusions, a wide
range of map projections anddatums, and a large range of commercial
and government data formats. The architecture of the library supports
parallel processing with mpi, a dynamic plugin architecture, and
dynamically connectable objects allowing rapid prototyping of custom
image processing chains.
.
This package includes core tools that use the OSSIM library to
perform some basic tasks.
|