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
|
Source: hydroffice.bag
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 9),
dh-python,
python3-sphinx,
python3-all,
python3-gdal,
python3-h5py,
python3-lxml,
python3-setuptools,
python3-wheel
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/science-team/hydroffice.bag
Vcs-Git: https://salsa.debian.org/science-team/hydroffice.bag.git
Homepage: http://www.hydroffice.org/
Package: python3-hydroffice.bag
Architecture: all
Section: python
Depends: ${misc:Depends},
${python3:Depends}
Suggests: hydroffice.bag-doc
Description: manage Bathymetric Attributed Grid (BAG) data files (Python 3)
HydrOffice is a research development environment for ocean mapping. It
provides a collection of hydro-packages, each of them dealing with a
specific issue of the field. The main goal is to speed up both
algorithms testing and research-2-operation.
.
The BAG hydro-package collects tools for working with BAG files. BAG is
a data format by the ONS-WG (Open Navigation Surface Working Group).
.
This package provides the Python 3 library.
Package: hydroffice.bag-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: documentation for hydroffice.bag
HydrOffice is a research development environment for ocean mapping. It
provides a collection of hydro-packages, each of them dealing with a
specific issue of the field. The main goal is to speed up both
algorithms testing and research-2-operation.
.
The BAG hydro-package collects tools for working with BAG files. BAG is
a data format by the ONS-WG (Open Navigation Surface Working Group).
.
This package provides the documentation.
Package: hydroffice.bag-tools
Architecture: all
Section: utils
Depends: ${misc:Depends},
${python3:Depends},
python3-hydroffice.bag (= ${binary:Version})
Description: command-line tools for hydroffice.bag
HydrOffice is a research development environment for ocean mapping. It
provides a collection of hydro-packages, each of them dealing with a
specific issue of the field. The main goal is to speed up both
algorithms testing and research-2-operation.
.
The BAG hydro-package collects tools for working with BAG files. BAG is
a data format by the ONS-WG (Open Navigation Surface Working Group).
.
This package provides the command-line tools.
|