barronh / pseudonetcdf

PseudoNetCDF like NetCDF except for many scientific format backends
GNU Lesser General Public License v3.0
76 stars 35 forks source link

Fixing insertDimension #121

Closed barronh closed 2 years ago

barronh commented 2 years ago

See issue #120. This allows the inplace update of in-memory files by copying a variable and using the original variable as the data sources. The bug version used the new variable as the data source.