go-native-netcdf icon indicating copy to clipboard operation
go-native-netcdf copied to clipboard

A native Go implementation of NetCDF4.

Results 5 go-native-netcdf issues
Sort by recently updated
recently updated
newest added

If a variable has data of multiple dimension, GetSlice will retrieve all the data of the slice of the first dimension. Example : variable of dimensions `time`, `latitude`, `longitude` `GetSlice(0,...

for .nc file,data type is actually float,but go-native-netcdf resolves to int16

thanks you for your project but I have a problem when read netcdf file([abc.nc](https://github.com/batchatco/go-native-netcdf/files/7904888/abc.zip))。The data can be read correctly by using netcdf-java library。But this library cannot be read correctly。 ```...

Hi! I'm trying to read a .nc file, which is identified as NetCDF-4. I can read it in R, h5dump etc. The file is valid. The data is grouped, and...

Hi, I'm trying to migrate from [fhs/go-netcdf](https://github.com/fhs/go-netcdf) to this native library. When comparing the results, I'm seeing differences in the values, and the resulting map produced by some downstream code...