Crates.io | netcdf3 |
lib.rs | netcdf3 |
version | 0.5.2 |
source | src |
created_at | 2020-04-28 11:02:35.492301 |
updated_at | 2022-02-14 21:24:44.703525 |
description | A pure Rust library for reading and writing NetCDF-3 files |
homepage | |
repository | https://github.com/julienbt/netcdf3 |
max_upload_size | |
id | 234961 |
size | 659,930 |
A pure Rust library for reading and writing NetCDF-3 files.
pyscripts/create_test_nc3_files.py
and the Rust test file tests/tests_write_nc3_files.rs
).numrecs
is greater than std::i32::MAX
then this value is considered as indeterminate and the actually written value is numrecs = 2^32 - 1
(see the File Format Specifications).vsize
is greater the std::i32::MAX
then its value is considered as indeterminate and the actually written value is vsize = 2^32 - 1
(see the File Format Specifications).Various examples are available here.