You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Julia package for reading Common Data Format (CDF) files, widely used in space physics and other scientific domains for storing multidimensional data arrays and metadata.
7
+
A Julia package for reading Common Data Format (CDF) files, widely used in space physics for storing multidimensional data arrays and metadata.
8
8
9
9
## Features
10
10
11
11
-**Pure Julia implementation** - No external dependencies on CDF libraries
12
-
-**Efficient data access** - Lazy loading and memory-mapped access
12
+
-**Efficient data access** - Lazy memory-mapped access for data and attributes, super fast decompression using [`LibDeflate`](https://github.com/jakobnissen/LibDeflate.jl)
0 commit comments