Skip to content

JuliaSpacePhysics/PyCDFpp.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCDFpp

Dev Build Status Coverage

A Julia wrapper around pycdfpp based on the C++ implementation CDFpp. See CDFDatasets.jl for a high-level interface.

Quick Example

using CDFDatasets

# Open a CDF file
ds = CDFDataset("omni_coho1hr_merged_mag_plasma_20250901_v01.cdf"; backend = :pycdfpp)
times = ds["Epoch"]
bx = ds["BR"]

About

A Julia wrapper around `pycdfpp`

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages