<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>coards</name>
<shortdesc>Convert COARDS time specification to a datetime object.</shortdesc>
<description>This module converts between a given COARDS time specification and a
Python datetime object, which is much more useful. Suppose you have an
Array of values [1,2,3] and units "days since 1998-03-01 12:00:00"::

    &gt;&gt;&gt; a = [1, 2, 3]
    &gt;&gt;&gt; units = 'days since 1998-03-01 12:00:00'
    &gt;&gt;&gt; b = [from_udunits(value, units) for value in a]
    &gt;&gt;&gt; print b[0].year
    1998
    &gt;&gt;&gt; b[1] &gt; b[0]
    True
    &gt;&gt;&gt; print b[1] - b[0]
    1 day, 0:00:00

The list ``b`` now contains objects which can be compared and manipulated in
a consistent way.

The latest version is available in a `Subversion repository
&lt;http://pydap.googlecode.com/svn/trunk/coards#egg=coards-dev&gt;`_.</description>
<download-page>http://cheeseshop.python.org/packages/source/c/coards/coards-0.2.2.tar.gz</download-page>
<homepage rdf:resource="http://dealmeida.net/projects/coards" />
<maintainer><foaf:Person><foaf:name>Roberto De Almeida</foaf:name>
<foaf:mbox_sha1sum>8b5d30b2a0bb1a198e56c01624ec9fe08266cc2d</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.2.2</revision></Version></release>
</Project></rdf:RDF>