A python CDF reader toolkit
Project description
CDFlib
cdflib
is a python module to read/write CDF (Common Data Format .cdf
) files without needing to install the
CDF NASA library.
Python ≥ 3.6 is required. This module uses only Numpy, no complicated prereqs.
Install
To install, open up your terminal/command prompt, and type:
pip install cdflib
There are two different CDF classes: a cdf reader, and a cdf writer.
Currently, you cannot simultaneously read and write to the same file. Future implementations, however, will unify these two classes.
Documentation
The full documentation can be found here:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cdflib-0.4.9.tar.gz
(143.6 kB
view hashes)
Built Distribution
cdflib-0.4.9-py3-none-any.whl
(72.9 kB
view hashes)