spencerkclark / cftime

Time-handling functionality from netcdf4-python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

netcdftime

Time-handling functionality from netcdf4-python

Linux Build Status Windows Build Status PyPI package

News

11/8/2016: netcdftime was split out of the netcdf4-python package.

Quick Start

  • Clone GitHub repository (git clone https://github.com/Unidata/netcdftime.git), or get source tarball from PyPI. Links to Windows and OS X precompiled binary packages are also available on PyPI.

  • Make sure numpy (required) and Cython (recommended) are installed and you have Python 2.6 or newer.

  • Run python setup.py build, then python setup.py install (with sudo if necessary).

  • To run all the tests, execute py.test.

Documentation

See the online docs for more details.

About

Time-handling functionality from netcdf4-python.

License:Other


Languages

Language:Python 100.0%