georust / netcdf

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

Add TryFrom for AttrValue #117

Closed magnusuMET closed 9 months ago

magnusuMET commented 9 months ago

Tries to simplify the flow necessary for add_offset and scale_factor (see discussion in #116)

@krestomantsi Would this make it easier to use this crate?