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
|
Source: python-coards
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools,
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/science-team/python-coards
Vcs-Git: https://salsa.debian.org/science-team/python-coards.git
Homepage: http://code.dealmeida.net/coards
Package: python3-coards
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: COARDS-compliant time parser (Python 3)
This module is intended to help parse time values represented using the
COARDS convention.
.
What is COARDS?
.
The Cooperative Ocean-Atmosphere Research Data Service (COARDS) is joint
project between NOAA labs and universities. It is a World-Wide-Web-based
system to locate and retrieve important climate data sets and perform "live
access" visualizations of selected subsets. Scientists at each of the
cooperating sites and elsewhere can use COARDS to quickly gain access to
oceanographic and atmospheric data sets. COARDS is a true "virtual data
center" where a user can download data from any participating site without
being concerned as where it actually resides.
.
This package provides the library for Python 3.
|