Magnus Ulimoen

Results 11 issues of Magnus Ulimoen

This issue is a placeholder for discussion of how to implement this combination. Problem in short: The build in `hdf5-src` requires an MPI-compatible c-compiler

build

* netcdf-fortran 4.6.0 * Rhel8 amd64 When building netcdf-fortran with cmake the installation directory of the library will be at $LIBDIR/lib64, although the [nf-config](https://github.com/Unidata/netcdf-fortran/blob/964843374548330c32caa6cccb81a6765c783bbc/nf-config.cmake.in#L9) configuration assumes the installation directoy is...

An attempt to unify `DimensionIdentifier` and `&str` as valid dimensions for a file under the same API. Breaking change: Adds another type type specification on `add_variable` (e.g. `add_variable::(...)` instead of...

Allows deriving types for user-defined structs and enums Breaking change: Entire `types.rs` file, removed `NcPutGet` trait, for basic types the functionality is the same as before

When reading values from a variable, it should be possible to get a lazy-loading iterator over chunks. Implementation details: new method: fn values_chunked(start, chunklength, &mut buffer) -> ChunkIterator { }...

enhancement
help wanted
good first issue

Look to `hdf5-rust` for how this could look like, where the user can specify arbtrary types and derive `NcType` for serialisation and deserialisation to netcdf files

enhancement
help wanted

Draft until the official release of v4.9.3. This new release has all the changes in our fork of netcdf-c.

Due to lack of activity from @aldanor we have decided to fork this repository in order to publish new packages which supports newer versions and features of hdf5. You may...