Skip to content

MAVENSDC/cdflib

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Run tests 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.8 is required. The core of this package uses only numpy, with no complicated compiler requirements.

Install

To install, open up your terminal/command prompt, and type:

pip install cdflib

Documentation

The full documentation can be found here:

https://cdflib.readthedocs.io/en/latest/