- Make
Matrix
- Flatten to
Vec<f64>
and write a vector with shape information asVec<usize>
- Put them together into
DataFrame
- Write
DataFrame
with netcdf format - Read
DataFrame
from netcdf format - Restore
Matrix
with flatten vector & shape information
# Build
cargo build --release
# Run
cargo run --release