Skip to content

A python module for reading NASA's Common Data Format (cdf) files

License

Notifications You must be signed in to change notification settings

MAVENSDC/cdflib

Repository files navigation

Actions Status codecov DOI Documentation Status

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.