georust / netcdf

High-level netCDF bindings for Rust
Apache License 2.0
81 stars 28 forks source link

Improve `ndarray` integration #123

Closed magnusuMET closed 7 months ago

magnusuMET commented 7 months ago

This adds new methods to get into an ndarray and to put an ndarray at an arbitrary location

As part of the breaking changes introduced in other PRs it might be an idea to change the names of the functions. Possibly put, get, and get_into could be suitable names for the functions interacting with ndarray?