| Crates.io | netcdf3 |
| lib.rs | netcdf3 |
| version | 0.6.0 |
| created_at | 2020-04-28 11:02:35.492301+00 |
| updated_at | 2025-07-27 12:13:54.620836+00 |
| 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 | 654,135 |
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.