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 103 104 105
|
Source: harp
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-sequence-python3,
libjs-jquery, libjs-mathjax, libjs-underscore,
dh-buildinfo,
bison,
zip,
python3-all,
python3-numpy,
libcoda-dev (>= 2.20-2),
libnetcdf-dev, netcdf-bin,
libhdf5-dev | libhdf5-serial-dev,
libaec-dev,
libjpeg-dev,
zlib1g-dev,
libhdf4-alt-dev,
libexpat1-dev,
libudunits2-dev,
flex,
sphinx-doc,
doxygen
Standards-Version: 4.5.0
Homepage: https://github.com/stcorp/harp
Vcs-Browser: https://salsa.debian.org:/science-team/harp.git
Vcs-Git: https://salsa.debian.org:/science-team/harp.git -b debian/latest
Package: harp
Section: utils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libharp12 ( = ${binary:Version}), libudunits2-data
Recommends: python3-harp
Description: Data harmonization toolset for Earth Observation formats
HARP is a toolset for ingesting, processing and inter-comparing satellite or
model data against correlative data. The toolset is composed of a set of
command line tools, a C library of analysis functions, and import/export
interfaces for Python. The main goal of HARP is to assist
in the inter-comparison of data sets. By appropriatelty chaining calls to
the HARP command line tools one can preprocess satellite, model, and/or
correlative data such that two datasets that need to be compared end up
having the same temporal/spatial grid, same data format/structure, and same
physical units.
.
This package provides the HARP binary utilities.
Package: libharp12
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, python3-cffi-backend, python3-numpy
Multi-Arch: same
Description: Data harmonisation toolset for Earth Observation formats
HARP is a toolset for ingesting, processing and inter-comparing satellite or
model data against correlative data. The toolset is composed of a set of
command line tools, a C library of analysis functions, and import/export
interfaces for Python. The main goal of HARP is to assist
in the inter-comparison of data sets. By appropriatelty chaining calls to
the HARP command line tools one can preprocess satellite, model, and/or
correlative data such that two datasets that need to be compared end up
having the same temporal/spatial grid, same data format/structure, and same
physical units.
.
This package provides the HARP shared library.
Package: libharp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libharp12 (= ${binary:Version}),
libjs-jquery, libjs-mathjax, libjs-underscore,
fonts-roboto-slab, fonts-lato
Description: Data harmonisation toolset for Earth Observation formats
HARP is a toolset for ingesting, processing and inter-comparing satellite or
model data against correlative data. The toolset is composed of a set of
command line tools, a C library of analysis functions, and import/export
interfaces for Python. The main goal of HARP is to assist
in the inter-comparison of data sets. By appropriatelty chaining calls to
the HARP command line tools one can preprocess satellite, model, and/or
correlative data such that two datasets that need to be compared end up
having the same temporal/spatial grid, same data format/structure, and same
physical units.
.
This package provides static libs and development files for HARP.
Package: python3-harp
Architecture: any
Section: python
Depends: harp, ${misc:Depends}, ${python3:Depends}, libharp12 ( = ${binary:Version})
Provides: ${python:Provides}
Description: Python3 interface for the HARP data harmonisation toolset
HARP is a toolset for ingesting, processing and inter-comparing satellite or
model data against correlative data. The toolset is composed of a set of
command line tools, a C library of analysis functions, and import/export
interfaces for Python. The main goal of HARP is to assist
in the inter-comparison of data sets. By appropriatelty chaining calls to
the HARP command line tools one can preprocess satellite, model, and/or
correlative data such that two datasets that need to be compared end up
having the same temporal/spatial grid, same data format/structure, and same
physical units.
.
This package contains Python3 wrappers for the HARP toolset.
|