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 90 91 92 93 94 95 96 97 98 99 100 101 102
|
Source: coda
Section: utils
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-buildinfo,
dh-sequence-python3,
python3-all,
python3-numpy,
libnetcdf-dev, netcdf-bin,
libhdf5-dev | libhdf5-serial-dev,
libaec-dev,
libpcre3-dev,
libexpat1-dev,
libhdf4-alt-dev,
python3-all-dev,
zlib1g-dev,
swig,
bison,
flex,
default-jdk-headless
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/stcorp/coda
Vcs-Browser: https://salsa.debian.org:/science-team/coda.git
Vcs-Git: https://salsa.debian.org:/science-team/coda.git -b debian/latest
Package: coda
Section: utils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libcoda15 ( = ${binary:Version})
Recommends: python3-coda
Description: Common Data Access framework for Earth science
The Common Data Access framework allows reading of scientific data
to manipulate and analyse Climate model Data. Supported data formats are GRIB,
netCDF, SERVICE, EXTRA and IEG. There are more than 400 operators available.
Package: libcoda15
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Library for the Common Data Access framework for Earth science
The Common Data Access framework allows reading of scientific data
from various data formats, including structured ascii, structured binary, XML,
netCDF, CDF, HDF4, HDF5, GRIB, RINEX and SP3. It provides a single consistent
hierarchical view on data independent of the underlying storage format.
Package: libcoda-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libcoda15 (= ${binary:Version}), libjs-jquery
Multi-Arch: same
Description: Development files for the CODA framework for Earth sciences
The Common Data Access framework allows reading of scientific data
from various data formats, including structured ascii, structured binary, XML,
netCDF, CDF, HDF4, HDF5, GRIB, RINEX and SP3. It provides a single consistent
hierarchical view on data independent of the underlying storage format.
.
This package contains files needed to develop C and Fortran programs
against CODA.
Package: libcoda-java
Section: java
Architecture: all
Multi-Arch: foreign
Depends: libcoda-jni (>= ${binary:Version}), ${misc:Depends}, ${java:Depends}
Description: Java interface for Common Data Access Framework
The Common Data Access framework allows reading of scientific data
from various data formats, including structured ascii, structured binary, XML,
netCDF, CDF, HDF4, HDF5, GRIB, RINEX and SP3. It provides a single consistent
hierarchical view on data independent of the underlying storage format.
.
This package contains Java files needed to use the CODA framework.
Package: libcoda-jni
Section: java
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libcoda-dev (= ${binary:Version}), ${shlibs:Depends}
Description: Java Native interface for Common Data Access Framework
The Common Data Access framework allows reading of scientific data
from various data formats, including structured ascii, structured binary, XML,
netCDF, CDF, HDF4, HDF5, GRIB, RINEX and SP3. It provides a single consistent
hierarchical view on data independent of the underlying storage format.
.
This package contains Java Native Interface (JNI) needed to use CODA.
Package: python3-coda
Architecture: any
Section: python
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Provides: ${python:Provides}
Description: Python3 interface for CODA science formats library
The Common Data Access framework allows reading of scientific data
from various data formats, including structured ascii, structured binary, XML,
netCDF, CDF, HDF4, HDF5, GRIB, RINEX and SP3. It provides a single consistent
hierarchical view on data independent of the underlying storage format.
.
This package contains Python3 wrappers to use the CODA framework.
|